<ul class="c-list c-list--unordered">
    <li>
        This is a list item in an unordered list
    </li>
    <li>
        An unordered list is a list in which the sequence of items is not important. Sometimes, an unordered list is a bulleted list. And this is a long list item in an unordered list that can wrap onto a new line.
    </li>
    <li>
        Lists can be nested inside of each other
        <ul>
            <li>
                This is a nested list item
            </li>
            <li>
                This is another nested list item in an unordered list
            </li>
        </ul>
    </li>
    <li>
        This is the last list item
    </li>
</ul>
<ul class="c-list c-list--unordered">
    <li>
        This is a list item in an unordered list
    </li>
    <li>
        An unordered list is a list in which the sequence of items is not important. Sometimes, an unordered list is a
        bulleted list. And this is a long list item in an unordered list that can wrap onto a new line.
    </li>
    <li>
        Lists can be nested inside of each other
        <ul>
            <li>
                This is a nested list item
            </li>
            <li>
                This is another nested list item in an unordered list
            </li>
        </ul>
    </li>
    <li>
        This is the last list item
    </li>
</ul>
/* No context defined for this component. */
  • Handle: @ce-list-unordered
  • Preview:
  • Filesystem Path: 02-fractal/src/020-components/020-content-elements/ce-lists/ce-list-unordered.hbs
  • Referenced by (1): @rte-sample

There are no notes for this item.