Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flowshade/flowshadeui

Clean and modern tailwind components to use for any project.
https://github.com/flowshade/flowshadeui

components tailwind ui

Last synced: 24 days ago
JSON representation

Clean and modern tailwind components to use for any project.

Awesome Lists containing this project

README

        

Flowshade UI Logo

Flowshade UI

[![](https://data.jsdelivr.com/v1/package/npm/flowshadeui/badge)](https://www.jsdelivr.com/package/npm/flowshadeui)

A modern UI library built on Tailwind CSS with built in dark mode.

---
### Installation
##### CDN:
A CDN can be a quick and easy way to use Flowshade UI in your project. Just insert the following into your `````` tag:
```html








```

##### TailwindCSS Plugin:
Installing FlowshadeUI from npm can allow you to add FlowshadeUI as a plugin or directly require FlowshadeUI files from ```node_modules```.
```shell
$ npm i flowshadeui
```
In `tailwind.config.js`:
```js
module.exports = {
plugins: [
require("flowshadeui")
]
}
```

---
### Documentation

Documentation is still in the works. It will be out soon :)

---
### License
[![License](https://img.shields.io/badge/MIT-LICENSE-blue?style=for-the-badge)](LICENSE)