-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Selemondev
authored and
Selemondev
committed
Aug 4, 2023
1 parent
1f1f3d5
commit f69df30
Showing
6 changed files
with
75 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Introduction | ||
|
||
Windi UI is a Vue.js based TailwindCss UI library that offers a collection of prebuilt UI components to enable you to build your web applications with ease. | ||
|
||
It comes with a comprehensive collection of prebuilt components that are ready for use right out of the box. | ||
|
||
Windi UI is built on top of powerful tools such as [TailwindCss](https://tailwindcss.com/), [Vueuse](https://vueuse.org) and [Headless UI](https://headlessui.com/) so rest assured that the components are really good and fully customizable. | ||
|
||
Windi UI is fully customizable thus meaning you can either choose to modify the existing theme or create your own theme and shape the UI components according to your needs. | ||
|
||
Check out the [features]() section to learn more about the [theming]() options. | ||
|
||
|
||
## Why Windi UI | ||
|
||
- **Time-Saving**: With Windi UI's vast selection of ready-to-use components, you'll save time on development without compromising on quality. | ||
|
||
- **Developer-Friendly**: Windi UI's intuitive design and documentation makes it a breeze for developers of all skill levels to integrate and modify the components. | ||
|
||
- **Fully Configurable**: Windi UI components come with various configuration options, enabling you to adjust their behavior and appearance to match your personal aesthetics. | ||
|
||
- **Themes**: Windi UI provides theming support, making it easy to bring your own theme or customize the existing default theme. | ||
|
||
- **Lightweight and Fast**: Despite being highly customizable, Windi UI is optimized for performance, ensuring that your customizations don't come at the cost of slow loading times or sluggish interactions. | ||
|
||
|
||
## Features | ||
|
||
- 🦾 **TypeScript Support** - The components are fully written in TypeScript from the ground up. We do recommend using TypeScript for your project as well. | ||
- 🛠️ **On demand Import** - Windi UI comes with an intelligent resolver that automatically imports only used components. | ||
- 🔥 **[Icons](https://icones.js.org/)** - Use any icon in your project from your favourite icon set. | ||
- 📦 **Diverse Component Selection** - Create your application effortlessly with our expansive collection of 50+ UI components. | ||
- ⚡️ **Powerful Tools** - Windi UI is built on top of powerful tools such as [TailwindCss](https://tailwindcss.com/), [Vueuse](https://vueuse.org) and [Headless UI](https://headlessui.com/). | ||
- 🎨 **Themeable** - Customize any part of our beautiful components to match your style. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Installation | ||
|
||
Add `Windi UI` to your project by running one of the following commands: | ||
|
||
```bash | ||
|
||
#npm | ||
|
||
npm install @windi-ui/vue | ||
|
||
#yarn | ||
|
||
yarn add @windi-ui/vue | ||
|
||
#pnpm | ||
|
||
|
||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.