Components
Loading preview...
A mockup of the Android
npx shadcn@latest add https://21st.dev/r/dillionverma/androidimport { Android } from "@/components/ui/android";
function AndroidDemo() {
return (
<div className="relative">
<Android
className="size-[500px]"
src="https://images.unsplash.com/photo-1730326405863-c6fa7e499a6e?q=80&w=1964&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
/>
</div>
);
}
export { AndroidDemo };