Buttons
- Summary
- Buttons are used on the transactional pages of the system where users can make or save changes to a form.
- On pages where a single action button appears, use the Orange button for that primary/default action.
- On forms that require primary and secondary action(s), the primary button appears in Green; and the secondary buttons appear in Orange.
- Code
- Example (in use, with an interaction, in context)
- Related patterns
- Hyperlinks
- Tabs
- Problem (business, user, technical)
- In some cases, users need to explicitly submit forms. Buttons give users control to make these changes themselves.
- Solution
- We provide buttons so users know they are taking action explicitly rather than relying on the system to save (or lose) changes for them.
- Rationale (other things we tried)
- Accessibility