Daisyui components for solidjs, targeted towards CRUD apps. https://www.npmjs.com/package/@solidpb/ui-kit
  • TypeScript 99.1%
  • CSS 0.9%
Find a file
davenh99 c60856cc0f
Some checks failed
publish.yaml / 0.12.2 (push) Failing after 0s
0.12.2
2026-08-21 16:55:57 +10:00
.github/workflows improvements 2026-01-03 15:57:36 +11:00
.storybook toast done, time to face the music and do list... 2026-01-31 20:57:48 +11:00
dist 0.12.1 2026-08-20 17:33:30 +10:00
src allow adding btn class to select 2026-08-20 17:32:40 +10:00
.gitignore initial commit with some basic unstyled components 2025-12-29 11:59:54 +11:00
package-lock.json 0.12.2 2026-08-21 16:55:57 +10:00
package.json 0.12.2 2026-08-21 16:55:57 +10:00
README.md Update project title in README.md 2026-03-25 09:49:36 +11:00
tsconfig.build.json improvements 2026-01-03 15:57:36 +11:00
tsconfig.json improvements 2026-01-03 15:57:36 +11:00
vite.config.ts first attempt at releasing on npm 2025-12-30 13:44:09 +11:00

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";