tadasana
v0.0.12
Published
### Prerequisites
Downloads
4
Readme
:warning: Tadasana is not ready to use in production.
Getting Started
Prerequisites
Tadasana does not come with TailwindCSS, you have to install it yourself on your project.
- TailwindCSS >= 2.2
- React >= 16
Installation
You can install Tadasana with NPM or Yarn.
npm install --save tadasana
or
yarn add tadasana
Usage
// tailwind.config.js
module.exports = {
presets: [require("./node_modules/tadasana/src/tailwind/preset.ts")],
purge: [
"./node_modules/tadasana/src/components/*.tsx",
"./src/**/*.tsx", // <- Your path
],
};