0.0.12 • Published 4 years ago

tadasana v0.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

CI Chromatic size

: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.

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
  ],
};
0.0.12

4 years ago

0.0.11

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2-alpha.2

4 years ago

0.1.0

4 years ago