A laptop device-frame illustration for showcasing app screens.
Props
Options you can pass to customize this component.
variantChassis color. Defaults to "gray".
classNameExtra classes merged onto the root element.
Installation
How to use
import { LaptopMockupCard } from "@/components/illustration/laptop-mockup"
export function Example() {
return (
<LaptopMockupCard variant="titanium">
<YourAppScreen />
</LaptopMockupCard>
)
}Source Code
Click the code icon in the top-right corner to view the source code.
License & Usage
// No code loaded.