The following are common props that should be be supported in al Bento Preact/React Bento Components when possible.
Allows consumer to customize the html tag that is used to implement a component.
Allows consumer to add class(es) to the given component.
Allows consumer to add class(es) to the given component.
Allows consumer to set the id
attribute on the given component.
Allows consumer to set the role
attribute on the given component to control accessibility characteristics.
Allows consumer to set the tabIndex
attribute on the given component to control tab order.