Tailwind CSS Range - Props



The following props are available for range component. These are the custom props that come with we've added for the range component and you can use all the other native props as well.

Attribute Type Description Default
size Size Change button size md
label string Add title for range ''

Types - Size

type size = "sm" | "md" | "lg"