Options
Name | Type | Required |
---|---|---|
name | string | |
label | string |
PlainText is just a Typography
component. It accepts all the same props.
Due to conficting props names, component
prop is not available, use element
prop.
{component: 'plain-text',name: 'plain-text',label: 'Header',element: 'h1'}