daisyui 4.0.0-alpha.5 → 4.0.0-alpha.7
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 +1 -85
- package/dist/full.css +133 -733
- package/dist/styled.css +103 -11
- package/dist/styled.js +1 -1
- package/dist/unstyled.css +74 -11
- package/dist/unstyled.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/dist/utilities-unstyled.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,8 +10,6 @@
|
|
|
10
10
|
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
|
-
[![][banner-url]][docs-url]
|
|
14
|
-
|
|
15
13
|
# daisyUI 3.0
|
|
16
14
|
|
|
17
15
|
[![][build]][build-url] [![][npm]][npm-url] [![][number-of-components]][docs-url] [![][license]][license-url]
|
|
@@ -61,89 +59,7 @@ See the official site: [ [daisyui.com →](https://daisyui.com/)]
|
|
|
61
59
|
| **Backers** <br /> Thank you to all our backers! <br /> [[Become a backer](https://opencollective.com/daisyui)] | <a href="https://opencollective.com/daisyui" target="_blank"><img src="https://opencollective.com/daisyui/backers.svg?button=false&width=500&avatarHeight=46"><img src="https://opencollective.com/daisyui/organizations.svg?button=false&width=500&avatarHeight=46"></a> |
|
|
62
60
|
| **Contributors** <br /> This project exists thanks to all the people who contribute. <br /> [[Contribute](https://github.com/saadeghi/daisyui/blob/master/.github/CONTRIBUTING.md)] | <a href="https://github.com/saadeghi/daisyui/graphs/contributors" target="_blank"><img src="https://contrib.rocks/image?repo=saadeghi/daisyui&columns=14&anon=1&max=300" width="500"></a> |
|
|
63
61
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
## 📁 List of components
|
|
67
|
-
|
|
68
|
-
<details>
|
|
69
|
-
<summary>
|
|
70
|
-
show / hide
|
|
71
|
-
</summary>
|
|
72
|
-
|
|
73
|
-
- Actions
|
|
74
|
-
|
|
75
|
-
- [x] Button
|
|
76
|
-
- [x] Dropdown
|
|
77
|
-
- [x] Modal
|
|
78
|
-
- [x] Swap
|
|
79
|
-
|
|
80
|
-
- Data display
|
|
81
|
-
|
|
82
|
-
- [x] Alert
|
|
83
|
-
- [x] Avatar
|
|
84
|
-
- [x] Badge
|
|
85
|
-
- [ ] Banner
|
|
86
|
-
- [ ] Calendar
|
|
87
|
-
- [x] Card
|
|
88
|
-
- [x] Carousel
|
|
89
|
-
- [x] Chat bubble
|
|
90
|
-
- [x] Collapse
|
|
91
|
-
- [x] Countdown
|
|
92
|
-
- [ ] Empty placeholder
|
|
93
|
-
- [x] Kbd
|
|
94
|
-
- [x] Loading
|
|
95
|
-
- [x] Progress
|
|
96
|
-
- [x] Radial progress
|
|
97
|
-
- [x] Stat
|
|
98
|
-
- [x] Table
|
|
99
|
-
- [ ] Tag
|
|
100
|
-
- [ ] Timeline
|
|
101
|
-
- [x] Toast
|
|
102
|
-
- [x] Tooltip
|
|
103
|
-
- [x] Treeview
|
|
104
|
-
|
|
105
|
-
- Data input
|
|
106
|
-
- [x] Checkbox
|
|
107
|
-
- [x] File input
|
|
108
|
-
- [x] Text input
|
|
109
|
-
- [x] Radio
|
|
110
|
-
- [x] Range
|
|
111
|
-
- [x] Rating
|
|
112
|
-
- [x] Select
|
|
113
|
-
- [x] Textarea
|
|
114
|
-
- [x] Toggle
|
|
115
|
-
- Layout
|
|
116
|
-
|
|
117
|
-
- [x] Artboard
|
|
118
|
-
- [x] Button group
|
|
119
|
-
- [x] Divider
|
|
120
|
-
- [x] Drawer
|
|
121
|
-
- [x] Footer
|
|
122
|
-
- [x] Join
|
|
123
|
-
- [x] Hero
|
|
124
|
-
- [x] Indicator
|
|
125
|
-
- [x] Input group
|
|
126
|
-
- [x] Mask
|
|
127
|
-
- [x] Stack
|
|
128
|
-
|
|
129
|
-
- Navigation
|
|
130
|
-
|
|
131
|
-
- [x] Bottom Navigation
|
|
132
|
-
- [x] Breadcrumbs
|
|
133
|
-
- [x] Link
|
|
134
|
-
- [x] Menu
|
|
135
|
-
- [x] Navbar
|
|
136
|
-
- [x] Pagination
|
|
137
|
-
- [x] Steps
|
|
138
|
-
- [x] Tab
|
|
139
|
-
|
|
140
|
-
- Mockup
|
|
141
|
-
- [x] Browser
|
|
142
|
-
- [x] Code
|
|
143
|
-
- [x] Phone
|
|
144
|
-
- [x] Window
|
|
145
|
-
|
|
146
|
-
</details>
|
|
62
|
+
[![][banner-url]][docs-url]
|
|
147
63
|
|
|
148
64
|
---
|
|
149
65
|
|