Here is Floating Panel component
import Basic from "@/components/ui/floating-panel"; export default function DemoOne() { return <Basic />; }