react-twcss-components
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

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.

/react-twcss-components/

    Package Sidebar

    Install

    npm i react-twcss-components

    Weekly Downloads

    1

    Version

    0.3.3

    License

    MIT

    Unpacked Size

    64.7 kB

    Total Files

    28

    Last publish

    Collaborators

    • amjedbouhouch