We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UsaButton
A button draws attention to important actions with a large selectable surface.
status: draft
draft
variant
''
'primary'
'secondary'
'accent-cool'
'accent-warm'
'base'
'outline'
'inverse'
'unstyled'
size
'big'
usa-button--big
usa-button--{{ variant }}
BaseButton
BaseLink
'usa-button--big'
usa-button--{{ custom_variant }}
The text was updated successfully, but these errors were encountered:
f25ab42
patrickcate
No branches or pull requests
UsaButton
A button draws attention to important actions with a large selectable surface.
status:
draft
Props
variant
''
'primary'
,'secondary'
,'accent-cool'
,'accent-warm'
,'base'
,'outline'
,'inverse'
,'unstyled'
size
''
'big'
Slots
CSS Classes
usa-button--big
usa-button--{{ variant }}
External Libraries
Sub-Components
Dependencies
BaseButton
Notes
BaseLink
component.BaseButton
props can be used on this component.Tests
size
prop is set to'big'
, the CSS class'usa-button--big'
is applied.usa-button--{{ custom_variant }}
.The text was updated successfully, but these errors were encountered: