pdap-design-system 2.1.5 → 2.1.6
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -32,7 +32,7 @@ import 'pdap-design-system/styles';
|
|
32
32
|
import { Button, Form } from 'pdap-design-system';
|
33
33
|
```
|
34
34
|
|
35
|
-
4. Import
|
35
|
+
4. Optional: Import the tailwind config if you need to use additional tailwind styles.
|
36
36
|
|
37
37
|
```
|
38
38
|
// tailwind.config.js
|