Introduction
Explore our collection of reusable UI components, build your own design systems, and create your own components.
How does it work
One of the issues with building components can be the design process itself. Designing from scratch, staying consistent and making sure the design is accessible can be tough. Furthermore, the translation of design systems to code, as well as creating custom components following a design pattern can be confusing. These are the issue we aim to solve.
In short, this app currently has 3 features:
Our component library is free to use. However, we encourage you to create your own components using our CSS classes, your own CSS classes, or the builder.
Why Tailwind?
Tailwind CSS is a utility-first CSS framework designed to streamline and simplify the process of styling web applications. Tailwind CSS simplifies styling by providing a set of pre-defined utility classes that directly apply styles to HTML elements. Another bonus is the rather tiny CSS build size.
While some may find it restrictive, the pre-defined classlist nature of Tailwind actually encourages a more consistent style throughout your app, rather that falling into the trap of having extremely specific or one-case CSS values that may occur with traditional CSS styling. It also permits quick implementation of mobile responsiveness, dark mode, and pseudo states.
Always remember, a great website is one that is consistent throughout, easy for your users to view and navigate, and one which is accessible to all types of users. Tailwind helps you achieve this.