A
Anonymous

Simple Input Field - Copy this React, Tailwind Component to your project

<div className="col-2"> <SimpleInputField nameList={[ { name: "priceRange", id: "priceRange", title: "Price Range", type:"range", min:"2049", max:"2930", value:values.priceRange, onChange:(e) => setFieldValue("priceRange", e.target.value), col1: 6, col2: 12, }, ]} /> </div>

Prompt
Component Preview

About

SimpleInputField - A customizable range input for price selection, featuring min-max limits and responsive design, built with React an. Get instant access!

Share

Last updated 1 month ago