Buttons 3.2
Toggle example guides Toggle HTML markup
Buttons are visual controls for primary actions a users should engage with on the page. Use colors to draw attention to primary buttons and outlined buttons for secondary actions.
When to use: To identify the main controls you expect the users to need and make them buttons for a user to easily identify them.
When not to: Don't overuse buttons, they should be for primary actions, less important controls can be simple text hyperlinks.
Notes: When to use a button or link?
- Does the Control Take Me to Another Page? Use a Link/Anchor
- Does the Control Change Something on the Current Page? Use a Button
Source:
src/scss/base/_buttons.scss
, line 1