Unordered List Component - LaraCoreKit

Unordered bulleted list component with proper spacing and dark mode support for Laravel applications.

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
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>