@alinea/components
v0.0.48
Published
- [Button](https://react-spectrum.adobe.com/react-aria/Button.html) - [Checkbox](https://react-spectrum.adobe.com/react-aria/Checkbox.html) - [CheckboxGroup](https://react-spectrum.adobe.com/react-aria/CheckboxGroup.html) - [ColorSwatch](https://react-spe
Downloads
837
Readme
Alinea Components
- 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
Local development
To get started, run the following commands:
bun i
bun devInstall the Biome VSCode extension to format your code.
Publishing (npm OIDC trusted publishing)
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 ->
