@pokit/tabs-core
v0.0.20
Published
Core tab management utilities for pok CLI applications
Downloads
1,522
Maintainers
Readme
@pokit/tabs-core
Shared logic for pok tabbed terminal UI adapters.
Purpose
This package provides framework-agnostic types, state management, and process handling used by tabs adapter implementations like @pokit/tabs-ink.
Installation
bun add @pokit/tabs-coreNote: This is typically a dependency of adapter packages, not installed directly.
Exports
State Management
import { createInitialState, reducer } from '@pokit/tabs-core';Process Manager
import { ProcessManager } from '@pokit/tabs-core';Types
import type { TabStatus, TabProcess, EventDrivenState } from '@pokit/tabs-core';Status Indicators
import { STATUS_INDICATORS, getStatusIndicator } from '@pokit/tabs-core';Documentation
See the full documentation.
