1.0.0-rc.1 • Published 10 months ago

@bd-ui/theme v1.0.0-rc.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@bd-ui/theme

Handles UI theme, built using tailwind css for @bd-ui components.

Installation

npm i @bd-ui/theme
# or
pnpm add @bd-ui/theme
# or
yarn add @bd-ui/theme

Configuration

Update your tailwind.config.{js/ts}

import { DUI } from "@bd-ui/theme";

export default {
  content: [
    ...,
    "./node_modules/@bd-ui/theme/dist/**/*.{js,ts,jsx,tsx}",
  ],
  plugins: [
    ...,
    DUI()
  ],
};

License

MIT