Core functionality for the Doom UI component library.
npm install @doom-ui/corebash
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
`typescript
// tailwind.config.js
import { doomUI } from "@doom-ui/core";
module.exports = {
// ...
plugins: [
doomUI({
// your config here
}),
],
};
``