@opentui-ui
January 1, 2026 ยท View on GitHub
UI component library for terminal applications built on @opentui/core.
Packages
| Package | Description | npm |
|---|---|---|
| @opentui-ui/dialog | Dialogs made easy | |
| @opentui-ui/toast | Sonner-inspired toast notifications |
Installation
# Install a specific package
bun add @opentui-ui/toast
Development
# Install dependencies
bun install
# Build all packages
bun run build
# Lint & format
bun run lint
bun run format
# Clean build artifacts
bun run clean
Release workflow
- 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
License
MIT