Hello Coders,
If you're using Tailwind CSS in your development, or plan to use, might be a good idea to spare a few minutes of your time and look at this open-source library with more than 50 components styled with Tailwind CSS, and released under the MIT license. Thanks for reading! Please let me know your thoughts in the comments. Thanks for reading!
- Source Code - published on Github
- FlowBite Tailwind components - free UI Kit
- π Material Tailwind -
open-source
library
What is Tailwind CSS
Tailwind CSS is different from frameworks like Bootstrap, Foundation, or Bulma because it is not a UI kit, and it does not have default themes or built-in UI components. It is a very powerful framework in terms of customization, of course, if you donβt mind the repetition in your markup, because you can make any website you can imagine.
According to the official website, it is a utility-first CSS framework for rapidly building custom designs. Tailwind CSS is a highly customizable, low-level CSS framework that gives developers all of the building blocks they need to build bespoke designs without any annoying opinionated styles.
What's in the box
Components are grouped by visual usability criteria (footer, hero, navbar ..), and styled directly on top of Tailwind CSS (no Javascript dependency) as pug templates, which makes them very easy to extend and customize.
How to use the project
To use the components library open a terminal and type:
# Clone the repo
$ git clone https://github.com/app-generator/tailwind-css-components.git
$ cd tailwind-css-components
$
$ # Install dependencies
$ yarn
$
$ # Run dev server with live preview (Browsersync)
$ yarn start
$
$ # Or make a production build
$ yarn build
$
$ # HTML files generated in directory public
Components
Here is a shortlist, to visualize the full library please access Tailwind CSS - Components online.
Screen Shots
Blog Posts Components
Server Errors Page
Pricing Components
Links & Resources
- Tailwind CSS - the official website
- Tailwind Starter Kit - A beautiful extension for TailwindCSS crafted by Creative-Tim
- Tailwind CSS Components - The Source code, published on Github
Thank you!
Top comments (1)
Top Article! I had coded a React UI Kit based 100% on Tailwind!
Feedback are welcome π
windy-docs.vercel.app/