Appearance
Utilities to disable the styling of the original form controls.
Class | Properties |
---|---|
a-none | appearance: none; |
a-auto | appearance: auto; |
Using breakpoints
Using responsive breakpoints like sm:a-*
, md:a-*
, lg:a-*
, and xxl:a-*
allows targeting specific utilities in different viewports.
Using variants
Using :hover
variants such as h:a-*
allows you to override elements and change their values when hovering over them.