nhsuk-frontend
nhsuk-frontend copied to clipboard
NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.
Currently it’s a little awkward to preview unreleased changes, for example in a branch of the Service manual website (where we might be drafting guidance for upcoming changes), or to...
Part of https://github.com/nhsuk/nhsuk-frontend/issues/1237
This updates the underlines on links (and link-like elements such as Details) so that the underline is offset by 1px to improve readability. The hover style for underlined links is...
Adds a new component 'notification banner' [adapted from GOV.UK Frontend](https://github.com/alphagov/govuk-frontend/tree/main/packages/govuk-frontend/src/govuk/components/notification-banner). Steps taken: * Copied all files from `/govuk-frontend/src/govuk/components/nofication-banner`, removing those we don't use. * Updated namespace from `govuk` to `nhsuk`...
## Description The current card component will output heading markup even when a heading isn't provided - which also adds excess whitespace. A user might want to intentionally not provide...
# Bug Report ## What is the issue? In Firefox (latest v139) on Mac or Windows, when a button link is pressed, `:active` and `:focus` applied, show with white text,...
In the later v9.x releases we marked various features with: ```scss /// @deprecated To be removed in v11.0, replaced by xxxx ``` Similar to https://github.com/nhsuk/nhsuk-frontend/issues/1406 we should remove these before...
The existing dark pink colour (`#7C2855`) for links on hover) is maybe a bit close to the 'visited' link colour purple? A darker blue could look better and be a...
# Bug Report ## What is the issue? When building with Node.js v24, the following warning appears in the logs: > npm error code EBADENGINE > npm error engine Unsupported...
Placeholder issue to bring in `params.describedBy` from GOV.UK Frontend: * https://github.com/alphagov/govuk-frontend/pull/1347