0.0.11 • Published 3 years ago

@halcyonapps/davai v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@halcyonapps/davai

Davai is a fully typed style system and accessible component library built on top of TailwindCSS.

Documentation

https://davai.style

Install

Davai consists of multiple packages which can be imported individually. To install the full suite, simply install the @halcyonapps/davai package:

npm install @halcyonapps/davai
# or
yarn add @halcyonapps/davai

Getting Started

To use Davai, please do the following steps:

  1. Add Davai's node_modules files and TailwindCSS present to your tailwind.config.js:
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: [
    // ...
    "../path/to/node_modules/@halcyonapps/**/*.js"
  ]
  // ...
  presets: [require("@halcyonapps/davai/tailwind.config")]
};
  1. Now you may start using Davai's components:
import { box } from "@halcyonapps/davai";

<div className={box({ bg: "bg-blue-200" })} />;
0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago