npm i reactjs-tailwindcss
import { Toggle } from "reactjs-tailwindcss"
<Toggle
onChange={() => {}}
isChecked={false}
ariaLabel="toggle"
theme="green"
/>
If you use purge, postcss-purgecss
, postcss
or any other tool to delete unused css
, you can add the following array into your ignore (i.e. keep classes / whitelist etc.):
["h-8", "w-14", "relative", "inline-block", "opacity-0", "w-0", "h-0", "rounded-3xl", "absolute", "cursor-pointer", "top-0", "left-0", "right-0", "bottom-0", "transition-all", "translate-x-6", "translate-x-0", "pointer-events-none", "h-6", "w-6", "left-1", "bottom-1", "bg-white", "transform", "rounded-full"]
[bg-${theme}-900, bg-${theme}-700]
reactjs-tailwindcss to properly work needs the following dependencies:
npm i -E [email protected] [email protected] [email protected]
This project exists thanks to all the people who contribute. [Contribute].
- Copyright 2021 reactjs-tailwindcss
- Licensed under MIT