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).

AtomLayoutsPurpose
:toggle_switchindex, show, formBoolean as a sliding switch.
:colorindex, show, formColour string as a swatch (+ native picker on form).
:badgeindex, showEnum/status string as a coloured pill.
:progress_barindex, showNumeric value as a progress bar.
:urlshowString as a clickable link (plain text on index).
:ratingindex, show, formNumeric value as stars (interactive on form).
:defaultindex, show, formThe default field rendering (fallback).