List
Create ordered or unordered lists with styled markers and text
The List component creates an editable ordered or unordered list. It provides direct control over the number of items, marker style, spacing, and text appearance.
How to Use List
You’ll find List under Content in the Components list.
Drag List onto the page.
Choose Ordered or Unordered.
Set the number of items.
Edit the list text directly on the page.
Style the markers, spacing, and item text.
Component Settings
List
Type
Unordered — Creates a bulleted list. This is the default.
Ordered — Creates a numbered list.
Items sets the number of editable list entries and defaults to 3.
List Style Type chooses None, Disc, Decimal, Circle, Square, Lower Alpha, Upper Alpha, Lower Roman, or Upper Roman. The default is Disc.
Size sets the marker size and defaults to 16.
Position
Inside — Places markers inside the text block.
Outside — Places markers outside the text block. This is the default.
Marker Color defaults to Text 50.
Gap sets space between items and defaults to theme spacing 2. Padding sets the inner spacing of each item and defaults to 0 on every side.
Item Text
Set the item text colour, opacity, font, size, weight, letter spacing, line height, case, italic, underline, and other available text styles.
Accessibility
Choose Ordered when sequence matters and Unordered when it does not. Do not imitate a list with separate Text components, because the List component provides meaningful structure for assistive technologies.
Related Components
Text — Creates headings, paragraphs, labels, and short text blocks.
Typography — Styles longer structured content as one block.
Link to a page, resource, anchor, email address, or website.
Control positioning, stacking, visibility, overflow, and isolation.
Set width, height, and responsive size constraints.
Add responsive margin and padding.
Control fonts, text spacing, decoration, colour, and semantic wrappers.
Apply colour, image, gradient, SVG, video, and hover backgrounds.
Choose what animates and set its timing curve, duration, and delay.
Apply shadows, opacity, and hover effects.
Apply blur, brightness, saturation, shadow, and backdrop effects.
Scale, rotate, move, and skew components.
Set border style, colour, opacity, width, radius, and hover states.
Add CSS classes and IDs, or change supported HTML tags.
Last updated
Was this helpful?

