CLI
Use the bext ui CLI to add components to your project.
The bext ui CLI adds components to your project, manages tokens, and tracks upstream changes.
init
Configure bext/ui in the current project.
$ bext ui init
add
Add components and their dependencies to your project.
$ bext ui add [component...]
bext ui add button # one component
bext ui add button card # several at once
bext ui add # interactive picker
diff
See what changed upstream since you copied a component.
$ bext ui diff button
On This Page