Components
A visually striking, interactive React component showcasing premium camping options with smooth animations, responsive layout
Loading preview...
import InteractiveSelector from "@/components/ui/interactive-selector";
const DemoOne = () => {
return (
<div className="w-full h-min-screen">
<InteractiveSelector />
</div>
);
};
export { DemoOne };