FlyonUI is the easiest, free and open-source Tailwind CSS component library with semantic classes. ๐
Created by ThemeSelection, with a commitment to empowering the open-source community.
Table of Contents ๐
- Table of Contents
- Overview
- Why should I use FlyonUI?
- Features
- Documentation
- Getting Started
- Available Components
- Community
- Credits
- License
Overview ๐
FlyonUI is designed to combine the best of both worlds: the aesthetic appeal of semantic classes and the powerful functionality of JS plugins.
Under the hood, it uses the strengths of:
- Tailwind CSS A utility-first CSS framework that helps you build beautiful websites with ease.
- daisyUI adds component semantic class names to Tailwind CSS so you can make beautiful websites faster, easier and Maintainable.
- Preline JavaScript headless & fully unstyled Tailwind plugins for accessible, responsive UI. Enhance experiences with animations, transitions, and more.
Why should I use FlyonUI? ๐ก
Using Tailwind CSS alone may lead to cluttered HTML with numerous utility classes, which can be a nightmare to maintain.
Apart from that Tailwind CSS or daisyUI doesnโt provide any interactive headless JavaScript components like accordion, overlay, dropdowns, etcโฆ
This is where FlyonUI shines.โจ
FlyonUI Tailwind CSS Components Library brings together the beauty of semantic classes and the interactive headless JavaScript plugins, offering you a powerful toolkit to build stunning, interactive user interfaces with ease.
- Beautiful and Semantic Styling: Utilize comprehensive CSS components with semantic class names for a clean and readable codebase.
- Interactive and Dynamic Features: Incorporate Headless JavaScript plugins for ex: Accordion, Dropdown, Overlay etcโฆ to add interactivity and dynamic behavior to your UI components.
- Efficiency and Productivity: Enjoy a faster and more efficient development process by combining the strengths of semantic classes and JS plugins.
- Maintainable and Scalable: Keep your projects maintainable and scalable with a consistent coding approach and powerful JS plugins.
Features โจ
- 800+ Free Components Examples: Hundreds of component examples for all your WebApp needs that meet accessibility criteria.
- Universal Framework Compatibility: Fully compatible wherever Tailwind CSS is in action, from React to Vue and beyond.
- Unlimited Themes: Customize your appโs look and feel with FlyonUIโs theming capabilities. Refer to the theme section for more details.
- Unstyled & Accessible Plugins: Seamlessly add unstyled, accessible plugins for functionality without sacrificing design.
- Responsive & RTL support : Built with responsiveness in mind, ensuring your app looks great on all devices with RTL language support.
- Free Forever: Completely free forever, open-source, and built for the community.
Documentation ๐
For comprehensive documentation, please visit flyonui.com.
Framework guides ๐ ๏ธ
HTML | React | Nextjs | Vue | Nuxtjs |
Angular | Svelte | Remix | Astro | Qwik |
Django | Flask | Laravel | ||
Getting Started ๐
FlyonUI can be easily integrated into any existing Tailwind CSS project.
Installation via NPM
To use FlyonUI, ensure that you have Node.js and Tailwind CSS installed.
-
Install FlyonUI as a dependency:
npm install flyonui
-
Include FlyonUI as a plugin in your
tailwind.config.js
file:module.exports = { content: ["./node_modules/flyonui/dist/js/*.js"], // Require only if you want to use FlyonUI JS component plugins: [ require("flyonui"), require("flyonui/plugin") // Require only if you want to use FlyonUI JS component ] }
This ensures that FlyonUI's styling is applied correctly throughout your project.
If you want to include specific js component:
module.exports = { content: ["./node_modules/flyonui/dist/js/accordion.js"] }
-
Include FlyonUI JavaScript in HTML To enable interactive elements, include FlyonUI's JavaScript in your HTML file, right before the closing
</body>
tag:<script src="../node_modules/flyonui/flyonui.js"></script>
For a single component, use the specific path:
<script src="../node_modules/flyonui/dist/js/accordion.js"></script>
This script ensures that all FlyonUI interactivity is correctly applied to your elements.
RTL (Right-to-Left) Language Support
FlyonUI components offer native RTL support. Simply add the dir="rtl"
attribute to your HTML element to enable this feature.
Available Components ๐งฉ
FlyonUI provides a robust library of UI components built with Tailwind CSS utility classes, enabling fast and efficient web development. Our library includes 78+ components, from basic elements like buttons and cards to more complex third-party integrations.
Component Examples
Accordion | Alert | Apex Charts |
Button | Card | Checkbox |
Dropdown | Input | Modal |
Navbar | Tabs & Pills | Tooltip |
Community ๐ค
Join the FlyonUI community to discuss the library, ask questions, and share your experiences:
- ๐ฆ Follow us on Twitter
- ๐ฌ Discuss on GitHub
- ๐ฎ Join us on Discord
Contributing ๐
Fix a bug, or add a new feature. You can make a pull request and see your code in the next version of FlyonUI.
Before adding a pull request, please see the contributing guidelines.
Credits ๐ค
We are grateful for the contributions of the open-source community, particularly:
These projects form the backbone of FlyonUI, allowing us to build a powerful and user-friendly UI kit.
License ยฉ
- Copyright ยฉ ThemeSelection
- Licensed under MIT
- FlyonUI is open-source software licensed under the MIT License.You can use our free items for personal as well as commercial purposes.