Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindsaykwardell/react-tailwind-lib
Component library for React using Tailwind CSS.
https://github.com/lindsaykwardell/react-tailwind-lib
Last synced: 16 days ago
JSON representation
Component library for React using Tailwind CSS.
- Host: GitHub
- URL: https://github.com/lindsaykwardell/react-tailwind-lib
- Owner: lindsaykwardell
- License: mit
- Created: 2019-08-20T03:30:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T01:44:18.000Z (over 3 years ago)
- Last Synced: 2024-12-10T12:04:40.263Z (24 days ago)
- Language: TypeScript
- Size: 220 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# react-tailwind-lib
### **React component library for Tailwind CSS**
## Components:
- Button
- Card
- Row
- Col
- Container
- Input
- Modal
- Pill
- Tooltip## Usage
```javascript
// ES6
import {
Button,
Card,
Row,
Col,
Container,
Input,
Modal,
Pill,
Tooltip
} from "react-tailwind-lib";```
_(Examples coming soon)_
## License
This project is MIT Licensed.