daisyui 2.31.0 → 2.32.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 +4 -3
- package/dist/full.css +1 -1
- package/dist/styled.css +98 -97
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +19 -18
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ module.exports = {
|
|
|
56
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.
|
|
57
57
|
|
|
58
58
|
```html
|
|
59
|
-
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.
|
|
59
|
+
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.31.0/dist/full.css" rel="stylesheet" type="text/css" />
|
|
60
60
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
61
61
|
```
|
|
62
62
|
|
|
@@ -83,7 +83,6 @@ See the official site: [ [daisyui.com →](https://daisyui.com/)]
|
|
|
83
83
|
|
|
84
84
|
Tweet about daisyUI: [![][tweet]][tweet-url]
|
|
85
85
|
|
|
86
|
-
|
|
87
86
|
## 📁 List of components
|
|
88
87
|
|
|
89
88
|
<details>
|
|
@@ -208,7 +207,9 @@ Tweet about daisyUI: [![][tweet]][tweet-url]
|
|
|
208
207
|
- [Build Instagram profile page UI clone w/Next.js TailwindCSS](https://www.udemy.com/course/build-instagram-profile-page-ui-clone-nextjs-tailwindcss/)
|
|
209
208
|
- [Instagram UI Clone Login Page w/ NextJS & TailwindCSS](https://www.udemy.com/course/instagram-ui-clone-login-page-w-nextjs-tailwindcss/)
|
|
210
209
|
- [Build your Developer Portfolio and Blog from Scratch with Svelte and GraphCMS](https://www.freecodecamp.org/news/build-your-developer-portfolio-from-scratch-with-sveltekit-and-graphcms/)
|
|
211
|
-
|
|
210
|
+
- Starters
|
|
211
|
+
- [Vite-Boot](https://github.com/kirklin/vite-boot) Vite + Vue3 + TypeScript + Vue-Router4 + Pinia + Tailwind CSS + daisyUI Template.
|
|
212
|
+
|
|
212
213
|
</details>
|
|
213
214
|
|
|
214
215
|
---
|