-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d50b244
commit f2a1d2a
Showing
5 changed files
with
30 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
layout: layouts/example.njk | ||
title: Timeline proxy access | ||
figmaLink: https://www.figma.com/design/6f2CbcZ7cnpNrtKEcfQp8X/NHS-App-Design-System?m=dev&node-id=4453-2405 | ||
vueLink: [insert link to Vue component library here] | ||
--- | ||
|
||
{% from "timeline/macro.njk" import timeline %} | ||
|
||
{{ timeline({ | ||
items: [ | ||
{ | ||
headingText: "Await approval", | ||
active: true, | ||
text: "This will usually take the GP a few days, but some requests can take up to a month." | ||
}, | ||
{ | ||
headingText: "Access services for Kevin Francis", | ||
text: "Once your GP approves your request you will be able to access services for Kevin Francis on the NHS App." | ||
}, | ||
{ | ||
headingText: "When access may stop", | ||
text: "Access may stop when Kevin Francis turns 16 years old or if your GP decides it is no longer approproate." | ||
} | ||
] | ||
}) }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters