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
David f47615743f
Some checks failed
publish.yaml / 0.6.12 (push) Failing after 0s
0.6.12
2026-05-04 13:35:42 +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.6.12 2026-05-04 13:35:42 +10:00
src tiny fix to themeswitch, tidy up modal styling a bit 2026-05-04 13:34:36 +10:00
.gitignore initial commit with some basic unstyled components 2025-12-29 11:59:54 +11:00
package-lock.json 0.6.12 2026-05-04 13:35:42 +10:00
package.json 0.6.12 2026-05-04 13:35:42 +10:00
README.md Update project title in README.md 2026-03-25 09:49:36 +11:00
solidpb-ui-kit-0.1.0.tgz first attempt at releasing on npm 2025-12-30 13:44:09 +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";