0.1.10 • Published 4 years ago

react-tailwindcss-components v0.1.10

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

React components based on tailwindcss.

npm package Languange Code style Dependabot Status

Warning

This library is still in development, as well as documentation website.

Installation

React-tailwindcss-components is available as an npm package.

// with npm
npm install react-tailwindcss-components

// with yarn
yarn add react-tailwindcss-components

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'react-tailwindcss-components';

function App() {
  return (
    <Button className="shadow-2xl border-green-400 bg-green-400 rounded font-bold text-white">
      Hello World
    </Button>
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

Documentation

Check out our documentation website.

Changelog

Recently Updated? Please read the changelog.

License

This project is licensed under the terms of the MIT license.

0.1.10

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago