Skip to content

Commit b144005

Browse files
Update component-library.md (#35)
1 parent 564d5c1 commit b144005

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/faq/component-library.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Different libraries have different strengths, so the best choice for one project isn't necessarily the best choice for another. You're going to need to judge for yourself what works best for you and your project.
44

5+
You'll find lists of libraries for Vue 3 at:
6+
7+
- https://ui-libs.vercel.app/
8+
- https://skirtles-code.github.io/vue-examples/component-libraries.html
9+
10+
GitHub stars or npm download statistics can be useful when assessing the popularity of a library, but they need to be interpreted carefully. Newer libraries are at a massive disadvantage in those counts. Some libraries are particularly strong in a specific area, which may make them more suitable for your project than they would be for a more general audience.
11+
512
It's unlikely that anyone on Vue Land has enough personal experience to make a detailed assessment of more than two or three libraries. It takes months of use on a real project to properly understand the pros and cons of a library, and even then those experiences won't necessarily carry across to other projects.
613

714
However, if there's a specific library that you're considering, somebody might be able to share their own experiences of using it.
@@ -21,13 +28,6 @@ It's also not an all-or-nothing decision. Some libraries will give you fully sty
2128
- Libraries like [Headless UI](https://headlessui.com/) and [Radix Vue](https://www.radix-vue.com/) provide unstyled components that can be used to build your own.
2229
- [Tailwind UI](https://tailwindui.com/) and [shadcn-vue](https://www.shadcn-vue.com/) are large collections of example components that you can copy.
2330

24-
If you do want a library that does it all for you, there are plenty to choose from. You'll find some suggestions listed at:
25-
26-
- https://skirtles-code.github.io/vue-examples/component-libraries.html
27-
- https://ui-libs.vercel.app/
28-
29-
GitHub stars or npm download statistics can be useful when assessing the popularity of a library, but they need to be interpreted carefully. Newer libraries are at a massive disadvantage in those counts. Some libraries are particularly strong in a specific area, which may make them more suitable for your project than they would be for a more general audience.
30-
3131
## Core features
3232

3333
You might be able to rule out some of the options based on the features they provide. For example:

0 commit comments

Comments
 (0)