Skip to content

Commit 4bb5418

Browse files
committed
chore: v1.1.0
1 parent dfc84ba commit 4bb5418

File tree

3 files changed

+74
-23
lines changed

3 files changed

+74
-23
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## [1.0.0-beta] - [2024-09-23]
1+
## [1.1.0] - [2024-10-09]
2+
3+
### Added
4+
5+
- Integrated the third-party [Wave](https://flyonui.com/docs/third-party-plugins/wave-effect/) plugin for a ripple effect, enhancing interactive elements.
6+
7+
### Updated
8+
9+
1. Corrected spelling errors for the stripped class in the table and progress sections.
10+
2. Fixed class specificity in card.
11+
3. Fixed a typo in the documentation: changed “sematic” to “semantic”. [#6](https://github.com/themeselection/flyonui/issues/6)
12+
13+
## [1.0.0] - [2024-09-23]
214

315
### Added
416

README.md

+59-20
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,30 @@
22
<img alt="flyonui logo" width="800" src="https://cdn.flyonui.com/fy-assets/smm/marketing/flyonui-smm-banner.png">
33
</a><br/><br/>
44

5-
6-
7-
[FlyonUI](http://flyonui.com/) is the easiest, open-source Tailwind CSS component library with semantic classes. 🚀
5+
[FlyonUI](https://flyonui.com/) is the easiest, free and open-source Tailwind CSS component library with semantic classes. 🚀
86

97
<p>
108
<a href="https://www.npmjs.com/package/flyonui"><img src="https://img.shields.io/npm/dt/flyonui.svg" alt="Total Downloads on NPM"></a>
119
<a href="https://github.com/themeselection/flyonui/releases"><img src="https://img.shields.io/npm/v/flyonui.svg" alt="Latest Version"></a>
1210
<a href="https://flyonui.com/docs/getting-started/license/"><img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License"></a>
11+
<a href="https://x.com/flyonui" target="_blank">
12+
<img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/flyonui">
13+
</a>
1314
</p>
1415

16+
<a href="https://themeselection.com" target="_blank">
17+
<img
18+
src="https://cdn.themeselection.com/ts-assets/themeselection/logo/logo.png"
19+
alt="themeselection logo"
20+
height="30"
21+
/>
22+
</a>
23+
24+
Created by [ThemeSelection](https://themeselection.com), with a commitment to empowering the open-source community.
25+
1526
---
1627

17-
## Table of Contents
28+
## Table of Contents 📋
1829

1930
- [Table of Contents](#table-of-contents)
2031
- [Overview](#overview)
@@ -32,21 +43,21 @@
3243

3344
---
3445

35-
## Overview
46+
## Overview 🌏
3647

3748
FlyonUI is designed to combine the best of both worlds: the aesthetic appeal of semantic classes and the powerful functionality of JS plugins.
3849

3950
Under the hood, it uses the strengths of:
4051

4152
- [Tailwind CSS](https://tailwindcss.com/) A utility-first CSS framework that helps you build beautiful websites with ease.
42-
- [DaisyUI](https://daisyui.com/) adds component sematic class names to Tailwind CSS so you can make beautiful websites faster, easier and Maintainable.
53+
- [daisyUI](https://daisyui.com/) adds component semantic class names to Tailwind CSS so you can make beautiful websites faster, easier and Maintainable.
4354
- [Preline](https://preline.co/plugins.html) JavaScript headless & fully unstyled Tailwind plugins for accessible, responsive UI. Enhance experiences with animations, transitions, and more.
4455

45-
## Why should I use FlyonUI?
56+
## Why should I use FlyonUI? 💡
4657

4758
Using Tailwind CSS alone may lead to cluttered HTML with numerous utility classes, which can be a nightmare to maintain.
4859

49-
Apart from that Tailwind CSS or DaisyUI doesn’t provide any interactive headless JavaScript components like accordion, overlay, dropdowns, etc…
60+
Apart from that Tailwind CSS or daisyUI doesn’t provide any interactive headless JavaScript components like accordion, overlay, dropdowns, etc…
5061

5162
**This is where FlyonUI shines.✨**
5263

@@ -57,7 +68,7 @@ FlyonUI [Tailwind CSS Components Library](https://flyonui.com/) brings together
5768
- **Efficiency and Productivity:** Enjoy a faster and more efficient development process by combining the strengths of semantic classes and JS plugins.
5869
- **Maintainable and Scalable:** Keep your projects maintainable and scalable with a consistent coding approach and powerful JS plugins.
5970

60-
## Features
71+
## Features
6172

6273
1. **800+ Free Components Examples**: Hundreds of component examples for all your WebApp needs that meet accessibility criteria.
6374
2. **Universal Framework Compatibility**: Fully compatible wherever Tailwind CSS is in action, from React to Vue and beyond.
@@ -66,11 +77,26 @@ FlyonUI [Tailwind CSS Components Library](https://flyonui.com/) brings together
6677
5. **Responsive & RTL support** : Built with responsiveness in mind, ensuring your app looks great on all devices with RTL language support.
6778
6. **Free Forever:** Completely free forever, open-source, and built for the community.
6879

69-
## Documentation
80+
## Documentation 📚
7081

7182
For comprehensive documentation, please visit [flyonui.com](https://flyonui.com/).
7283

73-
## Getting Started
84+
## Framework guides 🛠️
85+
86+
<table width="33.3333%">
87+
<tr>
88+
<td align="center">HTML</td>
89+
</tr>
90+
<tr>
91+
<td align="center">
92+
<a href="https://flyonui.com/docs/getting-started/quick-start/">
93+
<img src="https://cdn.flyonui.com/fy-assets/icons/html-icon.png" alt="Html log" height="70" />
94+
</a>
95+
</td>
96+
</tr>
97+
</table>
98+
99+
## Getting Started 🏁
74100

75101
FlyonUI can be easily integrated into any existing Tailwind CSS project.
76102

@@ -126,7 +152,7 @@ To use FlyonUI, ensure that you have [Node.js](https://nodejs.org/en/) and [Tail
126152

127153
FlyonUI components offer native RTL support. Simply add the `dir="rtl"` attribute to your HTML element to enable this feature.
128154

129-
## Available Components
155+
## Available Components 🧩
130156

131157
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.
132158

@@ -227,14 +253,21 @@ FlyonUI provides a robust library of UI components built with Tailwind CSS utili
227253

228254
[Explore all components](https://flyonui.com/docs/components/accordion/)
229255

230-
## Community
256+
## Community 🤝
231257

232258
Join the FlyonUI community to discuss the library, ask questions, and share your experiences:
233259

234-
- 📢 [Follow us on Twitter](https://x.com/flyonui)
235-
- ⌨️ [Discuss on GitHub](https://github.com/themeselection/flyonui/discussions)
260+
- 🐦 [Follow us on Twitter](https://x.com/flyonui)
261+
- 💬 [Discuss on GitHub](https://github.com/themeselection/flyonui/discussions)
262+
- 🎮 [Join us on Discord](https://discord.com/invite/kBHkY7DekX)
236263

237-
## Credits
264+
## Contributing 📝
265+
266+
Fix a bug, or add a new feature. You can make a pull request and see your code in the next version of FlyonUI.
267+
268+
Before adding a pull request, please see the **[contributing guidelines](https://github.com/themeselection/flyonui/blob/main/.github/CONTRIBUTING.md)**.
269+
270+
## Credits 🤘
238271

239272
We are grateful for the contributions of the open-source community, particularly:
240273

@@ -244,9 +277,15 @@ We are grateful for the contributions of the open-source community, particularly
244277

245278
These projects form the backbone of FalyonUI, allowing us to build a powerful and user-friendly UI kit.
246279

247-
## License
280+
## License ©
281+
282+
- Copyright © [ThemeSelection](https://themeselection.com/)
283+
- Licensed under [MIT](https://github.com/themeselection/flyonui/blob/main/LICENSE)
284+
- FlyonUI is open-source software licensed under the MIT License.You can use our free items for personal as well as commercial purposes.
248285

249-
FlyonUI is open-source software licensed under the MIT License.
286+
## Useful Links 🎁
250287

251-
- 📝 [Read the License](https://github.com/themeselection/flyonui/blob/main/LICENSE)
252-
- 📀 [View THIRD_PARTY_LICENSES](https://github.com/themeselection/flyonui/blob/main/THIRD_PARTY_LICENSES)
288+
- [Vue CheatSheet](https://vue-cheatsheet.themeselection.com/)
289+
- [Freebies](https://themeselection.com/item/category/freebies/)
290+
- [Download Free Admin Templates](https://themeselection.com/item/category/free-admin-templates/)
291+
- [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flyonui",
3-
"version": "1.0.2",
4-
"description": "The most easiest, free and open-source Tailwind CSS component library with semantic classes.",
3+
"version": "1.1.0",
4+
"description": "The easiest, free and open-source Tailwind CSS component library with semantic classes.",
55
"author": "ThemeSelection",
66
"license": "MIT",
77
"homepage": "https://flyonui.com/",

0 commit comments

Comments
 (0)