Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.