PropertyAttributeDescriptionTypeDefaultlistType 🚫list-typedeprecated since v3.0.0, will be removed with next major release, use type instead. The type of the list.type TextListListType = undefined 'unordered' 'ordered'undefinedorderType 🚫order-typedeprecated since v3.0.0, will be removed with next major release, use type instead. The list style type of ordered list. Only has effect when list type is set to 'ordered'.type TextListOrderType = undefined 'numbered' 'alphabetically'undefinedtheme themeAdapts the text color depending on the theme.type Theme = 'light' 'dark' 'auto''light'type typeThe list style type.type TextListType = 'unordered' 'numbered' 'alphabetically''unordered'
Slots
prev
next
SlotDescriptionisRequiredaltPropallowedTagNames<slot> Default slot for the `p-text-list-item` tags or nested `p-text-list` tags.