0.3.3 • Published 2 years ago

react-twcss-components v0.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-twcss-components

A React Component Library Based on Tailwind CSS

🚀 Usage

Install

npm i react-twcss-components

Use components inside your project

import { Button } from "react-twcss-components";

function App() {
  return <Button>Hi there!</Button>;
}

export default App;

🚀 Development

  • Fork
  • Clone
  • npm install
  • npm run storybook

It will start a local server at localhost:6006 with all components rendered.

0.3.3

2 years ago

0.3.2

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago