From c687f3424d025894ca1b8d3ff63ca78f5e93f8b7 Mon Sep 17 00:00:00 2001 From: Dave Hunter Date: Fri, 14 Jun 2024 12:00:56 +0100 Subject: [PATCH] update components index and rename to NHS App design resources --- docs/components/index.md | 29 +++++++++++++++++++++++++++-- docs/index.njk | 4 ++-- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/docs/components/index.md b/docs/components/index.md index d8259cc..b89cb8b 100644 --- a/docs/components/index.md +++ b/docs/components/index.md @@ -2,8 +2,33 @@ layout: layouts/component.njk isIndex: true title: Components +description: These are components designed specifically for the needs of NHS App users and are not yet in the NHS Design System. --- -Components are reusable elements of the user interface. +Check the [NHS Design System](https://service-manual.nhs.uk/design-system) to see if the component or pattern you need is already being used across government. -Individual components can be used in multiple different pages, patterns and context. +## Can't find what you need? + +If you can't find what you need in the NHS Design System or the NHS App design components, you can: + +- see if it is being worked on by other teams across the NHS and add your findings in the [community backlog](https://github.com/nhsuk/nhsuk-service-manual-community-backlog/projects/1) +- see if it is being worked on by the NHS App and add your findings in the [NHS App component backlog](https://github.com/orgs/nhsuk/projects/8) +- [propose a new component](https://github.com/nhsuk/nhsapp-frontend/issues/new?assignees=&labels=&projects=&template=new_component_or_pattern.md&title=) + +All patterns must meet the [contribution criteria](https://service-manual.nhs.uk/community-and-contribution/contribution-criteria). + +## Using code snippets in prototypes + +Each pattern includes coded examples. You will need to install [NHS App Frontend]() to use components with specific NHS App code not yet supported by the NHS Prototype Kit. + +Find out how to: + +- [set up the Prototype Kit](https://nhsuk-prototype-kit.azurewebsites.net/docs) +- [update the Prototype Kit](https://nhsuk-prototype-kit.azurewebsites.net/docs/how-tos/updating-the-kit) + +## Get help + +If you have a question, idea or suggestion you can: + +- [#general on NHS service manual Slack](https://nhs-service-manual.slack.com/archives/CDJ29AQCD) +- [#forum-app-design-system on NHS England Slack](https://nhsdigitalcorporate.enterprise.slack.com/archives/C06GY1LRP19) diff --git a/docs/index.njk b/docs/index.njk index a53d5e7..f619bcd 100644 --- a/docs/index.njk +++ b/docs/index.njk @@ -1,6 +1,6 @@ {% extends "layouts/base.njk" %} -{% set title = "NHS App design system" %} +{% set title = "NHS App design resources" %} {%- from 'hero/macro.njk' import hero -%} {%- from 'card/macro.njk' import card -%} @@ -10,7 +10,7 @@ {{ super() }} {{ hero({ - "heading": "NHS App design system", + "heading": "NHS App design resources", "text": "Design, build, and deliver accessible and consistent services for the NHS App" }) }} {% endblock %}