Components
Loading preview...
A visually striking, interactive React component showcasing premium camping options with smooth animations, responsive layout
npx shadcn@latest add https://21st.dev/r/minhxthanh/interactive-selectorimport InteractiveSelector from "@/components/ui/interactive-selector";
const DemoOne = () => {
return (
<div className="w-full h-min-screen">
<InteractiveSelector />
</div>
);
};
export { DemoOne };