mizchi/tui/headless does not have a README file
impl Show for ButtonStatepub(all) struct GridSelectState {
columns : Int
selected : Int
total : Int
}pub(all) enum InputState {
Idle
Focused
Editing
Disabled
}pub(all) struct ModalState {
open : Bool
focused_element : String
}pub(all) struct SelectionState {
selected_id : String
focused_id : String
open : Bool
}pub(all) enum ToastLevel {
Info
Success
Warning
Error
}pub(all) struct ToggleState {
checked : Bool
focused : Bool
disabled : Bool
}fn resolve_button_state(id : String, hover_id : String, focus? : FocusNav?, disabled? : Bool) -> ButtonStateTerminal UI library for MoonBit with reactive signals
Dependencies