Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/flowshade/flowshadeui
- Owner: flowshade
- License: mit
- Created: 2021-07-26T15:41:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T21:54:49.000Z (about 3 years ago)
- Last Synced: 2025-01-07T13:42:32.199Z (about 1 month ago)
- Topics: components, tailwind, ui
- Language: CSS
- Homepage: https://www.npmjs.com/package/flowshadeui
- Size: 793 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
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")
]
}
```---
### DocumentationDocumentation 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)