Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

```