0.5.4 • Published 1 year ago

@doom-ui/core v0.5.4

Weekly downloads
-
License
-
Repository
github
Last release
1 year 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

1 year ago

0.5.3

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0-2

1 year ago

0.1.0-1

1 year ago

0.1.0

1 year ago