Bulleted List

Ready

Bulleted list are used to display text items in a bulleted format.

Props

DxcBulletedList

NameDefaultDescription
type: 'disc' | 'circle' | 'square' | 'number' | 'icon''disc'Defines the style of the bullet point in the list.
icon: string | SVGSVGElementIcon to display as bullet.

DxcBulletedList.Item

Everything between the tags will be displayed as a text item in the list.

Props

NameDefaultDescription
children: nodeText to be shown in the list.

Examples

Basic usage

Nested list