Daisyui components for solidjs, targeted towards CRUD apps.
https://www.npmjs.com/package/@solidpb/ui-kit
- TypeScript 99.1%
- CSS 0.9%
|
|
||
|---|---|---|
| .github/workflows | ||
| .storybook | ||
| dist | ||
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| solidpb-ui-kit-0.1.0.tgz | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
UI components for solidjs, based on daisyui and kobalte
Need to add below to vite.config.ts:
optimizeDeps: {
exclude: ["@solidpb/ui-kit"],
},
Also to index.css (refer daisyui docs):
@plugin "daisyui" {
themes: {choose theme} --default, {choose theme} --prefersdark;
}
@source "../node_modules/@solidpb/ui-kit";