OctantisWeb.Components.PolarisWC.SUnorderedList (octantis v0.2.0)

View Source

Displays a bulleted list of related items. Use to present collections of items or options where the sequence isn’t critical.

Example

  <.s_unordered_list>
    <:s_list_item>Red shirt</:s_list_item>
    <:s_list_item>Green shirt</:s_list_item>
    <:s_list_item>Blue shirt</:s_list_item>
  </.s_unordered_list>

See

Summary

Functions

Displays a bulleted list of related items. Use to present collections of items or options where the sequence isn’t critical.

Functions

s_unordered_list(assigns)

Displays a bulleted list of related items. Use to present collections of items or options where the sequence isn’t critical.

Example

  <.s_unordered_list>
    <:s_list_item>Red shirt</:s_list_item>
    <:s_list_item>Green shirt</:s_list_item>
    <:s_list_item>Blue shirt</:s_list_item>
  </.s_unordered_list>

See

Attributes

  • Global attributes are accepted. Supports all globals plus: ["slot"].

Slots

  • s_list_item - The items of the UnorderedList.