Components
npx shadcn@latest add https://21st.dev/r/designali-in/macLoading preview...
import { Mac } from "@/components/ui/mac";
export function MacDemo() {
return (
<div className="relative">
<Mac
src="https://utfs.io/f/1c7648bd-2c01-4cc8-9aeb-57996b5bc1ea-xh7cft.jpg"
className="size-full"
/>
</div>
);
}