Props
- aria-label?
- aria-labelledby?
- aria-describedby?
- aria-details?
Defines a string value that labels the current element.
Identifies the element (or elements) that labels the current element.
Identifies the element (or elements) that describes the object.
Identifies the element (or elements) that provide a detailed, extended description for the object.
- slot?
A slot name for the component. Slots allow the component to receive props from a parent component.
An explicit null
value indicates that the local props completely override all props received from a parent.
Examples
Negative
A remaining character count can be negative.
Invalid
A remaining character count can be invalid.
Disabled
A remaining character count can have a disabled appearance. This should be used when the parent component is disabled.