Components
Loading preview...
The Safari_01 component is a sleek, macOS-style browser window mockup designed to showcase images or content within a realistic browser frame. At the top, it features the familiar red, yellow, and green "traffic light" buttons on the left—used for closing, minimizing, and maximizing the window—while a subtle icon on the right adds a modern touch for actions like settings or sharing.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/safari-01import Safari_01 from "@/components/ui/safari-01";
export default function DemoOne() {
//<Safari_01 image={""} /> enter your image here
return <Safari_01 />;
}