Current components
Button and Tabs are generated for vanilla, React, Solid, Svelte and Vue.
bambiui registry
bambiui is a CLI-first component system. The registry is served as static source files, and the CLI copies Button and Tabs into your app with no runtime package dependency.
npm create astro@latest my-app
npm install -D bambiui
npx bambi init --yes
npx bambi add button --framework react
npx bambi add tabs --framework react Static public registry
Button and Tabs are generated for vanilla, React, Solid, Svelte and Vue.
Files under /registry/generated are safe to copy into user projects.
Generated auto-init and framework wrappers avoid browser globals during SSR.