@comicrelief/component-library 7.18.2 → 7.18.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Comic Relief React Component Library
|
|
1
|
+
Comic Relief React Component Library
|
|
2
2
|
--------------
|
|
3
3
|
|
|
4
4
|
[](https://github.com/comicrelief/component-library/actions)
|
|
@@ -17,12 +17,12 @@ $ yarn add @comicrelief/component-library
|
|
|
17
17
|
|
|
18
18
|
#### Wrap your app with the ThemeProvider and crTheme
|
|
19
19
|
```
|
|
20
|
-
import { ThemeProvider, crTheme } from '@
|
|
20
|
+
import { ThemeProvider, crTheme } from '@comicrelief/component-library';
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
#### Import components
|
|
24
24
|
```
|
|
25
|
-
import { HeroBanner } from '@
|
|
25
|
+
import { HeroBanner } from '@comicrelief/component-library';
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
### Develop
|