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
sizeSize Change button size md
labelstring Add title for range ''

Types - Size

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