@hiyve/utilities - Utility components and hooks for Hiyve
Remarks
This package provides utility components and hooks that are commonly needed
in video conferencing applications. These utilities have zero or minimal
external dependencies and can be used independently.
Key Components:
LiveClock: Self-contained live time display that updates every second
TooltipIconButton: IconButton wrapper that fixes tooltip behavior on disabled buttons
Key Hooks:
useContainerBreakpoint: Responsive container detection using ResizeObserver
@hiyve/utilities - Utility components and hooks for Hiyve
Remarks
This package provides utility components and hooks that are commonly needed in video conferencing applications. These utilities have zero or minimal external dependencies and can be used independently.
Key Components:
Key Hooks:
Example
Basic LiveClock usage:
Example
TooltipIconButton with disabled state:
Example
Responsive container with useContainerBreakpoint:
Example
Custom time format for LiveClock: