UI component library for terminal applications built on @opentui/core.
| Package | Description | npm |
|---|---|---|
| @opentui-ui/dialog | Dialogs made easy | |
| @opentui-ui/toast | Sonner-inspired toast notifications |
# Install a specific package
bun add @opentui-ui/toast# Install dependencies
bun install
# Build all packages
bun run build
# Lint & format
bun run lint
bun run format
# Clean build artifacts
bun run clean- Push changes to
mainwith changeset files - GitHub Actions creates a "Version Packages" PR
- Review the PR (it updates versions and changelogs)
- Merge the PR to publish to npm with provenance
MIT