| repo | msmps/opentui-ui |
|---|---|
| url | https://github.com/msmps/opentui-ui |
| homepage | |
| starredAt | 2025-12-28T21:31:09Z |
| createdAt | 2025-12-26T11:44:18Z |
| updatedAt | 2026-01-23T10:36:49Z |
| language | TypeScript |
| license | NA |
| branch | main |
| stars | 114 |
| isPublic | true |
| isTemplate | false |
| isArchived | false |
| isFork | false |
| hasReadMe | true |
| refreshedAt | 2026-01-24T22:32:32.883Z |
| description | UI component library for terminal applications built on @opentui/* |
| tags |
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