Skip to content

Commit 3dfcac1

Browse files
feat: Add QR scanner components and patterns to readme
1 parent d528e20 commit 3dfcac1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This library contains:
1717
### Components
1818

1919
This library contains 'building blocks', smaller, reusable components - the only new components to be created should have full specs provided by the user centred design (UCD) team.
20-
All new components should be created in `componentsv2` module - `components` module will be deprecated and removed once all dependencies from other repositories have been removed.
20+
All new components should be created in `componentsv2` module
2121

2222
Components include:
2323

@@ -40,11 +40,12 @@ Components include:
4040
- GdsTopAppBar
4141
- GdsWarningText
4242
- GdsCard
43+
- CameraContent (componentsv2-camera submodule)
4344

4445
### Patterns
4546

4647
This library contains page patterns to help with the creation of similar styles of page. They use components from the `componentsv2` library to build larger patterns.
47-
All new components should be created in `patterns` module - `pages` module will be deprecated and removed once all dependencies from other repositories have been removed.
48+
All new components should be created in `patterns` module
4849

4950
Patterns include:
5051

@@ -54,6 +55,7 @@ Patterns include:
5455
- ErrorScreen
5556
- LeftAlignedScreen
5657
- LoadingScreen
58+
- QrScannerScreen (patterns-camera submodule)
5759

5860
## Installation
5961

0 commit comments

Comments
 (0)