Bearnie
An accessible component library for Astro and Tailwind CSS. instead of installing it as a dependency, components are added directly to your project via CLI. You own and control the code.
Getting started:
Add to an existing Astro project:
npx bearnie init npx bearnie add button card dialog
Or create a new project from scratch:
npm create bearnie my-app cd my-app npm run dev npx bearnie add styles npx bearnie add button card dialog
Then pick the components you need ( there's 48 ). They're added to your project as actual files you can modify however you want.
Enjoy if you have any questions, reach out on X