Tailwind CSS Counter - Taco Svelte

Use our Counter , an essential user interface design element, for providing users with the means to enter non-standardized responses.

<Counter 
    color="blue"
/>
    

Custom Counter

<Counter 
    color="red"
    value="0"
/>