auto-web.components.v-list
Component to list values.
v-one-per-row
(v-one-per-row items)
List of elements to display, one per row.
Each item
is a map with: * fa-icon
is a font awesome icon * label
the name to add on the right of the icon * link
address to point (applied to the rounding box)
v-small-icon
(v-small-icon {:keys [link fa-icon label], :or {fa-icon "fa-circle"}} & opts)
Display an icon, item
is a map with: * fa-icon
is a font awesome icon * label
the name to add on the right of the icon * link
address to point (applied to the rounding box)
v-small-icons
(v-small-icons items & opts)
List items
to display as icons all on the same row.
See auto-web.components.v-list/v-small-icon for item details.
v-small-imgs
(v-small-imgs items)
List items
to display as small buttons all on the same row.
Each item
is a map with: * img
* label
the name to add on the right of the icon * link
address to point (applied to the rounding box)