Ordered List Component - LaraCoreKit

Ordered numbered list component with semantic HTML and Tailwind CSS styling for Laravel projects.

Ordered List

Numbered list component

Preview

  1. First step in the process
  2. Second step in the process
  3. Third step in the process
  4. Fourth step in the process
View Code
<ol class="space-y-2 text-gray-700 dark:text-gray-300 list-decimal list-inside">
    <li>First step in the process</li>
    <li>Second step in the process</li>
    <li>Third step in the process</li>
    <li>Fourth step in the process</li>
</ol>