Skip to contents

All functions

tuiApp()
Create a TUI application
tuiBox()
Box layout wrapper
tuiColumn()
Vertical layout container
tuiInputButton()
Button input component
tuiInputCheckbox()
Checkbox input component
tuiInputDropdown() tuiDropDownInput()
Dropdown input component
tuiInputText()
Text input component
tuiIsolate()
Evaluate an expression in isolation
tuiModal()
Modal layout wrapper
tuiObserve()
Observe reactive values
tuiObserveEvent()
Observe selected input/reactive events
tuiOutputNumeric()
Numeric output component
tuiOutputTable()
Table output component
tuiOutputText()
Text output component
tuiReactive()
Create a reactive expression
tuiReactiveEvent()
Create an event-driven reactive expression
tuiReactiveTimer()
Create a timer-driven reactive value
tuiReactiveVal()
Create a mutable reactive value
tuiRenderNumeric()
Create a numeric renderer for output$...
tuiRenderTable()
Create a data-frame table renderer for output$...
tuiRenderText()
Create a text renderer for output$...
tuiReq()
Require values to be available/truthy in reactive code
tuiRow()
Horizontal layout container
tuiRun()
Run a TUI application
tuiShowIf()
Conditionally render a child component by terminal size
tuiUpdateCheckboxInput()
Update a checkbox input value from server logic
tuiUpdateDropdownInput()
Update a dropdown input value (and optional choices) from server logic
tuiUpdateTextInput()
Update a text input value from server logic