An unordered list of items.
An unordered list of items.
<Ul> <li>Milk</li> <li> Cheese <Ul> <li>Blue cheese</li> <li>Feta</li> </Ul> </li></Ul>Here's the <Ul /> component in action.
/* ### Typography ### */@layer components { /* Ul */ .ul { @apply ml-space-10 list-disc; }}