Background
Foreground
Primary
Primary FG
Install bejamas/ui in a new or existing Astro project.
bejamas/ui is a component system designed to be working with Astro framework and Tailwind v4 only.
bunx bejamas@latest initnpx bejamas@latest initpnpm dlx bejamas@latest inityarn dlx bejamas@latest initChoose between Astro project or a Monorepo.
bunx bejamas@latest add buttonnpx bejamas@latest add buttonpnpm dlx bejamas@latest add buttonyarn dlx bejamas@latest add buttonThe command above will add the Button component to your project.
You can then import it like this:
---import Button from "@/ui/Button.astro";---<Button>Click me</Button>