For Tailwind CSS v3 docs, click here.

iPhone 模拟

iPhone手机的SVG模型。

通过 CLI 安装

npm
pnpm
bun
yarn
npx shadcn-vue@latest add "https://registry.inspira-ui.com/iphone-mockup.json"

手动安装

复制并粘贴以下代码:

iPhone15ProMockup.vue

API

Prop 名称类型默认值描述
widthnumber433Width of the mockup SVG in pixels.
heightnumber882Height of the mockup SVG in pixels.
srcstringnullURL of the image to display inside the mockup.

功能特性

  • Realistic iPhone 15 Pro Mockup: Provides an accurate SVG representation of the iPhone 15 Pro, perfect for showcasing mobile app designs or website previews.
  • Customizable Dimensions: Adjust the width and height props to fit your specific design requirements.
  • Image Display Support: Use the src prop to insert any image into the mockup screen area, allowing for dynamic content display.
  • Light and Dark Mode Compatibility: The mockup adapts its colors based on the theme, ensuring consistency in both light and dark modes.
  • Easy Integration: Simple to include in your Vue projects with minimal setup.

感谢