basic_entries
Renders an Entries payload from inline [widget.options].entries = [{key, value?, status?}]. Right for project-facts panels (owner / language / license / docs-link) or any small reference table — the data is stable enough to live in TOML.
| Kind | Safety | Shapes |
|---|---|---|
| realtime | Safe | entries |
Options
Section titled “Options”| Option | Type | Required | Default | Description |
|---|---|---|---|---|
entries | list of {key, value?, status?} | no | [] | Key/value rows. status (ok / warn / error) tints the row in renderers that surface it. |
Compatible renderers
Section titled “Compatible renderers”| Shape | Renderers |
|---|---|
entries | animated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, grid_table |
Preview
Section titled “Preview”entries via grid_table
Section titled “entries via grid_table”Owner team-alpha Lang Rust
[[widget]]id = "basic_entries"fetcher = "basic_entries"render = "grid_table"