This prop can be used to pass HTML attributes directly to the component.
We currently allow passing data-* and aria-* attributes and the id. However,
you can pass anything else with a type hack if necessary since this object
is despread in to the component, without filtering its content.