Unordered List
Bulleted list component
Preview
- First item in the list
- Second item in the list
- Third item in the list
- Fourth item in the list
{ window.Prism.highlightElement($refs.codeEl) }) }"
class="w-full flex items-center justify-between px-6 py-4 text-left bg-gray-50 dark:bg-gray-900 hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors cursor-pointer">
View Code
<ul class="space-y-2 text-gray-700 dark:text-gray-300 list-disc list-inside">
<li>First item in the list</li>
<li>Second item in the list</li>
<li>Third item in the list</li>
<li>Fourth item in the list</li>
</ul>