A toggle group for selecting a zoom percentage that scales a live content preview in real time.
import Pattern from "@/components/ui/zoom-level-toggle-group"; export default function Demo() { return ( <div className="flex min-h-72 w-full items-center justify-center p-6"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.