Alasdair McLeay
Alasdair McLeay
On ``` border: `${BORDER_WIDTH_FORM_ELEMENT} solid ${BLACK}`, ``` When supported in govuk-colours (I think already?), and Chromatic is enabled
All file/folder names should be lowercase. This should be picked up by eslint.
- Less code to maintain - Reusable on other projects if needed - Can stop using it here if needed but retain work done somewhere
i.e. `'> ul':` should be `> UnorderedList` (I think?)
Rather than ```js import { SPACING } from "@govuk-react/constants"; ``` I should be able to write ```js import { SPACING } from "govuk-react"; ``` Though not all consts are intended...
Our RelatedItems component uses a nested list and links, and results in links that are the same size as text in GDS list styles. However, the links in the govuk...
It seems to just be a wrapper (label, hint, error) for any kind of form input, not just a multichoice one. Perhaps could be renamed `InputWrapper` or `Field`?
ErrorSummary should be composable, e.g. if you want to use a React Router Link for the anchors.
dependent on https://github.com/storybookjs/storybook/issues/9209 The BackLink and VisuallyHidden components have stories that auto focus the component for visual regression. This only works if one instance is on the page at the...