You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This library contains:
17
17
### Components
18
18
19
19
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
21
21
22
22
Components include:
23
23
@@ -40,11 +40,12 @@ Components include:
40
40
- GdsTopAppBar
41
41
- GdsWarningText
42
42
- GdsCard
43
+
- CameraContent (componentsv2-camera submodule)
43
44
44
45
### Patterns
45
46
46
47
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
0 commit comments