0.5.4 • Published 12 months ago

@doom-ui/core v0.5.4

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

@doom-ui/core

Core functionality for the Doom UI component library.

This package is still under development and is not yet ready for production use.

Installation

npm install @doom-ui/core
yarn add @doom-ui/core
pnpm add @doom-ui/core
bun add @doom-ui/core
deno add @doom-ui/core

Usage

// tailwind.config.js
import { doomUI } from "@doom-ui/core";

module.exports = {
  // ...
  plugins: [
    doomUI({
      // your config here
    }),
  ],
};

Features

  • Theme configuration system
  • Dark mode support
  • CSS variable system
  • Utility functions
0.5.4

12 months ago

0.5.3

12 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.0-2

12 months ago

0.1.0-1

12 months ago

0.1.0

12 months ago