For Tailwind CSS v3 docs, click here.

Safari 模拟

Safari浏览器的SVG模型。

通过 CLI 安装

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

手动安装

复制并粘贴以下代码:

SafariMockup.vue

API

Prop 名称类型默认值描述
urlstringnullURL displayed in the mockup's address bar.
srcstringnullURL of the image to display inside the mockup.
widthnumber1203Width of the mockup SVG in pixels.
heightnumber753Height of the mockup SVG in pixels.

功能特性

  • Realistic Safari Browser Mockup: Provides an SVG representation of the Safari browser window, ideal for showcasing website designs.
  • Customizable Dimensions: Adjust the width and height props to fit your specific needs.
  • Address Bar URL Display: Use the url prop to display a custom URL in the mockup's address bar.
  • Image Display Support: Use the src prop to insert any image into the mockup's content area.
  • Light and Dark Mode Compatibility: The mockup adapts its colors based on the theme.

感谢