Skip to main content

Module ui

Module ui 

Source
Expand description

User interface utilities (progress bars, spinners).

Provides user-facing progress indicators for long-running operations:

  • progress: Progress bars and spinners
  • Consistent styling across all commands User interface utilities for the Hexz CLI.

This module provides consistent, reusable UI components for command-line interactions, including progress bars, spinners, and formatted output.

§Design Principles

  • Consistency: All commands use standardized progress indicators
  • Accessibility: Clear visual feedback for long-running operations
  • Silent Mode: UI components respect --silent flags

§Available Components

  • [progress]: Progress bars and spinners for operation feedback

Modules§

progress
Centralized progress bar and spinner utilities.