BRAID
Braid Logo
Resources
Releases
Gallery
Playroom
GitHub
Guides
Design Workflow
Development Workflow
Playroom Prototyping
Contribution
Testing Guide
Foundations
Layout
Tones
Iconography
Examples
Job Summary
Basic Form
Marketing Banner
Components
Accordion
Actions
Alert
Autosuggest
Badge
Bleed
Box
Button
ButtonIcon
ButtonLink
Card
Checkbox
Columns
ContentBlock
Dialog
Disclosure
Divider
Drawer
Dropdown
FieldLabel
FieldMessage
Heading
Hidden
HiddenVisually
Inline
List
Loader
MenuItem
MenuItemCheckbox
MenuItemDivider
MenuRenderer
MonthPicker
Notice
OverflowMenu
Page
PageBlock
Pagination
PasswordField
Radio
Deprecated
RadioGroup
Rating
Secondary
Spread
New
Stack
Stepper
Strong
Tabs
New
Tag
Text
TextDropdown
TextField
TextLink
TextLinkButton
Textarea
Tiles
Toggle
TooltipRenderer
useToast
CSS
atoms
breakpoints
globalHeadingStyle
globalTextStyle
responsiveStyle
vars
Logic
BraidPortal
BraidProvider
BraidTestProvider
Link
ThemeNameConsumer
useBreakpoint
Deprecated
useColor
useResponsiveValue
useSpace
useThemeName
List
Details
Details
Props
Props
Releases
Releases
Snippets
Snippets
Bullet
Bullet
Bullet
1.
Number
2.
Number
3.
Number
a.
Alpha
b.
Alpha
c.
Alpha
i.
Roman
ii.
Roman
iii.
Roman
Icon
Icon
Icon
View code
Code
Open in
Playroom
Accessibility
List semantics are handled for you automatically, including the use of ordered lists where appropriate.
Types of lists
A List can select a delimiter for its items by specifying the
type
prop, with supported values being
bullet
,
number
,
alpha
and
roman
characters.
A type of
icon
may also be used, which then requires an icon component be provided to the
icon
prop.
Bullet
Bullet
Bullet
1.
Number
2.
Number
3.
Number
a.
Alpha
b.
Alpha
c.
Alpha
i.
Roman
ii.
Roman
iii.
Roman
Icon
Icon
Icon
View code
Code
Open in
Playroom
Tone, size and space
Lists support the same sizes and tones as
Text
, and the same spacing as
Stack
.
Large
Large
Large
Standard
Standard
Standard
Small
Small
Small
Xsmall
Xsmall
Xsmall
View code
Code
Open in
Playroom
Rich content
You can use a
Stack
as a list item to display multiple lines of text.
This is a paragraph.
This is another paragraph.
This is a paragraph.
This is another paragraph.
View code
Code
Open in
Playroom
Nested lists
Lists of varying types can be nested within each other.
1.
Number list
a.
Alpha list
b.
Alpha list
c.
Alpha list
2.
Number list
a.
Alpha list
b.
Alpha list
c.
Alpha list
View code
Code
Open in
Playroom
Custom start position
Lists can be started from a higher number if needed.
9.
Number
10.
Number
11.
Number
i.
Alpha
j.
Alpha
k.
Alpha
ix.
Roman
x.
Roman
xi.
Roman
View code
Code
Open in
Playroom
BRAID
Braid Logo