Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matildevoldsen/reactjs-tailwind
ReactJS Tailwind component library built for saving you time on developing tailwind projects.
https://github.com/matildevoldsen/reactjs-tailwind
css javascript react reactjs tailwind tailwindcss tailwindcss-ui
Last synced: about 1 month ago
JSON representation
ReactJS Tailwind component library built for saving you time on developing tailwind projects.
- Host: GitHub
- URL: https://github.com/matildevoldsen/reactjs-tailwind
- Owner: Matildevoldsen
- License: gpl-3.0
- Created: 2020-08-28T13:47:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T16:40:26.000Z (over 4 years ago)
- Last Synced: 2024-12-29T01:08:20.672Z (about 2 months ago)
- Topics: css, javascript, react, reactjs, tailwind, tailwindcss, tailwindcss-ui
- Language: CSS
- Homepage:
- Size: 891 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# reactjs-tailwind
React-tailwind is a UI framework based on tailwindcss.
## Installation
To install reactjs-tailwind run ``npm install reactjs-tailwind``.## Components
### Navbar
```javascript
import { Navbar, NavbarContainer, NavbarLink, Button } from 'reactjs-tailwind';ReactJS Tailwind}>
Home
Docs
About
Download Now
Sign Up
```