forId | string | (required) the same unique id like the linked HTML element has. |
text | React.ReactNode | (optional) the text of the label. You can use children as well. |
srOnly | boolean | (optional) when true , the label will be invisible and only accessible for screen readers. |
vertical | boolean | (optional) if set to true , will do the same as label_direction when set to vertical. |
size | medium large | (optional) define one of the following heading sizes: medium or large . |
skeleton | boolean | (optional) If set to true , an overlaying skeleton with animation will be shown. |
disabled | boolean | (optional) if set to true , the label will behave as not interactive. |
element | React.Element | (optional) defines the HTML element used. Defaults to label . |
innerRef | React.Ref | (optional) attach a React Ref to the inner label element . |
Space | string object | (optional) Spacing properties like top or bottom are supported. |