- Button
- Checkbox
- CheckboxGroup
- ColorSwatch
- ColorSwatchPicker
- ComboBox
- DateField
- Dialog
- DropZone
- Icon
- Label
- Link
- Menu
- Modal
- NumberField
- Popover
- RadioGroup
- SearchField
- Select
- Table
- Tabs
- TagGroup
- TextField
- TimeField
- Tooltip
To get started, run the following commands:
bun i
bun devInstall the Biome VSCode extension to format your code.
This package is published from GitHub Actions using npm trusted publishing (OIDC).
Release flow:
- Run
bun release(orbun release <semver>) from a clean, up-to-datemainbranch. - This creates and pushes a
v*tag. .github/workflows/ci.ymlpublishes on tag:- stable tags ->
npm publish --provenance --access public - prerelease tags ->
npm publish --provenance --tag preview
- stable tags ->