hydra-tui
Safe HaskellSafe-Inferred
LanguageGHC2021

Hydra.TUI.Drawing

Synopsis

Documentation

draw :: CardanoClient -> Client Tx IO -> RootState -> [Widget Name] Source #

Root draw function wiring together the tab bar, active tab, status bar, and action bar.

drawTabBar :: ActiveTab -> Text -> Text -> Widget n Source #

drawTab :: ActiveTab -> Text -> ActiveTab -> Widget n Source #

drawTabContent :: CardanoClient -> Client Tx IO -> RootState -> Widget Name Source #

drawModalTab :: CardanoClient -> Client Tx IO -> RootState -> Widget Name Source #