You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usa-button--wide displays a button at a wider (minimum) width at larger viewport displays.
usa-button--flexible-width displays a button at flexible width regardless of viewport size, and overrides default mobile appearance of full-width buttons.
usa-button--full-width displays a button at full width regardless of viewport size, and overrides default desktop appearance of flexible-width buttons.
Bug Fixes
Fix an issue where focused buttons appear with a double focus ring style.
Fix an issue where using the "auto" package entrypoint may cause components not to be loaded when used with some bundlers (e.g. Webpack).
Documentation
Add documentation for "Big" button variants.
Rename "Secondary" as "Outline" in buttons documentation.