Skip to content

Commit

Permalink
Add example of non-link start now button
Browse files Browse the repository at this point in the history
This is unlikely to be used in many contexts – as start buttons are normally used on GOV.UK as links in the context of a start page. Howver, this is a possible combination that should probably be included in the review app. For example, when testing changes to high contrast mode it’s important to see how the inline SVG appears against a button control.
  • Loading branch information
36degrees committed Jul 15, 2021
1 parent ab705fc commit b0e6732
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/govuk/components/button/button.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ examples:
text: Disabled link button
href: '/'
disabled: true
- name: start
data:
text: Start now button
isStartButton: true
- name: start link
data:
text: Start now link button
Expand Down

0 comments on commit b0e6732

Please sign in to comment.