@dpa-id-components/dpa-shared-components 8.13.0-alpha → 8.13.0
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,6 +35,8 @@ import { UiBadge } from "@dpa-id-components/dpa-shared-components";
|
|
|
35
35
|
|
|
36
36
|
To have the styling working correctly you have to extend the tailwind config in your project.
|
|
37
37
|
|
|
38
|
+
Please ensure that the version of Tailwind in your host application meets the version specified under `peerDependencies` in `package.json`.
|
|
39
|
+
|
|
38
40
|
```JavaScript
|
|
39
41
|
import sharedComponentsConfig from '@dpa-id-components/dpa-shared-components/tailwindConfig'
|
|
40
42
|
import { Config } from 'tailwindcss'
|