Getting started
Foundation
Typography
Navigation
Feedback
Forms
Button with only an icon and no label.
This is a default variant. Most likely this is the only format you'll need to use.
Secondary icon button looks nearly the same as a ghost variant, except it has a light gray border.
This variant looks good near text labels.
It's named "secondary" for consistency with Button
component.
Inherits margin props.
Type: boolean
Default: false
Toggles the disabled state.
Type: string
Button's meaning for screen readers.
Type: ComponentType<SVGAttributes<SVGElement>>
Button icon.
Type: () => void
Callback for when button is clicked.