Loading preview...
Here is Floating Panel component
@anubra266
npx shadcn@latest add https://21st.dev/r/anubra266/floating-panel
import Basic from "@/components/ui/floating-panel"; export default function DemoOne() { return <Basic />; }