1.0.0-rc.1 • Published 1 year ago
@bd-ui/theme v1.0.0-rc.1
@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/themeConfiguration
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
1.0.0-rc.1
1 year ago
1.0.0-rc.0
1 year ago