@@ -54,33 +54,30 @@ const FEATURED: {
54
54
packages : [
55
55
{
56
56
name : 'shadcn-svelte' ,
57
- description :
58
- 'Beautifully designed components built with Tailwind that you can customize and extend'
57
+ description : 'A port of shadcn/ui, built with Bits UI and Tailwind CSS'
59
58
} ,
60
59
{
61
60
name : 'bits-ui' ,
62
- description : 'Headless components powering shadcn-svelte that can also be used standalone '
61
+ description : 'Headless component primitives — bring your own styles '
63
62
} ,
64
63
{
65
64
name : '@skeletonlabs/skeleton' ,
66
- description : 'Skeleton is an adaptive design system powered by Tailwind CSS'
65
+ description : 'An adaptive design system powered by Tailwind CSS'
67
66
} ,
68
67
{
69
68
name : 'flowbite-svelte' ,
70
- description : 'Official Svelte components built for Flowbite and Tailwind CSS'
69
+ description : 'Official Svelte port of Flowbite, a UI library powered by Tailwind CSS'
71
70
} ,
72
- { name : '@ark-ui/svelte' , description : 'A collection of unstyled, accessible UI components ' } ,
71
+ { name : '@ark-ui/svelte' , description : 'Headless component library built on top of Zag.js ' } ,
73
72
{
74
73
name : 'daisyui' ,
75
- description :
76
- 'Tailwind CSS component library that provides useful component class names to speed development'
74
+ description : 'A set of classnames encapsulating Tailwind CSS styles'
77
75
} ,
78
- { name : 'svelte-material-ui' } ,
76
+ { name : 'svelte-material-ui' , description : 'An implementation of Google’s Material UI' } ,
79
77
{ name : 'carbon-components-svelte' } ,
80
78
{
81
79
name : 'melt' ,
82
- description :
83
- 'An open-source Svelte component library for building high-quality, accessible design systems and web apps'
80
+ description : 'A low-level headless UI library'
84
81
} ,
85
82
{ name : '@sveltestrap/sveltestrap' }
86
83
]
0 commit comments