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: 4 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T16:40:26.000Z (over 5 years ago)
- Last Synced: 2025-10-26T04:27:30.546Z (5 months ago)
- Topics: css, javascript, react, reactjs, tailwind, tailwindcss, tailwindcss-ui
- Language: CSS
- Homepage:
- Size: 891 KB
- Stars: 1
- Watchers: 1
- 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
```