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

View Source

Displays a numbered list of related items in a specific sequence. Use to present step-by-step instructions, ranked items, or procedures where order matters.

<.s_ordered_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_ordered_list>

See

Summary

Functions

Displays a numbered list of related items in a specific sequence. Use to present step-by-step instructions, ranked items, or procedures where order matters.

Functions

s_ordered_list(assigns)

Displays a numbered list of related items in a specific sequence. Use to present step-by-step instructions, ranked items, or procedures where order matters.

<.s_ordered_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_ordered_list>

See

Attributes

  • Global attributes are accepted.

Slots

  • s_list_item - Represents a single item within an unordered or ordered list. Use only as a child of s-unordered-list or s-ordered-list components.