bext + PRISM
Install bext-ui in a bext PRISM application.
This guide walks you through wiring bext/ui into a bext PRISM app.
Create a project
Start a new PRISM site (or skip to the next step in an existing one):
$ bext new my-app --template prism && cd my-app
Run the CLI
Initialise bext/ui. This writes a bext-ui.json, adds the design-token stylesheet to your layout, and registers the shared island.
$ bext ui init
You'll be asked a few questions:
Add components
Add any component to your project. The CLI copies its source into src/components/ui/.
$ bext ui add button card dialog
Then use it in a page:
On This Page