Skip to content

learnwithgurpreet/reactjs-tailwindcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS TailwindCSS component library

Installation

npm i reactjs-tailwindcss

How to use

import { Toggle } from "reactjs-tailwindcss"

<Toggle 
  ariaLabel="toggle theme" 
  onChange={()=>{}} 
  isChecked={false} 
  className="green"
/>