Manual Installation
Add bext-ui to your project by hand.
Prefer to do it by hand? Three steps.
Add the design tokens
Copy the token stylesheet (CSS variables + semantic utilities) into your project and inline it in your layout's . See Theming for the full token set.
Add the island
Drop ui.js into public/islands/ and reference it once from your layout:
<script src="/islands/ui.js" defer></script>
Copy components
Open any component page, switch to the Manual tab, and copy the source into src/components/ui/<name>.tsx.
On This Page