Ordered List
Numbered list component
Preview
- First step in the process
- Second step in the process
- Third step in the process
- Fourth step in the process
{ 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
<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>