Skip to content

Commit 484c6e3

Browse files
committed
chore: update list of components
1 parent b41752e commit 484c6e3

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## 1.0.0 (2025-03-18)
66

7-
87
### Features
98

10-
* initial commit for govuk-react-component-library ([1ccfa1b](https://github.com/LandRegistry/govuk-react-components-library/commit/1ccfa1b0e6efef0f5252d35f642a414458411b67))
9+
- initial commit for govuk-react-component-library ([1ccfa1b](https://github.com/LandRegistry/govuk-react-components-library/commit/1ccfa1b0e6efef0f5252d35f642a414458411b67))

README.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ The Components includes:
2828

2929
- [Accordion](./src/components/Accordion/Accordion.tsx) `- ***`
3030
- [Boolean](./src/components/Boolean/Boolean.tsx)
31+
- [Breadcrumbs](./src/components/Breadcrumbs/Breadcrumbs.tsx)
3132
- [Button](./src/components/Button/Button.tsx) `- ***`
33+
- [CharacterCount](./src/components/CharacterCount/CharacterCount.tsx)
3234
- [CheckBoxes](./src/components/Checkboxes/Checkboxes.tsx) `- ***`
33-
- [DataNavigation](./src/components/DataNavigation/DataNavigation.tsx)
35+
- [CookieBanner](./src/components/CookieBanner/CookieBanner.tsx)
3436
- [DateInput](./src/components/DateInput/DateInput.tsx)
35-
- [DifferenceNavigation](./src/components/DifferenceNavigation/DifferenceNavigation.tsx) - Read [Documentation](./src/components/DifferenceNavigation/README.md) to see usage
37+
- [Details](./src/components/Details/Details.tsx)
3638
- [ErrorMessage](./src/components/ErrorMessage/ErrorMessage.tsx)
3739
- [ErrorSummary](./src/components/ErrorSummary/ErrorSummary.tsx) `- ***`
3840
- [Fieldset](./src/components/Fieldset/Fieldset.tsx)
@@ -41,27 +43,38 @@ The Components includes:
4143
- [Header](./src/components/Header/Header.tsx) `- ***`
4244
- [Hint](./src/components/Hint/Hint.tsx)
4345
- [Input](./src/components/Input/Input.tsx)
46+
- [InsetText](./src/components/InsetText/InsetText.tsx)
4447
- [Label](./src/components/Label/Label.tsx)
45-
- [Link](./src/components/Link/Link.tsx)
48+
- [NotificationBanner](./src/components/NotificationBanner/NotificationBanner.tsx)
4649
- [Pagination](./src/components/Pagination/Pagination.tsx)
4750
- [Panel](./src/components/Panel/Panel.tsx)
48-
- [PDFViewer](./src/components/PDFViewer/PDFViewer.tsx)
49-
- [PDFViewerCanvas](./src/components/PDFViewerCanvas/PDFViewerCanvas.tsx) - Read [Documentation](./src/components/PDFViewerCanvas/README.md) to see usage
51+
- [PhaseBanner](./src/components/PhaseBanner/PhaseBanner.tsx)
5052
- [Radios](./src/components/Radios/Radios.tsx) `- ***`
53+
- [Select](./src/components/Select/Select.tsx)
54+
- [ServiceNavigation](./src/components/ServiceNavigation/ServiceNavigation.tsx)
5155
- [SkipLink](./src/components/SkipLink/SkipLink.tsx) `- ***`
5256
- [SummaryList](./src/components/SummaryList/SummaryList.tsx)
5357
- [Table](./src/components/Table/Table.tsx)
5458
- [Tabs](./src/components/Tabs/Tabs.tsx) `- ***`
5559
- [Tag](./src/components/Tag/Tag.tsx)
60+
- [TaskList](./src/components/TaskList/TaskList.tsx)
5661
- [Textarea](./src/components/Textarea/Textarea.tsx)
62+
- [WarningText](./src/components/WarningText/WarningText.tsx)
5763

5864
There are Also Several components that can be used for error processing and other functionality like dashboard display:
5965
Note that some of the components below with `- ***` - Means like the above components, javascript needs to be enabled.
6066

6167
- [CardColumn](./src/components/CardColumn/CardColumn.tsx)
6268
- [CardLayout](./src/components/CardLayout/CardLayout.tsx)
63-
- [ErrorBoundary](./src/components/ErrorBoundary//ErrorBoundary.tsx)
64-
- [NotFound](./src/components/NotFound//NotFound.tsx)
69+
- [DataNavigation](./src/components/DataNavigation/DataNavigation.tsx)
70+
- [DifferenceNavigation](./src/components/DifferenceNavigation/DifferenceNavigation.tsx) - Read [Documentation](./src/components/DifferenceNavigation/README.md) to see usage
71+
- [ErrorBoundary](./src/components/ErrorBoundary/ErrorBoundary.tsx)
72+
- [Landing](./src/components/Landing/Landing.tsx)
73+
- [Loading](./src/components/Loading/Loading.tsx)
74+
- [Main](./src/components/Main/Main.tsx)
75+
- [NotFoundPage](./src/components/NotFoundPage/NotFoundPage.tsx)
76+
- [PDFViewer](./src/components/PDFViewer/PDFViewer.tsx)
77+
- [PDFViewerCanvas](./src/components/PDFViewerCanvas/PDFViewerCanvas.tsx) - Read [Documentation](./src/components/PDFViewerCanvas/README.md) to see usage
6578
- [ProblemWithService](./src/components/ProblemWithService/ProblemWithService.tsx) `- ***` - `createAll(ErrorSummary..)` or `ConfigureOverallErrorSummary()`
6679
- [WarningInfo](./src/components/WarningInfo//WarningInfo.tsx)
6780

0 commit comments

Comments
 (0)