Common properties supported by all public react components.
This type allows for the customization of
className
css
aria-*
data-*
Prop types for react components typically inherit from this interface.
Arbitrary data attributes.
NOTE: The component may use data properties for its own behavior. Make sure not to overwrite required attributes.
Optional
Additional class name(s).
Custom style rules using Chakra's style objects.
Used for testing.
Custom ARIA role.
Common properties supported by all public react components.
This type allows for the customization of
classNamecsspropertyaria-*propertiesdata-*propertiesProp types for react components typically inherit from this interface.