-
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathui.jsonc
More file actions
150 lines (148 loc) · 3.92 KB
/
ui.jsonc
File metadata and controls
150 lines (148 loc) · 3.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
// example data
// {
// "name": "Tailwind CSS",
// "description": "A utility-first CSS framework",
// "url": "https://tailwindcss.com/",
// "tags": ["a", "b"], (Optional, 3tags max)
// "add_date": "yyyy-MM-dd" (Optional)
// ...any other key if you want
// }
//
// Notice:
// 1. All data should be sorted alphabetically.
// 2. Affiliate links are not allowed
// 3. Do not submit tools that are unrelated to development.
[
// A
{
"name": "Awesome Tailwind CSS",
"description": "Awesome things related to Tailwind CSS",
"url": "https://github.com/aniftyco/awesome-tailwindcss"
},
// B
// C
{
"name": "Cruip",
"description": "Tailwind CSS templates and components",
"url": "https://cruip.com/"
},
// D
{
"name": "DaisyUI",
"description": "A Tailwind CSS component library",
"url": "https://daisyui.com/"
},
// E
// F
{
"name": "Flowbite",
"description": "UI components library built with Tailwind CSS",
"url": "https://flowbite.com/"
},
{
"name": "Freesets",
"description": "Free components and design sets for Tailwind CSS",
"url": "https://freesets.vercel.app/"
},
// G
// H
// I
{
"name": "InclusiveColors palette creator",
"description": "Creates WCAG accessible custom color palettes for Tailwind/CSS",
"url": "https://www.inclusivecolors.com/"
},
{
"name": "Interactive Shadcn Flip Cards",
"description": "Nice-looking stat cards that rotate when you hover over them to save space on your dashboard and make things more awesome. There are bright backgrounds on the front of the card that make the numbers that are most important to you stand out. There is a useful bar chart on the back of the card. Made using Shadcn UI components.",
"url": "https://shadcn-widgets.xyz/widget/interactive-flip-cards-with-statistical-charts",
"tags": ["stat-card", "dashboard", "shadcn-ui"]
},
// J
// K
// L
{
"name": "LangUI",
"description": "Tailwind CSS components for multilingual applications",
"url": "https://langui.dev/"
},
// M
{
"name": "Meraki UI",
"description": "Free Tailwind CSS components library",
"url": "https://merakiui.com/"
},
// N
// O
// P
{
"name": "Preline",
"description": "Tailwind CSS components library",
"url": "https://preline.co/"
},
// Q
// R
// S
{
"name": "Sailboat UI",
"description": "UI components for Tailwind CSS",
"url": "https://sailboatui.com/"
},
{
"name": "Shadcn/ui",
"description": "Re-usable components built with Radix UI and Tailwind CSS",
"url": "https://ui.shadcn.com/"
},
{
"name": "Shadcn Space",
"description": "Craft modern UIs faster with our extra-ordinary designed Shadcn UI components, blocks & templates.",
"url": "https://shadcnspace.com/"
},
// T
{
"name": "Tailwind CSS",
"description": "A utility-first CSS framework",
"url": "https://tailwindcss.com/"
},
{
"name": "Tailbits",
"description": "Tailwind CSS components and templates",
"url": "https://tailbits.com/"
},
{
"name": "Tailwind Toolbox",
"description": "Free components and templates for Tailwind CSS",
"url": "https://tailwindtoolbox.com/"
},
{
"name": "Tailwind Awesome",
"description": "Curated list of Tailwind CSS resources",
"url": "https://tailwindawesome.com/"
},
{
"name": "TailSpark",
"description": "Tailwind CSS components and design resources",
"url": "https://tailspark.co/"
},
{
"name": "TailSC",
"description": "Tailwind CSS components and resources",
"url": "https://tailsc.com/"
},
{
"name": "Tailwind Components",
"description": "Collection of components found on the internet",
"url": "https://github.com/unlight/tailwind-components/"
},
// U
{
"name": "UIColors",
"description": "Color palettes for Tailwind CSS",
"url": "https://uicolors.app/"
},
// V
// W
// X
// Y
// Z
]