Aurora. Uix. Templates. Basic. Components
(Aurora UIX v0.1.5-rc.1)
Copy Markdown
Aurora UIX-specific UI components for the Basic template.
This module provides the higher-level components used by the Basic template's renderers,
complementing the lower-level Phoenix-compatible components in Aurora.Uix.Templates.Basic.CoreComponents.
Components
auix_simple_form/1— form wrapper with Aurora UIX layout classes.auix_items/1— responsive table/card switcher for collection views.auix_items_table/1— desktop table view for collections.auix_items_card/1— mobile card view for collections.pages_selection/1— pagination bar with page numbers and selection counts.record_navigator_bar/1— previous/next record navigation for form/show views.
Overriding
All public components support runtime override. Configure a replacement module:
config :aurora_uix, :basic_components, MyApp.MyComponentsThe replacement module only needs to export the specific functions it overrides; unimplemented functions fall back to the defaults here.
See Aurora.Uix.ComponentsResolver and Aurora.Uix.ComponentsResolverHelper for
details on the override mechanism.
Summary
Functions
Determines if record navigator should be displayed at the specified position.