UI Components#

Aim makes it easy to display and visualize almost any logged data. The API reference is divided into sections by the data type you want to visualize.

Explore the components and its interface to learn more on how to build awesome observability apps with Aim.

Sections:

Text#

Simple text#

ui.text("text")

Displays simple text.

Learn more

Headers#

ui.header()
ui.subheader()

Headers like in markdown - large and medium.

Titles#

ui.title()
ui.subtitle()

Page title and subtitle.

Data display#

Table#

ui.table()

Basic table visualization.

JSON#

ui.json()

JSON visualization.

Charts#

Plotly#

ui.plotly()

Plotly visualization.

Media#

Media

Inputs#

Inputs

Layouts#

Layouts

Explorers#

Explorers