@bd-ui/theme
v1.0.0-rc.1
Published
Handle UI themes for bd-ui components
Maintainers
Readme
@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
