Introduction
Welcome to the andore/ui documentation!
What is andore/ui?
andore/ui is a modern React UI library, built to integrate effortlessly into your applications, offering simplicity and flexibility for seamless development, but at the same time providing a rich set of accessible and customizable components to help you build beautiful and user-friendly interfaces.
It follows the principles of Material Design 3, ensuring a consistent and intuitive design system, while leveraging the power of TailwindCSS for a highly customizable and efficient styling experience.
FAQ
Why does this library exist?
The main goal of andore/ui is for my personal learning and development, but I decided to make it open-source so that others can benefit from it as well. This will allow me to improve my skills and knowledge in React, TypeScript, and UI design, while also providing a way for others to understand how to build a UI library from scratch.
Is this an official implementation of Material Design 3?
No, andore/ui is not an official implementation of Material Design 3, but it follows the principles and guidelines of the design system to provide a consistent and intuitive experience. If you are looking for the official implementation, please refer to the Material Design 3 website.
Does it support theming?
Yes, andore/ui supports theming taking advantage of the powerful TailwindCSS framework. You can easily customize the look and feel of the components by changing the theme configuration.
Can I use only a few components without the whole library?
Yes, you can! andore/ui is built with modularity in mind, so you can import and use only the components you need without having to include the whole library in your project.