MVP Verson: 0.4.8 beta
Lang Icon
Toggle Icon
Line
Displays a break line between components.
Default
PreviewCode
somethings...
somethings...
With words
PreviewCode
somethings...
here is a break
somethings...
Props
Universal Props
PropTypeAccepted ValuesDescriptionDefault
sizestringsmall | medium | large | hugeDefault provides four styles, and you can customize other spacing styles using the 'sx' prop.medium
sxobjectobjectInline styles for customizing the Line component. Note: When using the 'style' prop, the same CSS properties will override the 'sx' prop.{}
childrenstringstringContent for the Line component.-
classNamestring-Defines the custom CSS class names applied to the Line component.-