daisyui 2.14.0 → 2.14.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 +8 -6
- package/dist/full.css +1 -1
- package/dist/styled.css +4 -10
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +1 -2
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
npm i daisyui
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
Then add daisyUI to your `tailwind.config.js
|
|
41
|
-
|
|
40
|
+
Then add daisyUI to your `tailwind.config.js`:
|
|
41
|
+
|
|
42
42
|
|
|
43
43
|
```js
|
|
44
44
|
module.exports = {
|
|
@@ -46,6 +46,8 @@ module.exports = {
|
|
|
46
46
|
};
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
+
[ [Read more →][docs-url-install] ]
|
|
50
|
+
|
|
49
51
|
<details>
|
|
50
52
|
<summary>
|
|
51
53
|
Or use a CDN
|
|
@@ -54,7 +56,7 @@ module.exports = {
|
|
|
54
56
|
Loading CSS files from CDN is not recommended for production. It's better to install Tailwind and daisyUI as Nodejs dependencies so you can config/customize everything, and purge unused styles.
|
|
55
57
|
|
|
56
58
|
```html
|
|
57
|
-
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.
|
|
59
|
+
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.14.2/dist/full.css" rel="stylesheet" type="text/css" />
|
|
58
60
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
59
61
|
```
|
|
60
62
|
|
|
@@ -63,7 +65,7 @@ Loading CSS files from CDN is not recommended for production. It's better to ins
|
|
|
63
65
|
|
|
64
66
|
## 🚀 Use
|
|
65
67
|
|
|
66
|
-
|
|
68
|
+
[[See all components →](https://daisyui.com/components/)]
|
|
67
69
|
|
|
68
70
|
|
|
69
71
|
## 📘 Documents + Examples
|
|
@@ -73,7 +75,7 @@ See the official site: [ [daisyui.com →](https://daisyui.com/)]
|
|
|
73
75
|
|
|
74
76
|
## 🤝 Contributing
|
|
75
77
|
|
|
76
|
-
|
|
78
|
+
[ [Read contribution guide →](https://github.com/saadeghi/daisyui/blob/master/.github/CONTRIBUTING.md) ]
|
|
77
79
|
|
|
78
80
|
|
|
79
81
|
## 🤝 Supporting daisyUI
|
|
@@ -82,7 +84,7 @@ Become an sponsor: [ [Open Collective →](https://opencollective.com/daisyui) ]
|
|
|
82
84
|
|
|
83
85
|
Tweet about it: [![][tweet]][tweet-url]
|
|
84
86
|
|
|
85
|
-
## 📁
|
|
87
|
+
## 📁 List of components
|
|
86
88
|
|
|
87
89
|
<details>
|
|
88
90
|
<summary>
|