preface

TailwindCSS is 3.0 and getting better and better, so is there a component library for it? Awesome is available for every project, and awesome- TailwindCSS is available for TailwindCSS, where you can find plug-ins, tools, component libraries, as well as scaffolding and learning resources. But there are too many resources above, and here are the ones I would recommend that I think would be useful.

recommendations

  1. Tailwind CSS IntelliSense

    VScode plug-in, official maintenance, provides automatic code completion, syntax highlighting, code style display, etc.

  2. Headless UI

    The official maintained component library supports React and Vue. You can see the effect directly on the official website and copy the code directly. It is very easy to use, but the drawback is that there are too few components.

  3. Heroicons Official maintenance icon library, 24*24 standard size, can be a key copy of JSX and SVG, very easy to use, the disadvantage is that there are only 230 ICONS, but we can first copy from here, did not go to iconfont to find.

  4. Tailwind Elements

    Similar to the Bootstrap component library, recreated using Tailwind CSS, but with a better design and more functionality. With 500+ components, if you don’t need JS, you can copy HTML directly into any of your projects.

  5. Tailwind-kit

    Provides rich components and templates, supports one-click copy.

  6. Vue-tailwind

    Vue. Js UI component library, provides relatively rich components, you can see from the website component UI is composed of what atomic class styles, and components can be customized to set styles.

  7. Vechai ui

    React.js UI component library, built-in dark mode, provides rich components, you can see from the website component UI is composed of atomic class styles, and components can be customized Settings.

  8. Mamba ui

    Support component and template code copy, including HTML, React and vue. With this website, you will never have to design a website.

  9. Tailblocks

    60 + different code blocks, ready to use the arrow keys shortcut switch, especially suitable for portal sites.

  10. Wicked blocks

    Visual drag-and-drop editor, Tailwind’s low code platform, allows you to modify element styles directly and download code directly.

  11. Tailwind components

    A free sharing site where you can search component libraries or websites and copy code directly.

  12. Tailwind toolbox

    Some are similar to Tailwind Components, where you can search component libraries or websites and copy or download code directly.

  13. Typography

    Article layout plugin – Added a Prose class to give the article details page a nice layout.

  14. Tailwindcss-forms

    Forms plugin – Adds default styles to forms, making it easy to modify them.

  15. tailwindcolorshades

    A good tailwindcolor color generator, input brand color, automatic generation of color cards and tailwindcolor configuration, above I input petal net and nuggets of brand color.

The last

That’s it. If you have a Tailwind resource you can leave it in the comments.

I hope this article was helpful to you, and you can also refer to my previous articles or share your thoughts and insights in the comments section.