Text List
A styled list component that renders as a bulleted list, a numbered list, or an inline flex row. Accepts diwa-text-list-item children.
<diwa-text-list type="unordered">
<diwa-text-list-item>First list item</diwa-text-list-item>
<diwa-text-list-item>Second list item</diwa-text-list-item>
<diwa-text-list-item>Third list item</diwa-text-list-item>
</diwa-text-list>