Tailwind UI Pattern Registry for humans and agents

mockup phone mobile showcase preview iphone screenshot app phone mobile mockup iphone frame screenshot app preview device show a phone mockup frame a mobile screenshot in a phone frame showcase mobile app UI

Phone Mockup

Fetch pattern JSON: curl https://webspire.de/patterns/mockup/phone.json

Details

Family
mockup
Tier
base
Kind
component
Dark Mode Tailwind Only SSR Safe Copy & Paste
Stable Published
mockupphonemobileshowcasepreviewiphonescreenshotapp

Slots

Name Required Description
screen Yes Content displayed inside the phone screen area — typically an img with a mobile screenshot

A minimal phone frame with a dynamic island notch, status bar, and home indicator. Adapts to light/dark mode via Webspire tokens.

App screenshot

<div class="ws-mockup not-prose mx-auto w-56">
  <div class="overflow-hidden rounded-[2.75rem] border-[5px] ...">
    <!-- status bar ... -->
    <div class="aspect-[9/17]">
      <img src="/mobile-screenshot.png" alt="Mobile app preview" class="h-full w-full object-cover" />
    </div>
    <!-- home indicator ... -->
  </div>
</div>