Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update components index page #87

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 27 additions & 2 deletions docs/components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions docs/index.njk
Original file line number Diff line number Diff line change
@@ -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 -%}
Expand All @@ -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 %}
Expand Down
Loading