MatDivider

MatDivider is a component that allows for Material styling of a line separator with various orientation options.

Name Type Description
Attributes Dictionary<String,Object> Gets or sets a collection of additional attributes that will be applied to the created element.
Class String Specifies one or more classnames for an DOM element.
Id String
Inset Boolean
Padded Boolean
RefBack ForwardRef
Style String Specifies an inline style for an DOM element.
Ref ElementReference Returned ElementRef reference for DOM element.
Example

Simple

  • Item 1
  • Item 2
  • Item 3
  • Inset

  • Item 1
  • Item 2
  • Item 3
  • Padded

  • Item 1
  • Item 2
  • Item 3
  • If you like MatBlazor, please put a star on GitHub.