Bulleted List
Bulleted list are used to display text items in a bulleted format.
Name | Type | Description | Default |
---|---|---|---|
type | 'disc' | 'circle' | 'square' | 'number' | 'icon' | Defines the style of the bullet point in the list. | 'disc' |
icon | string | (React.ReactNode & React.SVGProps<SVGSVGElement>) | Material Symbol name or SVG element to be displayed as the bullet. When using Material Symbols, replace spaces with underscores. By default they are outlined if you want it to be filled prefix the symbol name with "filled_" . | - |
Required | React.ReactNode | Contains one or more DxcBulletedList.Item . | - |
Everything between the tags will be displayed as a text item in the list.