@dashkite/showtime
v0.0.19
Published
Lifecycle management helpers for Wayland Web Components
Readme
Showtime
Lifecycle management helpers for Wayland Web Components
Showtime provides tools for managing complex UI states related to visibility, transitions, and animations using reactive event streams.
Installation
Use your favorite package manager:
npm install @dashkite/showtimeUsage
Use showtime to coordinate visibility and inductor states.
import { showtime } from "@dashkite/showtime"
# ... define your reactive stream
for await event from showtime(stream)
# handle show/hide/modified eventsStatus
Not suitable for production use. Please report any issues on the GitHub repository.
