Aurora. Uix. Renderers. BuiltIn
(Aurora UIX v0.1.5)
Copy Markdown
Built-in predefined renderers shipped with Aurora UIX.
This registrar maps the built-in atom names to their &render/1 functions, plus the
reserved :default key holding the default renderer. Host applications add or
override entries through their own Aurora.Uix.RendererRegistrar (see that module
and Aurora.Uix.Renderers).
| Atom | Layouts | Purpose |
|---|---|---|
:toggle_switch | index, show, form | Boolean as a sliding switch. |
:color | index, show, form | Colour string as a swatch (+ native picker on form). |
:badge | index, show | Enum/status string as a coloured pill. |
:progress_bar | index, show | Numeric value as a progress bar. |
:url | show | String as a clickable link (plain text on index). |
:rating | index, show, form | Numeric value as stars (interactive on form). |
:default | index, show, form | The default field rendering (fallback). |