(optional) The value to format. Can be given as children instead.
children
React.ReactNode
(optional) The children to format.
format
Intl.ListFormatOptions
(optional) Formatting options for the value when variant is text. See the Intl.ListFormat documentation.
variant
ol ul text
(optional) Defines if the value should be displayed in list format (ol, ul) or regular text format in one line. Defaults to text
listType
a A i I 1 circle disc square unstyled undefined
(optional) Defines the type of list styling used for list variants. Used together with variant ol and ul. Variant ol: a, A, i, I and 1. Variant ul: circle, disc and square. Defaults to undefined
inside
boolean
(optional) Defines the position of the marker.
outside
boolean
(optional) Defines the position of the marker (default).
nested
boolean
(optional) Will ensure a nested structure of several lists.