DesignMockup

Mockup

Wrap any content in a realistic device frame. Choose from phones, tablets, browsers, and laptops to show how content looks in context.

Basic usage

The default device is a browser window.

{% mockup %}
{% sandbox height=798 %}
<style>
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; border-bottom: 1px solid #e2e8f0; }
  .logo { font-weight: 700; font-size: 18px; }
  .nav-links { display: flex; gap: 20px; font-size: 14px; color: #64748b; }
  .hero { padding: 60px 24px; text-align: center; }
  .hero h1 { font-size: 32px; margin: 0 0 12px; }
  .hero p { color: #64748b; margin: 0 0 24px; font-size: 16px; }
  .btn { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
</style>
<nav>
  <div class="logo">Acme</div>
  <div class="nav-links"><span>Features</span><span>Pricing</span><span>Docs</span></div>
</nav>
<div class="hero">
  <h1>Build faster, ship sooner</h1>
  <p>The modern toolkit for ambitious teams.</p>
  <a class="btn" href="#">Get started</a>
</div>
{% /sandbox %}
{% /mockup %}
<div data-rune="mockup" data-rune-fields="{&quot;device&quot;:&quot;browser&quot;,&quot;color&quot;:&quot;dark&quot;,&quot;fit&quot;:&quot;auto&quot;}">
  <div data-name="frame">
    <div data-name="title-bar">
      <div data-name="traffic-lights">
        <span data-name="traffic-light" data-light="close"></span>
        <span data-name="traffic-light" data-light="minimize"></span>
        <span data-name="traffic-light" data-light="maximize"></span>
      </div>
      <div data-name="address-bar"></div>
    </div>
    <div data-name="viewport">
      <rf-sandbox data-rune="sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; border-bottom: 1px solid #e2e8f0; }
  .logo { font-weight: 700; font-size: 18px; }
  .nav-links { display: flex; gap: 20px; font-size: 14px; color: #64748b; }
  .hero { padding: 60px 24px; text-align: center; }
  .hero h1 { font-size: 32px; margin: 0 0 12px; }
  .hero p { color: #64748b; margin: 0 0 24px; font-size: 16px; }
  .btn { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
&lt;/style&gt;
&lt;nav&gt;
  &lt;div class=&quot;logo&quot;&gt;Acme&lt;/div&gt;
  &lt;div class=&quot;nav-links&quot;&gt;&lt;span&gt;Features&lt;/span&gt;&lt;span&gt;Pricing&lt;/span&gt;&lt;span&gt;Docs&lt;/span&gt;&lt;/div&gt;
&lt;/nav&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;h1&gt;Build faster, ship sooner&lt;/h1&gt;
  &lt;p&gt;The modern toolkit for ambitious teams.&lt;/p&gt;
  &lt;a class=&quot;btn&quot; href=&quot;#&quot;&gt;Get started&lt;/a&gt;
&lt;/div&gt;" data-height="798" data-security-mode="trusted" data-allow-js="true">
        <template data-content="fallback">
          <pre data-language="html">
            <code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; border-bottom: 1px solid #e2e8f0; }
  .logo { font-weight: 700; font-size: 18px; }
  .nav-links { display: flex; gap: 20px; font-size: 14px; color: #64748b; }
  .hero { padding: 60px 24px; text-align: center; }
  .hero h1 { font-size: 32px; margin: 0 0 12px; }
  .hero p { color: #64748b; margin: 0 0 24px; font-size: 16px; }
  .btn { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
&lt;/style&gt;
&lt;nav&gt;
  &lt;div class=&quot;logo&quot;&gt;Acme&lt;/div&gt;
  &lt;div class=&quot;nav-links&quot;&gt;&lt;span&gt;Features&lt;/span&gt;&lt;span&gt;Pricing&lt;/span&gt;&lt;span&gt;Docs&lt;/span&gt;&lt;/div&gt;
&lt;/nav&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;h1&gt;Build faster, ship sooner&lt;/h1&gt;
  &lt;p&gt;The modern toolkit for ambitious teams.&lt;/p&gt;
  &lt;a class=&quot;btn&quot; href=&quot;#&quot;&gt;Get started&lt;/a&gt;
&lt;/div&gt;</code>
          </pre>
        </template>
        <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; border-bottom: 1px solid #e2e8f0; }
  .logo { font-weight: 700; font-size: 18px; }
  .nav-links { display: flex; gap: 20px; font-size: 14px; color: #64748b; }
  .hero { padding: 60px 24px; text-align: center; }
  .hero h1 { font-size: 32px; margin: 0 0 12px; }
  .hero p { color: #64748b; margin: 0 0 24px; font-size: 16px; }
  .btn { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
&lt;/style&gt;
&lt;nav&gt;
  &lt;div class=&quot;logo&quot;&gt;Acme&lt;/div&gt;
  &lt;div class=&quot;nav-links&quot;&gt;&lt;span&gt;Features&lt;/span&gt;&lt;span&gt;Pricing&lt;/span&gt;&lt;span&gt;Docs&lt;/span&gt;&lt;/div&gt;
&lt;/nav&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;h1&gt;Build faster, ship sooner&lt;/h1&gt;
  &lt;p&gt;The modern toolkit for ambitious teams.&lt;/p&gt;
  &lt;a class=&quot;btn&quot; href=&quot;#&quot;&gt;Get started&lt;/a&gt;
&lt;/div&gt;</template>
      </rf-sandbox>
    </div>
  </div>
</div>
<div class="rf-mockup rf-mockup--browser rf-mockup--dark" data-device="browser" data-color="dark" data-fit="auto" data-elevation="flush" data-rune="mockup" data-density="compact">
  <div data-name="frame" class="rf-mockup__frame">
    <div data-name="title-bar" class="rf-mockup__title-bar">
      <div data-name="traffic-lights" class="rf-mockup__traffic-lights">
        <span data-name="traffic-light" data-light="close" class="rf-mockup__traffic-light"></span>
        <span data-name="traffic-light" data-light="minimize" class="rf-mockup__traffic-light"></span>
        <span data-name="traffic-light" data-light="maximize" class="rf-mockup__traffic-light"></span>
      </div>
      <div data-name="address-bar" class="rf-mockup__address-bar"></div>
    </div>
    <div data-name="viewport" class="rf-mockup__viewport" data-media="hero">
      <rf-sandbox class="rf-sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; border-bottom: 1px solid #e2e8f0; }
  .logo { font-weight: 700; font-size: 18px; }
  .nav-links { display: flex; gap: 20px; font-size: 14px; color: #64748b; }
  .hero { padding: 60px 24px; text-align: center; }
  .hero h1 { font-size: 32px; margin: 0 0 12px; }
  .hero p { color: #64748b; margin: 0 0 24px; font-size: 16px; }
  .btn { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
&lt;/style&gt;
&lt;nav&gt;
  &lt;div class=&quot;logo&quot;&gt;Acme&lt;/div&gt;
  &lt;div class=&quot;nav-links&quot;&gt;&lt;span&gt;Features&lt;/span&gt;&lt;span&gt;Pricing&lt;/span&gt;&lt;span&gt;Docs&lt;/span&gt;&lt;/div&gt;
&lt;/nav&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;h1&gt;Build faster, ship sooner&lt;/h1&gt;
  &lt;p&gt;The modern toolkit for ambitious teams.&lt;/p&gt;
  &lt;a class=&quot;btn&quot; href=&quot;#&quot;&gt;Get started&lt;/a&gt;
&lt;/div&gt;" data-height="798" data-security-mode="trusted" data-allow-js="true" data-rune="sandbox" data-density="compact">
        <template data-content="fallback">
          <pre data-language="html"><code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; border-bottom: 1px solid #e2e8f0; }
  .logo { font-weight: 700; font-size: 18px; }
  .nav-links { display: flex; gap: 20px; font-size: 14px; color: #64748b; }
  .hero { padding: 60px 24px; text-align: center; }
  .hero h1 { font-size: 32px; margin: 0 0 12px; }
  .hero p { color: #64748b; margin: 0 0 24px; font-size: 16px; }
  .btn { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
&lt;/style&gt;
&lt;nav&gt;
  &lt;div class=&quot;logo&quot;&gt;Acme&lt;/div&gt;
  &lt;div class=&quot;nav-links&quot;&gt;&lt;span&gt;Features&lt;/span&gt;&lt;span&gt;Pricing&lt;/span&gt;&lt;span&gt;Docs&lt;/span&gt;&lt;/div&gt;
&lt;/nav&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;h1&gt;Build faster, ship sooner&lt;/h1&gt;
  &lt;p&gt;The modern toolkit for ambitious teams.&lt;/p&gt;
  &lt;a class=&quot;btn&quot; href=&quot;#&quot;&gt;Get started&lt;/a&gt;
&lt;/div&gt;</code></pre>
        </template>
        <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; border-bottom: 1px solid #e2e8f0; }
  .logo { font-weight: 700; font-size: 18px; }
  .nav-links { display: flex; gap: 20px; font-size: 14px; color: #64748b; }
  .hero { padding: 60px 24px; text-align: center; }
  .hero h1 { font-size: 32px; margin: 0 0 12px; }
  .hero p { color: #64748b; margin: 0 0 24px; font-size: 16px; }
  .btn { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
&lt;/style&gt;
&lt;nav&gt;
  &lt;div class=&quot;logo&quot;&gt;Acme&lt;/div&gt;
  &lt;div class=&quot;nav-links&quot;&gt;&lt;span&gt;Features&lt;/span&gt;&lt;span&gt;Pricing&lt;/span&gt;&lt;span&gt;Docs&lt;/span&gt;&lt;/div&gt;
&lt;/nav&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;h1&gt;Build faster, ship sooner&lt;/h1&gt;
  &lt;p&gt;The modern toolkit for ambitious teams.&lt;/p&gt;
  &lt;a class=&quot;btn&quot; href=&quot;#&quot;&gt;Get started&lt;/a&gt;
&lt;/div&gt;</template>
        <meta data-field="design-tokens" content="{&quot;fonts&quot;:[{&quot;role&quot;:&quot;heading&quot;,&quot;family&quot;:&quot;Inter&quot;,&quot;weights&quot;:[400,600,700],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;body&quot;,&quot;family&quot;:&quot;Source Sans Pro&quot;,&quot;weights&quot;:[400,600],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;mono&quot;,&quot;family&quot;:&quot;Fira Code&quot;,&quot;weights&quot;:[400],&quot;category&quot;:&quot;monospace&quot;}],&quot;colors&quot;:[{&quot;name&quot;:&quot;Primary&quot;,&quot;value&quot;:&quot;#2563EB&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Secondary&quot;,&quot;value&quot;:&quot;#7C3AED&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Accent&quot;,&quot;value&quot;:&quot;#F59E0B&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#F9FAFB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#E5E7EB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#9CA3AF&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#374151&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#111827&quot;,&quot;group&quot;:&quot;Neutral&quot;}],&quot;spacing&quot;:{&quot;unit&quot;:&quot;4px&quot;,&quot;scale&quot;:[&quot;4&quot;,&quot;8&quot;,&quot;12&quot;,&quot;16&quot;,&quot;24&quot;,&quot;32&quot;,&quot;48&quot;,&quot;64&quot;]},&quot;radii&quot;:[{&quot;name&quot;:&quot;sm&quot;,&quot;value&quot;:&quot;4px&quot;},{&quot;name&quot;:&quot;md&quot;,&quot;value&quot;:&quot;8px&quot;},{&quot;name&quot;:&quot;lg&quot;,&quot;value&quot;:&quot;12px&quot;},{&quot;name&quot;:&quot;full&quot;,&quot;value&quot;:&quot;9999px&quot;}]}" />
      </rf-sandbox>
    </div>
  </div>
</div>

Phone devices

Use device to select a specific phone model.

{% mockup device="iphone-15" %}
{% sandbox height=852 %}
<style>
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .header { padding: 12px 16px 8px; font-size: 28px; font-weight: 700; }
  .search { margin: 0 16px 12px; padding: 8px 12px; background: #e2e8f0; border-radius: 10px; font-size: 14px; color: #94a3b8; }
  .msg { display: flex; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #f1f5f9; }
  .avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
  .msg-body { flex: 1; min-width: 0; }
  .msg-top { display: flex; justify-content: space-between; align-items: baseline; }
  .msg-name { font-weight: 600; font-size: 15px; }
  .msg-time { font-size: 12px; color: #94a3b8; }
  .msg-text { font-size: 14px; color: #64748b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
  .badge { width: 20px; height: 20px; background: #6366f1; border-radius: 50%; color: #fff; font-size: 11px; display: flex; align-items: center; justify-content: center; margin-top: 6px; flex-shrink: 0; }
</style>
<div class="header">Messages</div>
<div class="search">Search</div>
<div class="msg">
  <div class="avatar" style="background: #c4b5fd;"></div>
  <div class="msg-body">
    <div class="msg-top"><span class="msg-name">Alice Chen</span><span class="msg-time">2m ago</span></div>
    <div class="msg-text">Hey, are we still on for lunch tomorrow?</div>
  </div>
  <div class="badge">1</div>
</div>
<div class="msg">
  <div class="avatar" style="background: #93c5fd;"></div>
  <div class="msg-body">
    <div class="msg-top"><span class="msg-name">Team Design</span><span class="msg-time">1h ago</span></div>
    <div class="msg-text">New mockups uploaded to the shared drive</div>
  </div>
</div>
<div class="msg">
  <div class="avatar" style="background: #86efac;"></div>
  <div class="msg-body">
    <div class="msg-top"><span class="msg-name">Jordan Lee</span><span class="msg-time">3h ago</span></div>
    <div class="msg-text">Thanks for the review! I'll push the fix today.</div>
  </div>
</div>
{% /sandbox %}
{% /mockup %}
<div data-rune="mockup" data-rune-fields="{&quot;device&quot;:&quot;iphone-15&quot;,&quot;color&quot;:&quot;dark&quot;,&quot;fit&quot;:&quot;auto&quot;}">
  <div data-name="frame">
    <div data-name="bezel">
      <div data-name="notch" data-notch="dynamic-island"></div>
      <div data-name="status-bar">
        <span data-name="status-time">9:41</span>
        <span data-name="status-icons"></span>
      </div>
      <div data-name="viewport">
        <rf-sandbox data-rune="sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .header { padding: 12px 16px 8px; font-size: 28px; font-weight: 700; }
  .search { margin: 0 16px 12px; padding: 8px 12px; background: #e2e8f0; border-radius: 10px; font-size: 14px; color: #94a3b8; }
  .msg { display: flex; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #f1f5f9; }
  .avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
  .msg-body { flex: 1; min-width: 0; }
  .msg-top { display: flex; justify-content: space-between; align-items: baseline; }
  .msg-name { font-weight: 600; font-size: 15px; }
  .msg-time { font-size: 12px; color: #94a3b8; }
  .msg-text { font-size: 14px; color: #64748b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
  .badge { width: 20px; height: 20px; background: #6366f1; border-radius: 50%; color: #fff; font-size: 11px; display: flex; align-items: center; justify-content: center; margin-top: 6px; flex-shrink: 0; }
&lt;/style&gt;
&lt;div class=&quot;header&quot;&gt;Messages&lt;/div&gt;
&lt;div class=&quot;search&quot;&gt;Search&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #c4b5fd;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Alice Chen&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;2m ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;Hey, are we still on for lunch tomorrow?&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;badge&quot;&gt;1&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #93c5fd;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Team Design&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;1h ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;New mockups uploaded to the shared drive&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #86efac;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Jordan Lee&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;3h ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;Thanks for the review! I'll push the fix today.&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;" data-height="852" data-security-mode="trusted" data-allow-js="true">
          <template data-content="fallback">
            <pre data-language="html">
              <code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .header { padding: 12px 16px 8px; font-size: 28px; font-weight: 700; }
  .search { margin: 0 16px 12px; padding: 8px 12px; background: #e2e8f0; border-radius: 10px; font-size: 14px; color: #94a3b8; }
  .msg { display: flex; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #f1f5f9; }
  .avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
  .msg-body { flex: 1; min-width: 0; }
  .msg-top { display: flex; justify-content: space-between; align-items: baseline; }
  .msg-name { font-weight: 600; font-size: 15px; }
  .msg-time { font-size: 12px; color: #94a3b8; }
  .msg-text { font-size: 14px; color: #64748b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
  .badge { width: 20px; height: 20px; background: #6366f1; border-radius: 50%; color: #fff; font-size: 11px; display: flex; align-items: center; justify-content: center; margin-top: 6px; flex-shrink: 0; }
&lt;/style&gt;
&lt;div class=&quot;header&quot;&gt;Messages&lt;/div&gt;
&lt;div class=&quot;search&quot;&gt;Search&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #c4b5fd;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Alice Chen&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;2m ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;Hey, are we still on for lunch tomorrow?&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;badge&quot;&gt;1&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #93c5fd;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Team Design&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;1h ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;New mockups uploaded to the shared drive&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #86efac;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Jordan Lee&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;3h ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;Thanks for the review! I'll push the fix today.&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</code>
            </pre>
          </template>
          <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .header { padding: 12px 16px 8px; font-size: 28px; font-weight: 700; }
  .search { margin: 0 16px 12px; padding: 8px 12px; background: #e2e8f0; border-radius: 10px; font-size: 14px; color: #94a3b8; }
  .msg { display: flex; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #f1f5f9; }
  .avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
  .msg-body { flex: 1; min-width: 0; }
  .msg-top { display: flex; justify-content: space-between; align-items: baseline; }
  .msg-name { font-weight: 600; font-size: 15px; }
  .msg-time { font-size: 12px; color: #94a3b8; }
  .msg-text { font-size: 14px; color: #64748b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
  .badge { width: 20px; height: 20px; background: #6366f1; border-radius: 50%; color: #fff; font-size: 11px; display: flex; align-items: center; justify-content: center; margin-top: 6px; flex-shrink: 0; }
&lt;/style&gt;
&lt;div class=&quot;header&quot;&gt;Messages&lt;/div&gt;
&lt;div class=&quot;search&quot;&gt;Search&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #c4b5fd;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Alice Chen&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;2m ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;Hey, are we still on for lunch tomorrow?&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;badge&quot;&gt;1&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #93c5fd;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Team Design&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;1h ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;New mockups uploaded to the shared drive&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #86efac;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Jordan Lee&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;3h ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;Thanks for the review! I'll push the fix today.&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</template>
        </rf-sandbox>
      </div>
      <div data-name="home-indicator"></div>
    </div>
  </div>
</div>
9:41
<div class="rf-mockup rf-mockup--iphone-15 rf-mockup--dark" data-device="iphone-15" data-color="dark" data-fit="auto" data-elevation="flush" data-rune="mockup" data-density="compact">
  <div data-name="frame" class="rf-mockup__frame">
    <div data-name="bezel" class="rf-mockup__bezel">
      <div data-name="notch" data-notch="dynamic-island" class="rf-mockup__notch"></div>
      <div data-name="status-bar" class="rf-mockup__status-bar">
        <span data-name="status-time" class="rf-mockup__status-time">9:41</span>
        <span data-name="status-icons" class="rf-mockup__status-icons"></span>
      </div>
      <div data-name="viewport" class="rf-mockup__viewport" data-media="hero">
        <rf-sandbox class="rf-sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .header { padding: 12px 16px 8px; font-size: 28px; font-weight: 700; }
  .search { margin: 0 16px 12px; padding: 8px 12px; background: #e2e8f0; border-radius: 10px; font-size: 14px; color: #94a3b8; }
  .msg { display: flex; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #f1f5f9; }
  .avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
  .msg-body { flex: 1; min-width: 0; }
  .msg-top { display: flex; justify-content: space-between; align-items: baseline; }
  .msg-name { font-weight: 600; font-size: 15px; }
  .msg-time { font-size: 12px; color: #94a3b8; }
  .msg-text { font-size: 14px; color: #64748b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
  .badge { width: 20px; height: 20px; background: #6366f1; border-radius: 50%; color: #fff; font-size: 11px; display: flex; align-items: center; justify-content: center; margin-top: 6px; flex-shrink: 0; }
&lt;/style&gt;
&lt;div class=&quot;header&quot;&gt;Messages&lt;/div&gt;
&lt;div class=&quot;search&quot;&gt;Search&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #c4b5fd;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Alice Chen&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;2m ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;Hey, are we still on for lunch tomorrow?&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;badge&quot;&gt;1&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #93c5fd;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Team Design&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;1h ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;New mockups uploaded to the shared drive&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #86efac;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Jordan Lee&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;3h ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;Thanks for the review! I'll push the fix today.&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;" data-height="852" data-security-mode="trusted" data-allow-js="true" data-rune="sandbox" data-density="compact">
          <template data-content="fallback">
            <pre data-language="html"><code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .header { padding: 12px 16px 8px; font-size: 28px; font-weight: 700; }
  .search { margin: 0 16px 12px; padding: 8px 12px; background: #e2e8f0; border-radius: 10px; font-size: 14px; color: #94a3b8; }
  .msg { display: flex; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #f1f5f9; }
  .avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
  .msg-body { flex: 1; min-width: 0; }
  .msg-top { display: flex; justify-content: space-between; align-items: baseline; }
  .msg-name { font-weight: 600; font-size: 15px; }
  .msg-time { font-size: 12px; color: #94a3b8; }
  .msg-text { font-size: 14px; color: #64748b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
  .badge { width: 20px; height: 20px; background: #6366f1; border-radius: 50%; color: #fff; font-size: 11px; display: flex; align-items: center; justify-content: center; margin-top: 6px; flex-shrink: 0; }
&lt;/style&gt;
&lt;div class=&quot;header&quot;&gt;Messages&lt;/div&gt;
&lt;div class=&quot;search&quot;&gt;Search&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #c4b5fd;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Alice Chen&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;2m ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;Hey, are we still on for lunch tomorrow?&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;badge&quot;&gt;1&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #93c5fd;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Team Design&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;1h ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;New mockups uploaded to the shared drive&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #86efac;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Jordan Lee&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;3h ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;Thanks for the review! I'll push the fix today.&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</code></pre>
          </template>
          <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .header { padding: 12px 16px 8px; font-size: 28px; font-weight: 700; }
  .search { margin: 0 16px 12px; padding: 8px 12px; background: #e2e8f0; border-radius: 10px; font-size: 14px; color: #94a3b8; }
  .msg { display: flex; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #f1f5f9; }
  .avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
  .msg-body { flex: 1; min-width: 0; }
  .msg-top { display: flex; justify-content: space-between; align-items: baseline; }
  .msg-name { font-weight: 600; font-size: 15px; }
  .msg-time { font-size: 12px; color: #94a3b8; }
  .msg-text { font-size: 14px; color: #64748b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
  .badge { width: 20px; height: 20px; background: #6366f1; border-radius: 50%; color: #fff; font-size: 11px; display: flex; align-items: center; justify-content: center; margin-top: 6px; flex-shrink: 0; }
&lt;/style&gt;
&lt;div class=&quot;header&quot;&gt;Messages&lt;/div&gt;
&lt;div class=&quot;search&quot;&gt;Search&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #c4b5fd;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Alice Chen&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;2m ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;Hey, are we still on for lunch tomorrow?&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;badge&quot;&gt;1&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #93c5fd;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Team Design&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;1h ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;New mockups uploaded to the shared drive&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;msg&quot;&gt;
  &lt;div class=&quot;avatar&quot; style=&quot;background: #86efac;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;msg-body&quot;&gt;
    &lt;div class=&quot;msg-top&quot;&gt;&lt;span class=&quot;msg-name&quot;&gt;Jordan Lee&lt;/span&gt;&lt;span class=&quot;msg-time&quot;&gt;3h ago&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;msg-text&quot;&gt;Thanks for the review! I'll push the fix today.&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</template>
          <meta data-field="design-tokens" content="{&quot;fonts&quot;:[{&quot;role&quot;:&quot;heading&quot;,&quot;family&quot;:&quot;Inter&quot;,&quot;weights&quot;:[400,600,700],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;body&quot;,&quot;family&quot;:&quot;Source Sans Pro&quot;,&quot;weights&quot;:[400,600],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;mono&quot;,&quot;family&quot;:&quot;Fira Code&quot;,&quot;weights&quot;:[400],&quot;category&quot;:&quot;monospace&quot;}],&quot;colors&quot;:[{&quot;name&quot;:&quot;Primary&quot;,&quot;value&quot;:&quot;#2563EB&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Secondary&quot;,&quot;value&quot;:&quot;#7C3AED&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Accent&quot;,&quot;value&quot;:&quot;#F59E0B&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#F9FAFB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#E5E7EB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#9CA3AF&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#374151&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#111827&quot;,&quot;group&quot;:&quot;Neutral&quot;}],&quot;spacing&quot;:{&quot;unit&quot;:&quot;4px&quot;,&quot;scale&quot;:[&quot;4&quot;,&quot;8&quot;,&quot;12&quot;,&quot;16&quot;,&quot;24&quot;,&quot;32&quot;,&quot;48&quot;,&quot;64&quot;]},&quot;radii&quot;:[{&quot;name&quot;:&quot;sm&quot;,&quot;value&quot;:&quot;4px&quot;},{&quot;name&quot;:&quot;md&quot;,&quot;value&quot;:&quot;8px&quot;},{&quot;name&quot;:&quot;lg&quot;,&quot;value&quot;:&quot;12px&quot;},{&quot;name&quot;:&quot;full&quot;,&quot;value&quot;:&quot;9999px&quot;}]}" />
        </rf-sandbox>
      </div>
      <div data-name="home-indicator" class="rf-mockup__home-indicator"></div>
    </div>
  </div>
</div>

Other phone options: iphone-se, pixel, phone (generic).

Tablet

{% mockup device="ipad" %}
{% sandbox height=1180 %}
<style>
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; display: flex; background: #f8fafc; color: #1e293b; }
  .sidebar { width: 200px; background: #fff; border-right: 1px solid #e2e8f0; padding: 20px 0; flex-shrink: 0; }
  .sidebar-item { padding: 10px 20px; font-size: 14px; color: #64748b; cursor: pointer; }
  .sidebar-item.active { color: #6366f1; background: #eef2ff; border-right: 2px solid #6366f1; font-weight: 600; }
  .main { flex: 1; padding: 24px; }
  .main h1 { font-size: 22px; margin: 0 0 20px; }
  .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .card { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .card-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: .5px; }
  .card-value { font-size: 28px; font-weight: 700; margin: 6px 0 4px; }
  .card-change { font-size: 13px; }
  .up { color: #22c55e; }
  .down { color: #ef4444; }
</style>
<div class="sidebar">
  <div class="sidebar-item active">Dashboard</div>
  <div class="sidebar-item">Analytics</div>
  <div class="sidebar-item">Customers</div>
  <div class="sidebar-item">Products</div>
  <div class="sidebar-item">Settings</div>
</div>
<div class="main">
  <h1>Dashboard</h1>
  <div class="cards">
    <div class="card">
      <div class="card-label">Revenue</div>
      <div class="card-value">$12.4k</div>
      <div class="card-change up">+14% this month</div>
    </div>
    <div class="card">
      <div class="card-label">Users</div>
      <div class="card-value">2,841</div>
      <div class="card-change up">+7% this month</div>
    </div>
    <div class="card">
      <div class="card-label">Bounce Rate</div>
      <div class="card-value">24.3%</div>
      <div class="card-change down">-2% this month</div>
    </div>
  </div>
</div>
{% /sandbox %}
{% /mockup %}
<div data-rune="mockup" data-rune-fields="{&quot;device&quot;:&quot;ipad&quot;,&quot;color&quot;:&quot;dark&quot;,&quot;fit&quot;:&quot;auto&quot;}">
  <div data-name="frame">
    <div data-name="bezel">
      <div data-name="viewport">
        <rf-sandbox data-rune="sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; display: flex; background: #f8fafc; color: #1e293b; }
  .sidebar { width: 200px; background: #fff; border-right: 1px solid #e2e8f0; padding: 20px 0; flex-shrink: 0; }
  .sidebar-item { padding: 10px 20px; font-size: 14px; color: #64748b; cursor: pointer; }
  .sidebar-item.active { color: #6366f1; background: #eef2ff; border-right: 2px solid #6366f1; font-weight: 600; }
  .main { flex: 1; padding: 24px; }
  .main h1 { font-size: 22px; margin: 0 0 20px; }
  .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .card { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .card-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: .5px; }
  .card-value { font-size: 28px; font-weight: 700; margin: 6px 0 4px; }
  .card-change { font-size: 13px; }
  .up { color: #22c55e; }
  .down { color: #ef4444; }
&lt;/style&gt;
&lt;div class=&quot;sidebar&quot;&gt;
  &lt;div class=&quot;sidebar-item active&quot;&gt;Dashboard&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Analytics&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Customers&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Products&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Settings&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;main&quot;&gt;
  &lt;h1&gt;Dashboard&lt;/h1&gt;
  &lt;div class=&quot;cards&quot;&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Revenue&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;$12.4k&lt;/div&gt;
      &lt;div class=&quot;card-change up&quot;&gt;+14% this month&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Users&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;2,841&lt;/div&gt;
      &lt;div class=&quot;card-change up&quot;&gt;+7% this month&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Bounce Rate&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;24.3%&lt;/div&gt;
      &lt;div class=&quot;card-change down&quot;&gt;-2% this month&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;" data-height="1180" data-security-mode="trusted" data-allow-js="true">
          <template data-content="fallback">
            <pre data-language="html">
              <code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; display: flex; background: #f8fafc; color: #1e293b; }
  .sidebar { width: 200px; background: #fff; border-right: 1px solid #e2e8f0; padding: 20px 0; flex-shrink: 0; }
  .sidebar-item { padding: 10px 20px; font-size: 14px; color: #64748b; cursor: pointer; }
  .sidebar-item.active { color: #6366f1; background: #eef2ff; border-right: 2px solid #6366f1; font-weight: 600; }
  .main { flex: 1; padding: 24px; }
  .main h1 { font-size: 22px; margin: 0 0 20px; }
  .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .card { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .card-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: .5px; }
  .card-value { font-size: 28px; font-weight: 700; margin: 6px 0 4px; }
  .card-change { font-size: 13px; }
  .up { color: #22c55e; }
  .down { color: #ef4444; }
&lt;/style&gt;
&lt;div class=&quot;sidebar&quot;&gt;
  &lt;div class=&quot;sidebar-item active&quot;&gt;Dashboard&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Analytics&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Customers&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Products&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Settings&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;main&quot;&gt;
  &lt;h1&gt;Dashboard&lt;/h1&gt;
  &lt;div class=&quot;cards&quot;&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Revenue&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;$12.4k&lt;/div&gt;
      &lt;div class=&quot;card-change up&quot;&gt;+14% this month&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Users&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;2,841&lt;/div&gt;
      &lt;div class=&quot;card-change up&quot;&gt;+7% this month&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Bounce Rate&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;24.3%&lt;/div&gt;
      &lt;div class=&quot;card-change down&quot;&gt;-2% this month&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</code>
            </pre>
          </template>
          <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; display: flex; background: #f8fafc; color: #1e293b; }
  .sidebar { width: 200px; background: #fff; border-right: 1px solid #e2e8f0; padding: 20px 0; flex-shrink: 0; }
  .sidebar-item { padding: 10px 20px; font-size: 14px; color: #64748b; cursor: pointer; }
  .sidebar-item.active { color: #6366f1; background: #eef2ff; border-right: 2px solid #6366f1; font-weight: 600; }
  .main { flex: 1; padding: 24px; }
  .main h1 { font-size: 22px; margin: 0 0 20px; }
  .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .card { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .card-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: .5px; }
  .card-value { font-size: 28px; font-weight: 700; margin: 6px 0 4px; }
  .card-change { font-size: 13px; }
  .up { color: #22c55e; }
  .down { color: #ef4444; }
&lt;/style&gt;
&lt;div class=&quot;sidebar&quot;&gt;
  &lt;div class=&quot;sidebar-item active&quot;&gt;Dashboard&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Analytics&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Customers&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Products&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Settings&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;main&quot;&gt;
  &lt;h1&gt;Dashboard&lt;/h1&gt;
  &lt;div class=&quot;cards&quot;&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Revenue&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;$12.4k&lt;/div&gt;
      &lt;div class=&quot;card-change up&quot;&gt;+14% this month&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Users&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;2,841&lt;/div&gt;
      &lt;div class=&quot;card-change up&quot;&gt;+7% this month&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Bounce Rate&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;24.3%&lt;/div&gt;
      &lt;div class=&quot;card-change down&quot;&gt;-2% this month&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</template>
        </rf-sandbox>
      </div>
    </div>
  </div>
</div>
<div class="rf-mockup rf-mockup--ipad rf-mockup--dark" data-device="ipad" data-color="dark" data-fit="auto" data-elevation="flush" data-rune="mockup" data-density="compact">
  <div data-name="frame" class="rf-mockup__frame">
    <div data-name="bezel" class="rf-mockup__bezel">
      <div data-name="viewport" class="rf-mockup__viewport" data-media="hero">
        <rf-sandbox class="rf-sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; display: flex; background: #f8fafc; color: #1e293b; }
  .sidebar { width: 200px; background: #fff; border-right: 1px solid #e2e8f0; padding: 20px 0; flex-shrink: 0; }
  .sidebar-item { padding: 10px 20px; font-size: 14px; color: #64748b; cursor: pointer; }
  .sidebar-item.active { color: #6366f1; background: #eef2ff; border-right: 2px solid #6366f1; font-weight: 600; }
  .main { flex: 1; padding: 24px; }
  .main h1 { font-size: 22px; margin: 0 0 20px; }
  .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .card { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .card-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: .5px; }
  .card-value { font-size: 28px; font-weight: 700; margin: 6px 0 4px; }
  .card-change { font-size: 13px; }
  .up { color: #22c55e; }
  .down { color: #ef4444; }
&lt;/style&gt;
&lt;div class=&quot;sidebar&quot;&gt;
  &lt;div class=&quot;sidebar-item active&quot;&gt;Dashboard&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Analytics&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Customers&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Products&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Settings&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;main&quot;&gt;
  &lt;h1&gt;Dashboard&lt;/h1&gt;
  &lt;div class=&quot;cards&quot;&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Revenue&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;$12.4k&lt;/div&gt;
      &lt;div class=&quot;card-change up&quot;&gt;+14% this month&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Users&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;2,841&lt;/div&gt;
      &lt;div class=&quot;card-change up&quot;&gt;+7% this month&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Bounce Rate&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;24.3%&lt;/div&gt;
      &lt;div class=&quot;card-change down&quot;&gt;-2% this month&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;" data-height="1180" data-security-mode="trusted" data-allow-js="true" data-rune="sandbox" data-density="compact">
          <template data-content="fallback">
            <pre data-language="html"><code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; display: flex; background: #f8fafc; color: #1e293b; }
  .sidebar { width: 200px; background: #fff; border-right: 1px solid #e2e8f0; padding: 20px 0; flex-shrink: 0; }
  .sidebar-item { padding: 10px 20px; font-size: 14px; color: #64748b; cursor: pointer; }
  .sidebar-item.active { color: #6366f1; background: #eef2ff; border-right: 2px solid #6366f1; font-weight: 600; }
  .main { flex: 1; padding: 24px; }
  .main h1 { font-size: 22px; margin: 0 0 20px; }
  .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .card { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .card-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: .5px; }
  .card-value { font-size: 28px; font-weight: 700; margin: 6px 0 4px; }
  .card-change { font-size: 13px; }
  .up { color: #22c55e; }
  .down { color: #ef4444; }
&lt;/style&gt;
&lt;div class=&quot;sidebar&quot;&gt;
  &lt;div class=&quot;sidebar-item active&quot;&gt;Dashboard&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Analytics&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Customers&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Products&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Settings&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;main&quot;&gt;
  &lt;h1&gt;Dashboard&lt;/h1&gt;
  &lt;div class=&quot;cards&quot;&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Revenue&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;$12.4k&lt;/div&gt;
      &lt;div class=&quot;card-change up&quot;&gt;+14% this month&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Users&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;2,841&lt;/div&gt;
      &lt;div class=&quot;card-change up&quot;&gt;+7% this month&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Bounce Rate&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;24.3%&lt;/div&gt;
      &lt;div class=&quot;card-change down&quot;&gt;-2% this month&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</code></pre>
          </template>
          <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; display: flex; background: #f8fafc; color: #1e293b; }
  .sidebar { width: 200px; background: #fff; border-right: 1px solid #e2e8f0; padding: 20px 0; flex-shrink: 0; }
  .sidebar-item { padding: 10px 20px; font-size: 14px; color: #64748b; cursor: pointer; }
  .sidebar-item.active { color: #6366f1; background: #eef2ff; border-right: 2px solid #6366f1; font-weight: 600; }
  .main { flex: 1; padding: 24px; }
  .main h1 { font-size: 22px; margin: 0 0 20px; }
  .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .card { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .card-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: .5px; }
  .card-value { font-size: 28px; font-weight: 700; margin: 6px 0 4px; }
  .card-change { font-size: 13px; }
  .up { color: #22c55e; }
  .down { color: #ef4444; }
&lt;/style&gt;
&lt;div class=&quot;sidebar&quot;&gt;
  &lt;div class=&quot;sidebar-item active&quot;&gt;Dashboard&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Analytics&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Customers&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Products&lt;/div&gt;
  &lt;div class=&quot;sidebar-item&quot;&gt;Settings&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;main&quot;&gt;
  &lt;h1&gt;Dashboard&lt;/h1&gt;
  &lt;div class=&quot;cards&quot;&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Revenue&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;$12.4k&lt;/div&gt;
      &lt;div class=&quot;card-change up&quot;&gt;+14% this month&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Users&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;2,841&lt;/div&gt;
      &lt;div class=&quot;card-change up&quot;&gt;+7% this month&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;div class=&quot;card-label&quot;&gt;Bounce Rate&lt;/div&gt;
      &lt;div class=&quot;card-value&quot;&gt;24.3%&lt;/div&gt;
      &lt;div class=&quot;card-change down&quot;&gt;-2% this month&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</template>
          <meta data-field="design-tokens" content="{&quot;fonts&quot;:[{&quot;role&quot;:&quot;heading&quot;,&quot;family&quot;:&quot;Inter&quot;,&quot;weights&quot;:[400,600,700],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;body&quot;,&quot;family&quot;:&quot;Source Sans Pro&quot;,&quot;weights&quot;:[400,600],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;mono&quot;,&quot;family&quot;:&quot;Fira Code&quot;,&quot;weights&quot;:[400],&quot;category&quot;:&quot;monospace&quot;}],&quot;colors&quot;:[{&quot;name&quot;:&quot;Primary&quot;,&quot;value&quot;:&quot;#2563EB&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Secondary&quot;,&quot;value&quot;:&quot;#7C3AED&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Accent&quot;,&quot;value&quot;:&quot;#F59E0B&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#F9FAFB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#E5E7EB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#9CA3AF&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#374151&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#111827&quot;,&quot;group&quot;:&quot;Neutral&quot;}],&quot;spacing&quot;:{&quot;unit&quot;:&quot;4px&quot;,&quot;scale&quot;:[&quot;4&quot;,&quot;8&quot;,&quot;12&quot;,&quot;16&quot;,&quot;24&quot;,&quot;32&quot;,&quot;48&quot;,&quot;64&quot;]},&quot;radii&quot;:[{&quot;name&quot;:&quot;sm&quot;,&quot;value&quot;:&quot;4px&quot;},{&quot;name&quot;:&quot;md&quot;,&quot;value&quot;:&quot;8px&quot;},{&quot;name&quot;:&quot;lg&quot;,&quot;value&quot;:&quot;12px&quot;},{&quot;name&quot;:&quot;full&quot;,&quot;value&quot;:&quot;9999px&quot;}]}" />
        </rf-sandbox>
      </div>
    </div>
  </div>
</div>

Also available: tablet (generic).

Browser with URL

Show a URL in the address bar with the url attribute.

{% mockup device="browser" url="https://example.com/dashboard" %}
{% sandbox height=798 %}
<style>
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 24px; box-sizing: border-box; }
  h1 { font-size: 22px; margin: 0 0 20px; }
  .metrics { display: flex; gap: 16px; margin-bottom: 24px; }
  .metric { flex: 1; background: #fff; border-radius: 10px; padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .metric-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; }
  .metric-val { font-size: 24px; font-weight: 700; margin: 4px 0; }
  .chart { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .chart-title { font-size: 14px; font-weight: 600; margin-bottom: 16px; }
  .bars { display: flex; align-items: flex-end; gap: 12px; height: 100px; }
  .bar { flex: 1; background: #6366f1; border-radius: 4px 4px 0 0; position: relative; }
  .bar-label { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); font-size: 11px; color: #94a3b8; }
</style>
<h1>Analytics</h1>
<div class="metrics">
  <div class="metric"><div class="metric-label">Page views</div><div class="metric-val">48.2k</div></div>
  <div class="metric"><div class="metric-label">Sessions</div><div class="metric-val">12.1k</div></div>
  <div class="metric"><div class="metric-label">Avg. duration</div><div class="metric-val">3m 24s</div></div>
</div>
<div class="chart">
  <div class="chart-title">Weekly Traffic</div>
  <div class="bars">
    <div class="bar" style="height:60%"><span class="bar-label">Mon</span></div>
    <div class="bar" style="height:80%"><span class="bar-label">Tue</span></div>
    <div class="bar" style="height:45%"><span class="bar-label">Wed</span></div>
    <div class="bar" style="height:90%"><span class="bar-label">Thu</span></div>
    <div class="bar" style="height:70%"><span class="bar-label">Fri</span></div>
    <div class="bar" style="height:40%"><span class="bar-label">Sat</span></div>
    <div class="bar" style="height:35%"><span class="bar-label">Sun</span></div>
  </div>
</div>
{% /sandbox %}
{% /mockup %}
<div data-rune="mockup" data-rune-fields="{&quot;device&quot;:&quot;browser&quot;,&quot;color&quot;:&quot;dark&quot;,&quot;fit&quot;:&quot;auto&quot;}">
  <div data-name="frame">
    <div data-name="title-bar">
      <div data-name="traffic-lights">
        <span data-name="traffic-light" data-light="close"></span>
        <span data-name="traffic-light" data-light="minimize"></span>
        <span data-name="traffic-light" data-light="maximize"></span>
      </div>
      <div data-name="address-bar">
        <span data-name="url">https://example.com/dashboard</span>
      </div>
    </div>
    <div data-name="viewport">
      <rf-sandbox data-rune="sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 24px; box-sizing: border-box; }
  h1 { font-size: 22px; margin: 0 0 20px; }
  .metrics { display: flex; gap: 16px; margin-bottom: 24px; }
  .metric { flex: 1; background: #fff; border-radius: 10px; padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .metric-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; }
  .metric-val { font-size: 24px; font-weight: 700; margin: 4px 0; }
  .chart { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .chart-title { font-size: 14px; font-weight: 600; margin-bottom: 16px; }
  .bars { display: flex; align-items: flex-end; gap: 12px; height: 100px; }
  .bar { flex: 1; background: #6366f1; border-radius: 4px 4px 0 0; position: relative; }
  .bar-label { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); font-size: 11px; color: #94a3b8; }
&lt;/style&gt;
&lt;h1&gt;Analytics&lt;/h1&gt;
&lt;div class=&quot;metrics&quot;&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Page views&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;48.2k&lt;/div&gt;&lt;/div&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Sessions&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;12.1k&lt;/div&gt;&lt;/div&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Avg. duration&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;3m 24s&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;chart&quot;&gt;
  &lt;div class=&quot;chart-title&quot;&gt;Weekly Traffic&lt;/div&gt;
  &lt;div class=&quot;bars&quot;&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:60%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Mon&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:80%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Tue&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:45%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Wed&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:90%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Thu&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:70%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Fri&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:40%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Sat&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:35%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Sun&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;" data-height="798" data-security-mode="trusted" data-allow-js="true">
        <template data-content="fallback">
          <pre data-language="html">
            <code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 24px; box-sizing: border-box; }
  h1 { font-size: 22px; margin: 0 0 20px; }
  .metrics { display: flex; gap: 16px; margin-bottom: 24px; }
  .metric { flex: 1; background: #fff; border-radius: 10px; padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .metric-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; }
  .metric-val { font-size: 24px; font-weight: 700; margin: 4px 0; }
  .chart { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .chart-title { font-size: 14px; font-weight: 600; margin-bottom: 16px; }
  .bars { display: flex; align-items: flex-end; gap: 12px; height: 100px; }
  .bar { flex: 1; background: #6366f1; border-radius: 4px 4px 0 0; position: relative; }
  .bar-label { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); font-size: 11px; color: #94a3b8; }
&lt;/style&gt;
&lt;h1&gt;Analytics&lt;/h1&gt;
&lt;div class=&quot;metrics&quot;&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Page views&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;48.2k&lt;/div&gt;&lt;/div&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Sessions&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;12.1k&lt;/div&gt;&lt;/div&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Avg. duration&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;3m 24s&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;chart&quot;&gt;
  &lt;div class=&quot;chart-title&quot;&gt;Weekly Traffic&lt;/div&gt;
  &lt;div class=&quot;bars&quot;&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:60%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Mon&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:80%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Tue&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:45%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Wed&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:90%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Thu&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:70%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Fri&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:40%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Sat&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:35%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Sun&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</code>
          </pre>
        </template>
        <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 24px; box-sizing: border-box; }
  h1 { font-size: 22px; margin: 0 0 20px; }
  .metrics { display: flex; gap: 16px; margin-bottom: 24px; }
  .metric { flex: 1; background: #fff; border-radius: 10px; padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .metric-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; }
  .metric-val { font-size: 24px; font-weight: 700; margin: 4px 0; }
  .chart { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .chart-title { font-size: 14px; font-weight: 600; margin-bottom: 16px; }
  .bars { display: flex; align-items: flex-end; gap: 12px; height: 100px; }
  .bar { flex: 1; background: #6366f1; border-radius: 4px 4px 0 0; position: relative; }
  .bar-label { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); font-size: 11px; color: #94a3b8; }
&lt;/style&gt;
&lt;h1&gt;Analytics&lt;/h1&gt;
&lt;div class=&quot;metrics&quot;&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Page views&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;48.2k&lt;/div&gt;&lt;/div&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Sessions&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;12.1k&lt;/div&gt;&lt;/div&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Avg. duration&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;3m 24s&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;chart&quot;&gt;
  &lt;div class=&quot;chart-title&quot;&gt;Weekly Traffic&lt;/div&gt;
  &lt;div class=&quot;bars&quot;&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:60%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Mon&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:80%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Tue&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:45%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Wed&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:90%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Thu&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:70%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Fri&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:40%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Sat&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:35%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Sun&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</template>
      </rf-sandbox>
    </div>
  </div>
</div>
https://example.com/dashboard
<div class="rf-mockup rf-mockup--browser rf-mockup--dark" data-device="browser" data-color="dark" data-fit="auto" data-elevation="flush" data-rune="mockup" data-density="compact">
  <div data-name="frame" class="rf-mockup__frame">
    <div data-name="title-bar" class="rf-mockup__title-bar">
      <div data-name="traffic-lights" class="rf-mockup__traffic-lights">
        <span data-name="traffic-light" data-light="close" class="rf-mockup__traffic-light"></span>
        <span data-name="traffic-light" data-light="minimize" class="rf-mockup__traffic-light"></span>
        <span data-name="traffic-light" data-light="maximize" class="rf-mockup__traffic-light"></span>
      </div>
      <div data-name="address-bar" class="rf-mockup__address-bar">
        <span data-name="url" class="rf-mockup__url">https://example.com/dashboard</span>
      </div>
    </div>
    <div data-name="viewport" class="rf-mockup__viewport" data-media="hero">
      <rf-sandbox class="rf-sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 24px; box-sizing: border-box; }
  h1 { font-size: 22px; margin: 0 0 20px; }
  .metrics { display: flex; gap: 16px; margin-bottom: 24px; }
  .metric { flex: 1; background: #fff; border-radius: 10px; padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .metric-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; }
  .metric-val { font-size: 24px; font-weight: 700; margin: 4px 0; }
  .chart { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .chart-title { font-size: 14px; font-weight: 600; margin-bottom: 16px; }
  .bars { display: flex; align-items: flex-end; gap: 12px; height: 100px; }
  .bar { flex: 1; background: #6366f1; border-radius: 4px 4px 0 0; position: relative; }
  .bar-label { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); font-size: 11px; color: #94a3b8; }
&lt;/style&gt;
&lt;h1&gt;Analytics&lt;/h1&gt;
&lt;div class=&quot;metrics&quot;&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Page views&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;48.2k&lt;/div&gt;&lt;/div&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Sessions&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;12.1k&lt;/div&gt;&lt;/div&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Avg. duration&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;3m 24s&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;chart&quot;&gt;
  &lt;div class=&quot;chart-title&quot;&gt;Weekly Traffic&lt;/div&gt;
  &lt;div class=&quot;bars&quot;&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:60%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Mon&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:80%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Tue&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:45%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Wed&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:90%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Thu&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:70%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Fri&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:40%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Sat&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:35%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Sun&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;" data-height="798" data-security-mode="trusted" data-allow-js="true" data-rune="sandbox" data-density="compact">
        <template data-content="fallback">
          <pre data-language="html"><code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 24px; box-sizing: border-box; }
  h1 { font-size: 22px; margin: 0 0 20px; }
  .metrics { display: flex; gap: 16px; margin-bottom: 24px; }
  .metric { flex: 1; background: #fff; border-radius: 10px; padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .metric-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; }
  .metric-val { font-size: 24px; font-weight: 700; margin: 4px 0; }
  .chart { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .chart-title { font-size: 14px; font-weight: 600; margin-bottom: 16px; }
  .bars { display: flex; align-items: flex-end; gap: 12px; height: 100px; }
  .bar { flex: 1; background: #6366f1; border-radius: 4px 4px 0 0; position: relative; }
  .bar-label { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); font-size: 11px; color: #94a3b8; }
&lt;/style&gt;
&lt;h1&gt;Analytics&lt;/h1&gt;
&lt;div class=&quot;metrics&quot;&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Page views&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;48.2k&lt;/div&gt;&lt;/div&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Sessions&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;12.1k&lt;/div&gt;&lt;/div&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Avg. duration&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;3m 24s&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;chart&quot;&gt;
  &lt;div class=&quot;chart-title&quot;&gt;Weekly Traffic&lt;/div&gt;
  &lt;div class=&quot;bars&quot;&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:60%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Mon&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:80%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Tue&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:45%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Wed&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:90%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Thu&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:70%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Fri&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:40%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Sat&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:35%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Sun&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</code></pre>
        </template>
        <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 24px; box-sizing: border-box; }
  h1 { font-size: 22px; margin: 0 0 20px; }
  .metrics { display: flex; gap: 16px; margin-bottom: 24px; }
  .metric { flex: 1; background: #fff; border-radius: 10px; padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .metric-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; }
  .metric-val { font-size: 24px; font-weight: 700; margin: 4px 0; }
  .chart { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
  .chart-title { font-size: 14px; font-weight: 600; margin-bottom: 16px; }
  .bars { display: flex; align-items: flex-end; gap: 12px; height: 100px; }
  .bar { flex: 1; background: #6366f1; border-radius: 4px 4px 0 0; position: relative; }
  .bar-label { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); font-size: 11px; color: #94a3b8; }
&lt;/style&gt;
&lt;h1&gt;Analytics&lt;/h1&gt;
&lt;div class=&quot;metrics&quot;&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Page views&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;48.2k&lt;/div&gt;&lt;/div&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Sessions&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;12.1k&lt;/div&gt;&lt;/div&gt;
  &lt;div class=&quot;metric&quot;&gt;&lt;div class=&quot;metric-label&quot;&gt;Avg. duration&lt;/div&gt;&lt;div class=&quot;metric-val&quot;&gt;3m 24s&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;chart&quot;&gt;
  &lt;div class=&quot;chart-title&quot;&gt;Weekly Traffic&lt;/div&gt;
  &lt;div class=&quot;bars&quot;&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:60%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Mon&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:80%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Tue&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:45%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Wed&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:90%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Thu&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:70%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Fri&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:40%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Sat&lt;/span&gt;&lt;/div&gt;
    &lt;div class=&quot;bar&quot; style=&quot;height:35%&quot;&gt;&lt;span class=&quot;bar-label&quot;&gt;Sun&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</template>
        <meta data-field="design-tokens" content="{&quot;fonts&quot;:[{&quot;role&quot;:&quot;heading&quot;,&quot;family&quot;:&quot;Inter&quot;,&quot;weights&quot;:[400,600,700],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;body&quot;,&quot;family&quot;:&quot;Source Sans Pro&quot;,&quot;weights&quot;:[400,600],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;mono&quot;,&quot;family&quot;:&quot;Fira Code&quot;,&quot;weights&quot;:[400],&quot;category&quot;:&quot;monospace&quot;}],&quot;colors&quot;:[{&quot;name&quot;:&quot;Primary&quot;,&quot;value&quot;:&quot;#2563EB&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Secondary&quot;,&quot;value&quot;:&quot;#7C3AED&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Accent&quot;,&quot;value&quot;:&quot;#F59E0B&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#F9FAFB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#E5E7EB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#9CA3AF&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#374151&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#111827&quot;,&quot;group&quot;:&quot;Neutral&quot;}],&quot;spacing&quot;:{&quot;unit&quot;:&quot;4px&quot;,&quot;scale&quot;:[&quot;4&quot;,&quot;8&quot;,&quot;12&quot;,&quot;16&quot;,&quot;24&quot;,&quot;32&quot;,&quot;48&quot;,&quot;64&quot;]},&quot;radii&quot;:[{&quot;name&quot;:&quot;sm&quot;,&quot;value&quot;:&quot;4px&quot;},{&quot;name&quot;:&quot;md&quot;,&quot;value&quot;:&quot;8px&quot;},{&quot;name&quot;:&quot;lg&quot;,&quot;value&quot;:&quot;12px&quot;},{&quot;name&quot;:&quot;full&quot;,&quot;value&quot;:&quot;9999px&quot;}]}" />
      </rf-sandbox>
    </div>
  </div>
</div>

Dark browser

A dark-themed browser chrome variant.

{% mockup device="browser-dark" url="https://app.example.com" %}
{% sandbox height=798 %}
<style>
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #0f172a; color: #e2e8f0; display: flex; }
  .side { width: 180px; background: #1e293b; padding: 20px 0; border-right: 1px solid #334155; flex-shrink: 0; }
  .side-item { padding: 10px 20px; font-size: 13px; color: #94a3b8; }
  .side-item.active { color: #a5b4fc; background: rgba(99,102,241,.1); }
  .content { flex: 1; padding: 24px; }
  .content h1 { font-size: 20px; margin: 0 0 16px; color: #f1f5f9; }
  .table { width: 100%; border-collapse: collapse; font-size: 13px; }
  .table th { text-align: left; padding: 10px 12px; color: #94a3b8; border-bottom: 1px solid #334155; font-weight: 500; }
  .table td { padding: 10px 12px; border-bottom: 1px solid #1e293b; }
  .status { display: inline-block; padding: 2px 8px; border-radius: 9999px; font-size: 11px; font-weight: 600; }
  .status.on { background: rgba(34,197,94,.15); color: #4ade80; }
  .status.off { background: rgba(239,68,68,.15); color: #f87171; }
</style>
<div class="side">
  <div class="side-item active">Deployments</div>
  <div class="side-item">Domains</div>
  <div class="side-item">Storage</div>
  <div class="side-item">Logs</div>
</div>
<div class="content">
  <h1>Deployments</h1>
  <table class="table">
    <tr><th>Service</th><th>Status</th><th>Region</th></tr>
    <tr><td>api-prod</td><td><span class="status on">Live</span></td><td>us-east-1</td></tr>
    <tr><td>web-app</td><td><span class="status on">Live</span></td><td>eu-west-1</td></tr>
    <tr><td>worker-queue</td><td><span class="status off">Stopped</span></td><td>us-east-1</td></tr>
  </table>
</div>
{% /sandbox %}
{% /mockup %}
<div data-rune="mockup" data-rune-fields="{&quot;device&quot;:&quot;browser-dark&quot;,&quot;color&quot;:&quot;dark&quot;,&quot;fit&quot;:&quot;auto&quot;}">
  <div data-name="frame">
    <div data-name="title-bar">
      <div data-name="traffic-lights">
        <span data-name="traffic-light" data-light="close"></span>
        <span data-name="traffic-light" data-light="minimize"></span>
        <span data-name="traffic-light" data-light="maximize"></span>
      </div>
      <div data-name="address-bar">
        <span data-name="url">https://app.example.com</span>
      </div>
    </div>
    <div data-name="viewport">
      <rf-sandbox data-rune="sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #0f172a; color: #e2e8f0; display: flex; }
  .side { width: 180px; background: #1e293b; padding: 20px 0; border-right: 1px solid #334155; flex-shrink: 0; }
  .side-item { padding: 10px 20px; font-size: 13px; color: #94a3b8; }
  .side-item.active { color: #a5b4fc; background: rgba(99,102,241,.1); }
  .content { flex: 1; padding: 24px; }
  .content h1 { font-size: 20px; margin: 0 0 16px; color: #f1f5f9; }
  .table { width: 100%; border-collapse: collapse; font-size: 13px; }
  .table th { text-align: left; padding: 10px 12px; color: #94a3b8; border-bottom: 1px solid #334155; font-weight: 500; }
  .table td { padding: 10px 12px; border-bottom: 1px solid #1e293b; }
  .status { display: inline-block; padding: 2px 8px; border-radius: 9999px; font-size: 11px; font-weight: 600; }
  .status.on { background: rgba(34,197,94,.15); color: #4ade80; }
  .status.off { background: rgba(239,68,68,.15); color: #f87171; }
&lt;/style&gt;
&lt;div class=&quot;side&quot;&gt;
  &lt;div class=&quot;side-item active&quot;&gt;Deployments&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Domains&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Storage&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Logs&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;content&quot;&gt;
  &lt;h1&gt;Deployments&lt;/h1&gt;
  &lt;table class=&quot;table&quot;&gt;
    &lt;tr&gt;&lt;th&gt;Service&lt;/th&gt;&lt;th&gt;Status&lt;/th&gt;&lt;th&gt;Region&lt;/th&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;api-prod&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status on&quot;&gt;Live&lt;/span&gt;&lt;/td&gt;&lt;td&gt;us-east-1&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;web-app&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status on&quot;&gt;Live&lt;/span&gt;&lt;/td&gt;&lt;td&gt;eu-west-1&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;worker-queue&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status off&quot;&gt;Stopped&lt;/span&gt;&lt;/td&gt;&lt;td&gt;us-east-1&lt;/td&gt;&lt;/tr&gt;
  &lt;/table&gt;
&lt;/div&gt;" data-height="798" data-security-mode="trusted" data-allow-js="true">
        <template data-content="fallback">
          <pre data-language="html">
            <code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #0f172a; color: #e2e8f0; display: flex; }
  .side { width: 180px; background: #1e293b; padding: 20px 0; border-right: 1px solid #334155; flex-shrink: 0; }
  .side-item { padding: 10px 20px; font-size: 13px; color: #94a3b8; }
  .side-item.active { color: #a5b4fc; background: rgba(99,102,241,.1); }
  .content { flex: 1; padding: 24px; }
  .content h1 { font-size: 20px; margin: 0 0 16px; color: #f1f5f9; }
  .table { width: 100%; border-collapse: collapse; font-size: 13px; }
  .table th { text-align: left; padding: 10px 12px; color: #94a3b8; border-bottom: 1px solid #334155; font-weight: 500; }
  .table td { padding: 10px 12px; border-bottom: 1px solid #1e293b; }
  .status { display: inline-block; padding: 2px 8px; border-radius: 9999px; font-size: 11px; font-weight: 600; }
  .status.on { background: rgba(34,197,94,.15); color: #4ade80; }
  .status.off { background: rgba(239,68,68,.15); color: #f87171; }
&lt;/style&gt;
&lt;div class=&quot;side&quot;&gt;
  &lt;div class=&quot;side-item active&quot;&gt;Deployments&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Domains&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Storage&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Logs&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;content&quot;&gt;
  &lt;h1&gt;Deployments&lt;/h1&gt;
  &lt;table class=&quot;table&quot;&gt;
    &lt;tr&gt;&lt;th&gt;Service&lt;/th&gt;&lt;th&gt;Status&lt;/th&gt;&lt;th&gt;Region&lt;/th&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;api-prod&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status on&quot;&gt;Live&lt;/span&gt;&lt;/td&gt;&lt;td&gt;us-east-1&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;web-app&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status on&quot;&gt;Live&lt;/span&gt;&lt;/td&gt;&lt;td&gt;eu-west-1&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;worker-queue&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status off&quot;&gt;Stopped&lt;/span&gt;&lt;/td&gt;&lt;td&gt;us-east-1&lt;/td&gt;&lt;/tr&gt;
  &lt;/table&gt;
&lt;/div&gt;</code>
          </pre>
        </template>
        <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #0f172a; color: #e2e8f0; display: flex; }
  .side { width: 180px; background: #1e293b; padding: 20px 0; border-right: 1px solid #334155; flex-shrink: 0; }
  .side-item { padding: 10px 20px; font-size: 13px; color: #94a3b8; }
  .side-item.active { color: #a5b4fc; background: rgba(99,102,241,.1); }
  .content { flex: 1; padding: 24px; }
  .content h1 { font-size: 20px; margin: 0 0 16px; color: #f1f5f9; }
  .table { width: 100%; border-collapse: collapse; font-size: 13px; }
  .table th { text-align: left; padding: 10px 12px; color: #94a3b8; border-bottom: 1px solid #334155; font-weight: 500; }
  .table td { padding: 10px 12px; border-bottom: 1px solid #1e293b; }
  .status { display: inline-block; padding: 2px 8px; border-radius: 9999px; font-size: 11px; font-weight: 600; }
  .status.on { background: rgba(34,197,94,.15); color: #4ade80; }
  .status.off { background: rgba(239,68,68,.15); color: #f87171; }
&lt;/style&gt;
&lt;div class=&quot;side&quot;&gt;
  &lt;div class=&quot;side-item active&quot;&gt;Deployments&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Domains&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Storage&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Logs&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;content&quot;&gt;
  &lt;h1&gt;Deployments&lt;/h1&gt;
  &lt;table class=&quot;table&quot;&gt;
    &lt;tr&gt;&lt;th&gt;Service&lt;/th&gt;&lt;th&gt;Status&lt;/th&gt;&lt;th&gt;Region&lt;/th&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;api-prod&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status on&quot;&gt;Live&lt;/span&gt;&lt;/td&gt;&lt;td&gt;us-east-1&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;web-app&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status on&quot;&gt;Live&lt;/span&gt;&lt;/td&gt;&lt;td&gt;eu-west-1&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;worker-queue&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status off&quot;&gt;Stopped&lt;/span&gt;&lt;/td&gt;&lt;td&gt;us-east-1&lt;/td&gt;&lt;/tr&gt;
  &lt;/table&gt;
&lt;/div&gt;</template>
      </rf-sandbox>
    </div>
  </div>
</div>
https://app.example.com
<div class="rf-mockup rf-mockup--browser-dark rf-mockup--dark" data-device="browser-dark" data-color="dark" data-fit="auto" data-elevation="flush" data-rune="mockup" data-density="compact">
  <div data-name="frame" class="rf-mockup__frame">
    <div data-name="title-bar" class="rf-mockup__title-bar">
      <div data-name="traffic-lights" class="rf-mockup__traffic-lights">
        <span data-name="traffic-light" data-light="close" class="rf-mockup__traffic-light"></span>
        <span data-name="traffic-light" data-light="minimize" class="rf-mockup__traffic-light"></span>
        <span data-name="traffic-light" data-light="maximize" class="rf-mockup__traffic-light"></span>
      </div>
      <div data-name="address-bar" class="rf-mockup__address-bar">
        <span data-name="url" class="rf-mockup__url">https://app.example.com</span>
      </div>
    </div>
    <div data-name="viewport" class="rf-mockup__viewport" data-media="hero">
      <rf-sandbox class="rf-sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #0f172a; color: #e2e8f0; display: flex; }
  .side { width: 180px; background: #1e293b; padding: 20px 0; border-right: 1px solid #334155; flex-shrink: 0; }
  .side-item { padding: 10px 20px; font-size: 13px; color: #94a3b8; }
  .side-item.active { color: #a5b4fc; background: rgba(99,102,241,.1); }
  .content { flex: 1; padding: 24px; }
  .content h1 { font-size: 20px; margin: 0 0 16px; color: #f1f5f9; }
  .table { width: 100%; border-collapse: collapse; font-size: 13px; }
  .table th { text-align: left; padding: 10px 12px; color: #94a3b8; border-bottom: 1px solid #334155; font-weight: 500; }
  .table td { padding: 10px 12px; border-bottom: 1px solid #1e293b; }
  .status { display: inline-block; padding: 2px 8px; border-radius: 9999px; font-size: 11px; font-weight: 600; }
  .status.on { background: rgba(34,197,94,.15); color: #4ade80; }
  .status.off { background: rgba(239,68,68,.15); color: #f87171; }
&lt;/style&gt;
&lt;div class=&quot;side&quot;&gt;
  &lt;div class=&quot;side-item active&quot;&gt;Deployments&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Domains&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Storage&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Logs&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;content&quot;&gt;
  &lt;h1&gt;Deployments&lt;/h1&gt;
  &lt;table class=&quot;table&quot;&gt;
    &lt;tr&gt;&lt;th&gt;Service&lt;/th&gt;&lt;th&gt;Status&lt;/th&gt;&lt;th&gt;Region&lt;/th&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;api-prod&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status on&quot;&gt;Live&lt;/span&gt;&lt;/td&gt;&lt;td&gt;us-east-1&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;web-app&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status on&quot;&gt;Live&lt;/span&gt;&lt;/td&gt;&lt;td&gt;eu-west-1&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;worker-queue&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status off&quot;&gt;Stopped&lt;/span&gt;&lt;/td&gt;&lt;td&gt;us-east-1&lt;/td&gt;&lt;/tr&gt;
  &lt;/table&gt;
&lt;/div&gt;" data-height="798" data-security-mode="trusted" data-allow-js="true" data-rune="sandbox" data-density="compact">
        <template data-content="fallback">
          <pre data-language="html"><code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #0f172a; color: #e2e8f0; display: flex; }
  .side { width: 180px; background: #1e293b; padding: 20px 0; border-right: 1px solid #334155; flex-shrink: 0; }
  .side-item { padding: 10px 20px; font-size: 13px; color: #94a3b8; }
  .side-item.active { color: #a5b4fc; background: rgba(99,102,241,.1); }
  .content { flex: 1; padding: 24px; }
  .content h1 { font-size: 20px; margin: 0 0 16px; color: #f1f5f9; }
  .table { width: 100%; border-collapse: collapse; font-size: 13px; }
  .table th { text-align: left; padding: 10px 12px; color: #94a3b8; border-bottom: 1px solid #334155; font-weight: 500; }
  .table td { padding: 10px 12px; border-bottom: 1px solid #1e293b; }
  .status { display: inline-block; padding: 2px 8px; border-radius: 9999px; font-size: 11px; font-weight: 600; }
  .status.on { background: rgba(34,197,94,.15); color: #4ade80; }
  .status.off { background: rgba(239,68,68,.15); color: #f87171; }
&lt;/style&gt;
&lt;div class=&quot;side&quot;&gt;
  &lt;div class=&quot;side-item active&quot;&gt;Deployments&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Domains&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Storage&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Logs&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;content&quot;&gt;
  &lt;h1&gt;Deployments&lt;/h1&gt;
  &lt;table class=&quot;table&quot;&gt;
    &lt;tr&gt;&lt;th&gt;Service&lt;/th&gt;&lt;th&gt;Status&lt;/th&gt;&lt;th&gt;Region&lt;/th&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;api-prod&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status on&quot;&gt;Live&lt;/span&gt;&lt;/td&gt;&lt;td&gt;us-east-1&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;web-app&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status on&quot;&gt;Live&lt;/span&gt;&lt;/td&gt;&lt;td&gt;eu-west-1&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;worker-queue&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status off&quot;&gt;Stopped&lt;/span&gt;&lt;/td&gt;&lt;td&gt;us-east-1&lt;/td&gt;&lt;/tr&gt;
  &lt;/table&gt;
&lt;/div&gt;</code></pre>
        </template>
        <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #0f172a; color: #e2e8f0; display: flex; }
  .side { width: 180px; background: #1e293b; padding: 20px 0; border-right: 1px solid #334155; flex-shrink: 0; }
  .side-item { padding: 10px 20px; font-size: 13px; color: #94a3b8; }
  .side-item.active { color: #a5b4fc; background: rgba(99,102,241,.1); }
  .content { flex: 1; padding: 24px; }
  .content h1 { font-size: 20px; margin: 0 0 16px; color: #f1f5f9; }
  .table { width: 100%; border-collapse: collapse; font-size: 13px; }
  .table th { text-align: left; padding: 10px 12px; color: #94a3b8; border-bottom: 1px solid #334155; font-weight: 500; }
  .table td { padding: 10px 12px; border-bottom: 1px solid #1e293b; }
  .status { display: inline-block; padding: 2px 8px; border-radius: 9999px; font-size: 11px; font-weight: 600; }
  .status.on { background: rgba(34,197,94,.15); color: #4ade80; }
  .status.off { background: rgba(239,68,68,.15); color: #f87171; }
&lt;/style&gt;
&lt;div class=&quot;side&quot;&gt;
  &lt;div class=&quot;side-item active&quot;&gt;Deployments&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Domains&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Storage&lt;/div&gt;
  &lt;div class=&quot;side-item&quot;&gt;Logs&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;content&quot;&gt;
  &lt;h1&gt;Deployments&lt;/h1&gt;
  &lt;table class=&quot;table&quot;&gt;
    &lt;tr&gt;&lt;th&gt;Service&lt;/th&gt;&lt;th&gt;Status&lt;/th&gt;&lt;th&gt;Region&lt;/th&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;api-prod&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status on&quot;&gt;Live&lt;/span&gt;&lt;/td&gt;&lt;td&gt;us-east-1&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;web-app&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status on&quot;&gt;Live&lt;/span&gt;&lt;/td&gt;&lt;td&gt;eu-west-1&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;worker-queue&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;status off&quot;&gt;Stopped&lt;/span&gt;&lt;/td&gt;&lt;td&gt;us-east-1&lt;/td&gt;&lt;/tr&gt;
  &lt;/table&gt;
&lt;/div&gt;</template>
        <meta data-field="design-tokens" content="{&quot;fonts&quot;:[{&quot;role&quot;:&quot;heading&quot;,&quot;family&quot;:&quot;Inter&quot;,&quot;weights&quot;:[400,600,700],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;body&quot;,&quot;family&quot;:&quot;Source Sans Pro&quot;,&quot;weights&quot;:[400,600],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;mono&quot;,&quot;family&quot;:&quot;Fira Code&quot;,&quot;weights&quot;:[400],&quot;category&quot;:&quot;monospace&quot;}],&quot;colors&quot;:[{&quot;name&quot;:&quot;Primary&quot;,&quot;value&quot;:&quot;#2563EB&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Secondary&quot;,&quot;value&quot;:&quot;#7C3AED&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Accent&quot;,&quot;value&quot;:&quot;#F59E0B&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#F9FAFB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#E5E7EB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#9CA3AF&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#374151&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#111827&quot;,&quot;group&quot;:&quot;Neutral&quot;}],&quot;spacing&quot;:{&quot;unit&quot;:&quot;4px&quot;,&quot;scale&quot;:[&quot;4&quot;,&quot;8&quot;,&quot;12&quot;,&quot;16&quot;,&quot;24&quot;,&quot;32&quot;,&quot;48&quot;,&quot;64&quot;]},&quot;radii&quot;:[{&quot;name&quot;:&quot;sm&quot;,&quot;value&quot;:&quot;4px&quot;},{&quot;name&quot;:&quot;md&quot;,&quot;value&quot;:&quot;8px&quot;},{&quot;name&quot;:&quot;lg&quot;,&quot;value&quot;:&quot;12px&quot;},{&quot;name&quot;:&quot;full&quot;,&quot;value&quot;:&quot;9999px&quot;}]}" />
      </rf-sandbox>
    </div>
  </div>
</div>

MacBook

Full laptop frame with keyboard and trackpad.

{% mockup device="macbook" %}
{% sandbox height=900 %}
<style>
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #fff; color: #1e293b; display: flex; flex-direction: column; }
  .toolbar { display: flex; align-items: center; gap: 12px; padding: 8px 16px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 13px; }
  .toolbar-btn { padding: 4px 10px; background: #e2e8f0; border-radius: 4px; font-size: 12px; color: #475569; }
  .workspace { display: flex; flex: 1; }
  .panel { width: 180px; background: #f8fafc; border-right: 1px solid #e2e8f0; padding: 12px; font-size: 13px; overflow: hidden; flex-shrink: 0; }
  .panel-title { font-size: 11px; text-transform: uppercase; color: #94a3b8; letter-spacing: .5px; margin-bottom: 8px; font-weight: 600; }
  .file { padding: 4px 8px; border-radius: 4px; color: #475569; }
  .file.active { background: #6366f1; color: #fff; }
  .editor { flex: 1; padding: 16px; font-family: 'SF Mono', 'Fira Code', monospace; font-size: 13px; background: #fafafa; line-height: 1.7; overflow: hidden; }
  .ln { color: #cbd5e1; margin-right: 16px; user-select: none; }
  .kw { color: #8b5cf6; }
  .fn { color: #2563eb; }
  .str { color: #16a34a; }
  .cm { color: #94a3b8; }
</style>
<div class="toolbar">
  <span class="toolbar-btn">File</span>
  <span class="toolbar-btn">Edit</span>
  <span class="toolbar-btn">View</span>
  <span style="flex:1"></span>
  <span style="color:#94a3b8; font-size:12px;">main.ts — project</span>
</div>
<div class="workspace">
  <div class="panel">
    <div class="panel-title">Explorer</div>
    <div class="file">src/</div>
    <div class="file active">&nbsp;&nbsp;main.ts</div>
    <div class="file">&nbsp;&nbsp;utils.ts</div>
    <div class="file">&nbsp;&nbsp;types.ts</div>
    <div class="file">package.json</div>
  </div>
  <div class="editor">
    <div><span class="ln">1</span><span class="kw">import</span> { <span class="fn">createApp</span> } <span class="kw">from</span> <span class="str">'./app'</span>;</div>
    <div><span class="ln">2</span></div>
    <div><span class="ln">3</span><span class="cm">// Initialize the application</span></div>
    <div><span class="ln">4</span><span class="kw">const</span> app = <span class="fn">createApp</span>({</div>
    <div><span class="ln">5</span>&nbsp;&nbsp;port: <span class="str">3000</span>,</div>
    <div><span class="ln">6</span>&nbsp;&nbsp;env: <span class="str">'production'</span>,</div>
    <div><span class="ln">7</span>});</div>
    <div><span class="ln">8</span></div>
    <div><span class="ln">9</span>app.<span class="fn">listen</span>();</div>
  </div>
</div>
{% /sandbox %}
{% /mockup %}
<div data-rune="mockup" data-rune-fields="{&quot;device&quot;:&quot;macbook&quot;,&quot;color&quot;:&quot;dark&quot;,&quot;fit&quot;:&quot;auto&quot;}">
  <div data-name="frame">
    <div data-name="title-bar">
      <div data-name="traffic-lights">
        <span data-name="traffic-light" data-light="close"></span>
        <span data-name="traffic-light" data-light="minimize"></span>
        <span data-name="traffic-light" data-light="maximize"></span>
      </div>
    </div>
    <div data-name="viewport">
      <rf-sandbox data-rune="sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #fff; color: #1e293b; display: flex; flex-direction: column; }
  .toolbar { display: flex; align-items: center; gap: 12px; padding: 8px 16px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 13px; }
  .toolbar-btn { padding: 4px 10px; background: #e2e8f0; border-radius: 4px; font-size: 12px; color: #475569; }
  .workspace { display: flex; flex: 1; }
  .panel { width: 180px; background: #f8fafc; border-right: 1px solid #e2e8f0; padding: 12px; font-size: 13px; overflow: hidden; flex-shrink: 0; }
  .panel-title { font-size: 11px; text-transform: uppercase; color: #94a3b8; letter-spacing: .5px; margin-bottom: 8px; font-weight: 600; }
  .file { padding: 4px 8px; border-radius: 4px; color: #475569; }
  .file.active { background: #6366f1; color: #fff; }
  .editor { flex: 1; padding: 16px; font-family: 'SF Mono', 'Fira Code', monospace; font-size: 13px; background: #fafafa; line-height: 1.7; overflow: hidden; }
  .ln { color: #cbd5e1; margin-right: 16px; user-select: none; }
  .kw { color: #8b5cf6; }
  .fn { color: #2563eb; }
  .str { color: #16a34a; }
  .cm { color: #94a3b8; }
&lt;/style&gt;
&lt;div class=&quot;toolbar&quot;&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;File&lt;/span&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;Edit&lt;/span&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;View&lt;/span&gt;
  &lt;span style=&quot;flex:1&quot;&gt;&lt;/span&gt;
  &lt;span style=&quot;color:#94a3b8; font-size:12px;&quot;&gt;main.ts — project&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;workspace&quot;&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;div class=&quot;panel-title&quot;&gt;Explorer&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;src/&lt;/div&gt;
    &lt;div class=&quot;file active&quot;&gt;&amp;nbsp;&amp;nbsp;main.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;&amp;nbsp;&amp;nbsp;utils.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;&amp;nbsp;&amp;nbsp;types.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;package.json&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;editor&quot;&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;kw&quot;&gt;import&lt;/span&gt; { &lt;span class=&quot;fn&quot;&gt;createApp&lt;/span&gt; } &lt;span class=&quot;kw&quot;&gt;from&lt;/span&gt; &lt;span class=&quot;str&quot;&gt;'./app'&lt;/span&gt;;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;2&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;cm&quot;&gt;// Initialize the application&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;4&lt;/span&gt;&lt;span class=&quot;kw&quot;&gt;const&lt;/span&gt; app = &lt;span class=&quot;fn&quot;&gt;createApp&lt;/span&gt;({&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;5&lt;/span&gt;&amp;nbsp;&amp;nbsp;port: &lt;span class=&quot;str&quot;&gt;3000&lt;/span&gt;,&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;6&lt;/span&gt;&amp;nbsp;&amp;nbsp;env: &lt;span class=&quot;str&quot;&gt;'production'&lt;/span&gt;,&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;7&lt;/span&gt;});&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;8&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;9&lt;/span&gt;app.&lt;span class=&quot;fn&quot;&gt;listen&lt;/span&gt;();&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;" data-height="900" data-security-mode="trusted" data-allow-js="true">
        <template data-content="fallback">
          <pre data-language="html">
            <code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #fff; color: #1e293b; display: flex; flex-direction: column; }
  .toolbar { display: flex; align-items: center; gap: 12px; padding: 8px 16px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 13px; }
  .toolbar-btn { padding: 4px 10px; background: #e2e8f0; border-radius: 4px; font-size: 12px; color: #475569; }
  .workspace { display: flex; flex: 1; }
  .panel { width: 180px; background: #f8fafc; border-right: 1px solid #e2e8f0; padding: 12px; font-size: 13px; overflow: hidden; flex-shrink: 0; }
  .panel-title { font-size: 11px; text-transform: uppercase; color: #94a3b8; letter-spacing: .5px; margin-bottom: 8px; font-weight: 600; }
  .file { padding: 4px 8px; border-radius: 4px; color: #475569; }
  .file.active { background: #6366f1; color: #fff; }
  .editor { flex: 1; padding: 16px; font-family: 'SF Mono', 'Fira Code', monospace; font-size: 13px; background: #fafafa; line-height: 1.7; overflow: hidden; }
  .ln { color: #cbd5e1; margin-right: 16px; user-select: none; }
  .kw { color: #8b5cf6; }
  .fn { color: #2563eb; }
  .str { color: #16a34a; }
  .cm { color: #94a3b8; }
&lt;/style&gt;
&lt;div class=&quot;toolbar&quot;&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;File&lt;/span&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;Edit&lt;/span&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;View&lt;/span&gt;
  &lt;span style=&quot;flex:1&quot;&gt;&lt;/span&gt;
  &lt;span style=&quot;color:#94a3b8; font-size:12px;&quot;&gt;main.ts — project&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;workspace&quot;&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;div class=&quot;panel-title&quot;&gt;Explorer&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;src/&lt;/div&gt;
    &lt;div class=&quot;file active&quot;&gt;&amp;nbsp;&amp;nbsp;main.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;&amp;nbsp;&amp;nbsp;utils.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;&amp;nbsp;&amp;nbsp;types.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;package.json&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;editor&quot;&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;kw&quot;&gt;import&lt;/span&gt; { &lt;span class=&quot;fn&quot;&gt;createApp&lt;/span&gt; } &lt;span class=&quot;kw&quot;&gt;from&lt;/span&gt; &lt;span class=&quot;str&quot;&gt;'./app'&lt;/span&gt;;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;2&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;cm&quot;&gt;// Initialize the application&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;4&lt;/span&gt;&lt;span class=&quot;kw&quot;&gt;const&lt;/span&gt; app = &lt;span class=&quot;fn&quot;&gt;createApp&lt;/span&gt;({&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;5&lt;/span&gt;&amp;nbsp;&amp;nbsp;port: &lt;span class=&quot;str&quot;&gt;3000&lt;/span&gt;,&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;6&lt;/span&gt;&amp;nbsp;&amp;nbsp;env: &lt;span class=&quot;str&quot;&gt;'production'&lt;/span&gt;,&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;7&lt;/span&gt;});&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;8&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;9&lt;/span&gt;app.&lt;span class=&quot;fn&quot;&gt;listen&lt;/span&gt;();&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</code>
          </pre>
        </template>
        <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #fff; color: #1e293b; display: flex; flex-direction: column; }
  .toolbar { display: flex; align-items: center; gap: 12px; padding: 8px 16px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 13px; }
  .toolbar-btn { padding: 4px 10px; background: #e2e8f0; border-radius: 4px; font-size: 12px; color: #475569; }
  .workspace { display: flex; flex: 1; }
  .panel { width: 180px; background: #f8fafc; border-right: 1px solid #e2e8f0; padding: 12px; font-size: 13px; overflow: hidden; flex-shrink: 0; }
  .panel-title { font-size: 11px; text-transform: uppercase; color: #94a3b8; letter-spacing: .5px; margin-bottom: 8px; font-weight: 600; }
  .file { padding: 4px 8px; border-radius: 4px; color: #475569; }
  .file.active { background: #6366f1; color: #fff; }
  .editor { flex: 1; padding: 16px; font-family: 'SF Mono', 'Fira Code', monospace; font-size: 13px; background: #fafafa; line-height: 1.7; overflow: hidden; }
  .ln { color: #cbd5e1; margin-right: 16px; user-select: none; }
  .kw { color: #8b5cf6; }
  .fn { color: #2563eb; }
  .str { color: #16a34a; }
  .cm { color: #94a3b8; }
&lt;/style&gt;
&lt;div class=&quot;toolbar&quot;&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;File&lt;/span&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;Edit&lt;/span&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;View&lt;/span&gt;
  &lt;span style=&quot;flex:1&quot;&gt;&lt;/span&gt;
  &lt;span style=&quot;color:#94a3b8; font-size:12px;&quot;&gt;main.ts — project&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;workspace&quot;&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;div class=&quot;panel-title&quot;&gt;Explorer&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;src/&lt;/div&gt;
    &lt;div class=&quot;file active&quot;&gt;&amp;nbsp;&amp;nbsp;main.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;&amp;nbsp;&amp;nbsp;utils.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;&amp;nbsp;&amp;nbsp;types.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;package.json&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;editor&quot;&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;kw&quot;&gt;import&lt;/span&gt; { &lt;span class=&quot;fn&quot;&gt;createApp&lt;/span&gt; } &lt;span class=&quot;kw&quot;&gt;from&lt;/span&gt; &lt;span class=&quot;str&quot;&gt;'./app'&lt;/span&gt;;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;2&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;cm&quot;&gt;// Initialize the application&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;4&lt;/span&gt;&lt;span class=&quot;kw&quot;&gt;const&lt;/span&gt; app = &lt;span class=&quot;fn&quot;&gt;createApp&lt;/span&gt;({&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;5&lt;/span&gt;&amp;nbsp;&amp;nbsp;port: &lt;span class=&quot;str&quot;&gt;3000&lt;/span&gt;,&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;6&lt;/span&gt;&amp;nbsp;&amp;nbsp;env: &lt;span class=&quot;str&quot;&gt;'production'&lt;/span&gt;,&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;7&lt;/span&gt;});&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;8&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;9&lt;/span&gt;app.&lt;span class=&quot;fn&quot;&gt;listen&lt;/span&gt;();&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</template>
      </rf-sandbox>
    </div>
    <div data-name="keyboard">
      <div data-name="trackpad"></div>
    </div>
  </div>
</div>
<div class="rf-mockup rf-mockup--macbook rf-mockup--dark" data-device="macbook" data-color="dark" data-fit="auto" data-elevation="flush" data-rune="mockup" data-density="compact">
  <div data-name="frame" class="rf-mockup__frame">
    <div data-name="title-bar" class="rf-mockup__title-bar">
      <div data-name="traffic-lights" class="rf-mockup__traffic-lights">
        <span data-name="traffic-light" data-light="close" class="rf-mockup__traffic-light"></span>
        <span data-name="traffic-light" data-light="minimize" class="rf-mockup__traffic-light"></span>
        <span data-name="traffic-light" data-light="maximize" class="rf-mockup__traffic-light"></span>
      </div>
    </div>
    <div data-name="viewport" class="rf-mockup__viewport" data-media="hero">
      <rf-sandbox class="rf-sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #fff; color: #1e293b; display: flex; flex-direction: column; }
  .toolbar { display: flex; align-items: center; gap: 12px; padding: 8px 16px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 13px; }
  .toolbar-btn { padding: 4px 10px; background: #e2e8f0; border-radius: 4px; font-size: 12px; color: #475569; }
  .workspace { display: flex; flex: 1; }
  .panel { width: 180px; background: #f8fafc; border-right: 1px solid #e2e8f0; padding: 12px; font-size: 13px; overflow: hidden; flex-shrink: 0; }
  .panel-title { font-size: 11px; text-transform: uppercase; color: #94a3b8; letter-spacing: .5px; margin-bottom: 8px; font-weight: 600; }
  .file { padding: 4px 8px; border-radius: 4px; color: #475569; }
  .file.active { background: #6366f1; color: #fff; }
  .editor { flex: 1; padding: 16px; font-family: 'SF Mono', 'Fira Code', monospace; font-size: 13px; background: #fafafa; line-height: 1.7; overflow: hidden; }
  .ln { color: #cbd5e1; margin-right: 16px; user-select: none; }
  .kw { color: #8b5cf6; }
  .fn { color: #2563eb; }
  .str { color: #16a34a; }
  .cm { color: #94a3b8; }
&lt;/style&gt;
&lt;div class=&quot;toolbar&quot;&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;File&lt;/span&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;Edit&lt;/span&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;View&lt;/span&gt;
  &lt;span style=&quot;flex:1&quot;&gt;&lt;/span&gt;
  &lt;span style=&quot;color:#94a3b8; font-size:12px;&quot;&gt;main.ts — project&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;workspace&quot;&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;div class=&quot;panel-title&quot;&gt;Explorer&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;src/&lt;/div&gt;
    &lt;div class=&quot;file active&quot;&gt;&amp;nbsp;&amp;nbsp;main.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;&amp;nbsp;&amp;nbsp;utils.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;&amp;nbsp;&amp;nbsp;types.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;package.json&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;editor&quot;&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;kw&quot;&gt;import&lt;/span&gt; { &lt;span class=&quot;fn&quot;&gt;createApp&lt;/span&gt; } &lt;span class=&quot;kw&quot;&gt;from&lt;/span&gt; &lt;span class=&quot;str&quot;&gt;'./app'&lt;/span&gt;;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;2&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;cm&quot;&gt;// Initialize the application&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;4&lt;/span&gt;&lt;span class=&quot;kw&quot;&gt;const&lt;/span&gt; app = &lt;span class=&quot;fn&quot;&gt;createApp&lt;/span&gt;({&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;5&lt;/span&gt;&amp;nbsp;&amp;nbsp;port: &lt;span class=&quot;str&quot;&gt;3000&lt;/span&gt;,&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;6&lt;/span&gt;&amp;nbsp;&amp;nbsp;env: &lt;span class=&quot;str&quot;&gt;'production'&lt;/span&gt;,&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;7&lt;/span&gt;});&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;8&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;9&lt;/span&gt;app.&lt;span class=&quot;fn&quot;&gt;listen&lt;/span&gt;();&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;" data-height="900" data-security-mode="trusted" data-allow-js="true" data-rune="sandbox" data-density="compact">
        <template data-content="fallback">
          <pre data-language="html"><code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #fff; color: #1e293b; display: flex; flex-direction: column; }
  .toolbar { display: flex; align-items: center; gap: 12px; padding: 8px 16px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 13px; }
  .toolbar-btn { padding: 4px 10px; background: #e2e8f0; border-radius: 4px; font-size: 12px; color: #475569; }
  .workspace { display: flex; flex: 1; }
  .panel { width: 180px; background: #f8fafc; border-right: 1px solid #e2e8f0; padding: 12px; font-size: 13px; overflow: hidden; flex-shrink: 0; }
  .panel-title { font-size: 11px; text-transform: uppercase; color: #94a3b8; letter-spacing: .5px; margin-bottom: 8px; font-weight: 600; }
  .file { padding: 4px 8px; border-radius: 4px; color: #475569; }
  .file.active { background: #6366f1; color: #fff; }
  .editor { flex: 1; padding: 16px; font-family: 'SF Mono', 'Fira Code', monospace; font-size: 13px; background: #fafafa; line-height: 1.7; overflow: hidden; }
  .ln { color: #cbd5e1; margin-right: 16px; user-select: none; }
  .kw { color: #8b5cf6; }
  .fn { color: #2563eb; }
  .str { color: #16a34a; }
  .cm { color: #94a3b8; }
&lt;/style&gt;
&lt;div class=&quot;toolbar&quot;&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;File&lt;/span&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;Edit&lt;/span&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;View&lt;/span&gt;
  &lt;span style=&quot;flex:1&quot;&gt;&lt;/span&gt;
  &lt;span style=&quot;color:#94a3b8; font-size:12px;&quot;&gt;main.ts — project&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;workspace&quot;&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;div class=&quot;panel-title&quot;&gt;Explorer&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;src/&lt;/div&gt;
    &lt;div class=&quot;file active&quot;&gt;&amp;nbsp;&amp;nbsp;main.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;&amp;nbsp;&amp;nbsp;utils.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;&amp;nbsp;&amp;nbsp;types.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;package.json&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;editor&quot;&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;kw&quot;&gt;import&lt;/span&gt; { &lt;span class=&quot;fn&quot;&gt;createApp&lt;/span&gt; } &lt;span class=&quot;kw&quot;&gt;from&lt;/span&gt; &lt;span class=&quot;str&quot;&gt;'./app'&lt;/span&gt;;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;2&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;cm&quot;&gt;// Initialize the application&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;4&lt;/span&gt;&lt;span class=&quot;kw&quot;&gt;const&lt;/span&gt; app = &lt;span class=&quot;fn&quot;&gt;createApp&lt;/span&gt;({&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;5&lt;/span&gt;&amp;nbsp;&amp;nbsp;port: &lt;span class=&quot;str&quot;&gt;3000&lt;/span&gt;,&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;6&lt;/span&gt;&amp;nbsp;&amp;nbsp;env: &lt;span class=&quot;str&quot;&gt;'production'&lt;/span&gt;,&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;7&lt;/span&gt;});&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;8&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;9&lt;/span&gt;app.&lt;span class=&quot;fn&quot;&gt;listen&lt;/span&gt;();&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</code></pre>
        </template>
        <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #fff; color: #1e293b; display: flex; flex-direction: column; }
  .toolbar { display: flex; align-items: center; gap: 12px; padding: 8px 16px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 13px; }
  .toolbar-btn { padding: 4px 10px; background: #e2e8f0; border-radius: 4px; font-size: 12px; color: #475569; }
  .workspace { display: flex; flex: 1; }
  .panel { width: 180px; background: #f8fafc; border-right: 1px solid #e2e8f0; padding: 12px; font-size: 13px; overflow: hidden; flex-shrink: 0; }
  .panel-title { font-size: 11px; text-transform: uppercase; color: #94a3b8; letter-spacing: .5px; margin-bottom: 8px; font-weight: 600; }
  .file { padding: 4px 8px; border-radius: 4px; color: #475569; }
  .file.active { background: #6366f1; color: #fff; }
  .editor { flex: 1; padding: 16px; font-family: 'SF Mono', 'Fira Code', monospace; font-size: 13px; background: #fafafa; line-height: 1.7; overflow: hidden; }
  .ln { color: #cbd5e1; margin-right: 16px; user-select: none; }
  .kw { color: #8b5cf6; }
  .fn { color: #2563eb; }
  .str { color: #16a34a; }
  .cm { color: #94a3b8; }
&lt;/style&gt;
&lt;div class=&quot;toolbar&quot;&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;File&lt;/span&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;Edit&lt;/span&gt;
  &lt;span class=&quot;toolbar-btn&quot;&gt;View&lt;/span&gt;
  &lt;span style=&quot;flex:1&quot;&gt;&lt;/span&gt;
  &lt;span style=&quot;color:#94a3b8; font-size:12px;&quot;&gt;main.ts — project&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;workspace&quot;&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;div class=&quot;panel-title&quot;&gt;Explorer&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;src/&lt;/div&gt;
    &lt;div class=&quot;file active&quot;&gt;&amp;nbsp;&amp;nbsp;main.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;&amp;nbsp;&amp;nbsp;utils.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;&amp;nbsp;&amp;nbsp;types.ts&lt;/div&gt;
    &lt;div class=&quot;file&quot;&gt;package.json&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;editor&quot;&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;kw&quot;&gt;import&lt;/span&gt; { &lt;span class=&quot;fn&quot;&gt;createApp&lt;/span&gt; } &lt;span class=&quot;kw&quot;&gt;from&lt;/span&gt; &lt;span class=&quot;str&quot;&gt;'./app'&lt;/span&gt;;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;2&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;cm&quot;&gt;// Initialize the application&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;4&lt;/span&gt;&lt;span class=&quot;kw&quot;&gt;const&lt;/span&gt; app = &lt;span class=&quot;fn&quot;&gt;createApp&lt;/span&gt;({&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;5&lt;/span&gt;&amp;nbsp;&amp;nbsp;port: &lt;span class=&quot;str&quot;&gt;3000&lt;/span&gt;,&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;6&lt;/span&gt;&amp;nbsp;&amp;nbsp;env: &lt;span class=&quot;str&quot;&gt;'production'&lt;/span&gt;,&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;7&lt;/span&gt;});&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;8&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span class=&quot;ln&quot;&gt;9&lt;/span&gt;app.&lt;span class=&quot;fn&quot;&gt;listen&lt;/span&gt;();&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</template>
        <meta data-field="design-tokens" content="{&quot;fonts&quot;:[{&quot;role&quot;:&quot;heading&quot;,&quot;family&quot;:&quot;Inter&quot;,&quot;weights&quot;:[400,600,700],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;body&quot;,&quot;family&quot;:&quot;Source Sans Pro&quot;,&quot;weights&quot;:[400,600],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;mono&quot;,&quot;family&quot;:&quot;Fira Code&quot;,&quot;weights&quot;:[400],&quot;category&quot;:&quot;monospace&quot;}],&quot;colors&quot;:[{&quot;name&quot;:&quot;Primary&quot;,&quot;value&quot;:&quot;#2563EB&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Secondary&quot;,&quot;value&quot;:&quot;#7C3AED&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Accent&quot;,&quot;value&quot;:&quot;#F59E0B&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#F9FAFB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#E5E7EB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#9CA3AF&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#374151&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#111827&quot;,&quot;group&quot;:&quot;Neutral&quot;}],&quot;spacing&quot;:{&quot;unit&quot;:&quot;4px&quot;,&quot;scale&quot;:[&quot;4&quot;,&quot;8&quot;,&quot;12&quot;,&quot;16&quot;,&quot;24&quot;,&quot;32&quot;,&quot;48&quot;,&quot;64&quot;]},&quot;radii&quot;:[{&quot;name&quot;:&quot;sm&quot;,&quot;value&quot;:&quot;4px&quot;},{&quot;name&quot;:&quot;md&quot;,&quot;value&quot;:&quot;8px&quot;},{&quot;name&quot;:&quot;lg&quot;,&quot;value&quot;:&quot;12px&quot;},{&quot;name&quot;:&quot;full&quot;,&quot;value&quot;:&quot;9999px&quot;}]}" />
      </rf-sandbox>
    </div>
    <div data-name="keyboard" class="rf-mockup__keyboard">
      <div data-name="trackpad" class="rf-mockup__trackpad"></div>
    </div>
  </div>
</div>

Watch

Compact smartwatch frame.

{% mockup device="watch" color="dark" %}
{% sandbox height=242 %}
<style>
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #000; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px; text-align: center; box-sizing: border-box; }
  .time { font-size: 36px; font-weight: 200; letter-spacing: 2px; }
  .date { font-size: 11px; color: #f97316; margin-top: 2px; font-weight: 600; }
  .rings { display: flex; gap: 8px; margin-top: 12px; }
  .ring { width: 24px; height: 24px; border-radius: 50%; border: 3px solid; }
</style>
<div class="time">10:09</div>
<div class="date">TUE MAR 4</div>
<div class="rings">
  <div class="ring" style="border-color: #ef4444;"></div>
  <div class="ring" style="border-color: #22c55e;"></div>
  <div class="ring" style="border-color: #06b6d4;"></div>
</div>
{% /sandbox %}
{% /mockup %}
<div data-rune="mockup" data-rune-fields="{&quot;device&quot;:&quot;watch&quot;,&quot;color&quot;:&quot;dark&quot;,&quot;fit&quot;:&quot;auto&quot;}">
  <div data-name="frame">
    <div data-name="bezel">
      <div data-name="viewport">
        <rf-sandbox data-rune="sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #000; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px; text-align: center; box-sizing: border-box; }
  .time { font-size: 36px; font-weight: 200; letter-spacing: 2px; }
  .date { font-size: 11px; color: #f97316; margin-top: 2px; font-weight: 600; }
  .rings { display: flex; gap: 8px; margin-top: 12px; }
  .ring { width: 24px; height: 24px; border-radius: 50%; border: 3px solid; }
&lt;/style&gt;
&lt;div class=&quot;time&quot;&gt;10:09&lt;/div&gt;
&lt;div class=&quot;date&quot;&gt;TUE MAR 4&lt;/div&gt;
&lt;div class=&quot;rings&quot;&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #ef4444;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #22c55e;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #06b6d4;&quot;&gt;&lt;/div&gt;
&lt;/div&gt;" data-height="242" data-security-mode="trusted" data-allow-js="true">
          <template data-content="fallback">
            <pre data-language="html">
              <code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #000; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px; text-align: center; box-sizing: border-box; }
  .time { font-size: 36px; font-weight: 200; letter-spacing: 2px; }
  .date { font-size: 11px; color: #f97316; margin-top: 2px; font-weight: 600; }
  .rings { display: flex; gap: 8px; margin-top: 12px; }
  .ring { width: 24px; height: 24px; border-radius: 50%; border: 3px solid; }
&lt;/style&gt;
&lt;div class=&quot;time&quot;&gt;10:09&lt;/div&gt;
&lt;div class=&quot;date&quot;&gt;TUE MAR 4&lt;/div&gt;
&lt;div class=&quot;rings&quot;&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #ef4444;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #22c55e;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #06b6d4;&quot;&gt;&lt;/div&gt;
&lt;/div&gt;</code>
            </pre>
          </template>
          <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #000; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px; text-align: center; box-sizing: border-box; }
  .time { font-size: 36px; font-weight: 200; letter-spacing: 2px; }
  .date { font-size: 11px; color: #f97316; margin-top: 2px; font-weight: 600; }
  .rings { display: flex; gap: 8px; margin-top: 12px; }
  .ring { width: 24px; height: 24px; border-radius: 50%; border: 3px solid; }
&lt;/style&gt;
&lt;div class=&quot;time&quot;&gt;10:09&lt;/div&gt;
&lt;div class=&quot;date&quot;&gt;TUE MAR 4&lt;/div&gt;
&lt;div class=&quot;rings&quot;&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #ef4444;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #22c55e;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #06b6d4;&quot;&gt;&lt;/div&gt;
&lt;/div&gt;</template>
        </rf-sandbox>
      </div>
    </div>
  </div>
</div>
<div class="rf-mockup rf-mockup--watch rf-mockup--dark" data-device="watch" data-color="dark" data-fit="auto" data-elevation="flush" data-rune="mockup" data-density="compact">
  <div data-name="frame" class="rf-mockup__frame">
    <div data-name="bezel" class="rf-mockup__bezel">
      <div data-name="viewport" class="rf-mockup__viewport" data-media="hero">
        <rf-sandbox class="rf-sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #000; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px; text-align: center; box-sizing: border-box; }
  .time { font-size: 36px; font-weight: 200; letter-spacing: 2px; }
  .date { font-size: 11px; color: #f97316; margin-top: 2px; font-weight: 600; }
  .rings { display: flex; gap: 8px; margin-top: 12px; }
  .ring { width: 24px; height: 24px; border-radius: 50%; border: 3px solid; }
&lt;/style&gt;
&lt;div class=&quot;time&quot;&gt;10:09&lt;/div&gt;
&lt;div class=&quot;date&quot;&gt;TUE MAR 4&lt;/div&gt;
&lt;div class=&quot;rings&quot;&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #ef4444;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #22c55e;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #06b6d4;&quot;&gt;&lt;/div&gt;
&lt;/div&gt;" data-height="242" data-security-mode="trusted" data-allow-js="true" data-rune="sandbox" data-density="compact">
          <template data-content="fallback">
            <pre data-language="html"><code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #000; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px; text-align: center; box-sizing: border-box; }
  .time { font-size: 36px; font-weight: 200; letter-spacing: 2px; }
  .date { font-size: 11px; color: #f97316; margin-top: 2px; font-weight: 600; }
  .rings { display: flex; gap: 8px; margin-top: 12px; }
  .ring { width: 24px; height: 24px; border-radius: 50%; border: 3px solid; }
&lt;/style&gt;
&lt;div class=&quot;time&quot;&gt;10:09&lt;/div&gt;
&lt;div class=&quot;date&quot;&gt;TUE MAR 4&lt;/div&gt;
&lt;div class=&quot;rings&quot;&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #ef4444;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #22c55e;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #06b6d4;&quot;&gt;&lt;/div&gt;
&lt;/div&gt;</code></pre>
          </template>
          <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #000; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px; text-align: center; box-sizing: border-box; }
  .time { font-size: 36px; font-weight: 200; letter-spacing: 2px; }
  .date { font-size: 11px; color: #f97316; margin-top: 2px; font-weight: 600; }
  .rings { display: flex; gap: 8px; margin-top: 12px; }
  .ring { width: 24px; height: 24px; border-radius: 50%; border: 3px solid; }
&lt;/style&gt;
&lt;div class=&quot;time&quot;&gt;10:09&lt;/div&gt;
&lt;div class=&quot;date&quot;&gt;TUE MAR 4&lt;/div&gt;
&lt;div class=&quot;rings&quot;&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #ef4444;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #22c55e;&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;ring&quot; style=&quot;border-color: #06b6d4;&quot;&gt;&lt;/div&gt;
&lt;/div&gt;</template>
          <meta data-field="design-tokens" content="{&quot;fonts&quot;:[{&quot;role&quot;:&quot;heading&quot;,&quot;family&quot;:&quot;Inter&quot;,&quot;weights&quot;:[400,600,700],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;body&quot;,&quot;family&quot;:&quot;Source Sans Pro&quot;,&quot;weights&quot;:[400,600],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;mono&quot;,&quot;family&quot;:&quot;Fira Code&quot;,&quot;weights&quot;:[400],&quot;category&quot;:&quot;monospace&quot;}],&quot;colors&quot;:[{&quot;name&quot;:&quot;Primary&quot;,&quot;value&quot;:&quot;#2563EB&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Secondary&quot;,&quot;value&quot;:&quot;#7C3AED&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Accent&quot;,&quot;value&quot;:&quot;#F59E0B&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#F9FAFB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#E5E7EB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#9CA3AF&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#374151&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#111827&quot;,&quot;group&quot;:&quot;Neutral&quot;}],&quot;spacing&quot;:{&quot;unit&quot;:&quot;4px&quot;,&quot;scale&quot;:[&quot;4&quot;,&quot;8&quot;,&quot;12&quot;,&quot;16&quot;,&quot;24&quot;,&quot;32&quot;,&quot;48&quot;,&quot;64&quot;]},&quot;radii&quot;:[{&quot;name&quot;:&quot;sm&quot;,&quot;value&quot;:&quot;4px&quot;},{&quot;name&quot;:&quot;md&quot;,&quot;value&quot;:&quot;8px&quot;},{&quot;name&quot;:&quot;lg&quot;,&quot;value&quot;:&quot;12px&quot;},{&quot;name&quot;:&quot;full&quot;,&quot;value&quot;:&quot;9999px&quot;}]}" />
        </rf-sandbox>
      </div>
    </div>
  </div>
</div>

Color variants

Control the bezel color with color.

{% mockup device="iphone-15" color="light" %}
{% sandbox height=852 %}
<style>
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .now-playing { padding: 32px 20px 20px; text-align: center; }
  .art { width: 180px; height: 180px; margin: 0 auto 20px; border-radius: 12px; background: linear-gradient(135deg, #c4b5fd, #818cf8, #6366f1); }
  .title { font-size: 18px; font-weight: 700; }
  .artist { font-size: 14px; color: #64748b; margin-top: 2px; }
  .progress { margin: 20px 20px 0; height: 3px; background: #e2e8f0; border-radius: 2px; }
  .progress-fill { height: 100%; width: 40%; background: #6366f1; border-radius: 2px; }
  .times { display: flex; justify-content: space-between; margin: 6px 20px 0; font-size: 11px; color: #94a3b8; }
  .controls { display: flex; align-items: center; justify-content: center; gap: 32px; margin-top: 16px; font-size: 20px; color: #334155; }
  .play { width: 48px; height: 48px; background: #6366f1; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .play::after { content: ''; border-style: solid; border-width: 8px 0 8px 14px; border-color: transparent transparent transparent #fff; margin-left: 2px; }
</style>
<div class="now-playing">
  <div class="art"></div>
  <div class="title">Midnight Drive</div>
  <div class="artist">Neon Waves</div>
</div>
<div class="progress"><div class="progress-fill"></div></div>
<div class="times"><span>1:24</span><span>3:42</span></div>
<div class="controls">
  <span>&#9198;</span>
  <div class="play"></div>
  <span>&#9197;</span>
</div>
{% /sandbox %}
{% /mockup %}
<div data-rune="mockup" data-rune-fields="{&quot;device&quot;:&quot;iphone-15&quot;,&quot;color&quot;:&quot;light&quot;,&quot;fit&quot;:&quot;auto&quot;}">
  <div data-name="frame">
    <div data-name="bezel">
      <div data-name="notch" data-notch="dynamic-island"></div>
      <div data-name="status-bar">
        <span data-name="status-time">9:41</span>
        <span data-name="status-icons"></span>
      </div>
      <div data-name="viewport">
        <rf-sandbox data-rune="sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .now-playing { padding: 32px 20px 20px; text-align: center; }
  .art { width: 180px; height: 180px; margin: 0 auto 20px; border-radius: 12px; background: linear-gradient(135deg, #c4b5fd, #818cf8, #6366f1); }
  .title { font-size: 18px; font-weight: 700; }
  .artist { font-size: 14px; color: #64748b; margin-top: 2px; }
  .progress { margin: 20px 20px 0; height: 3px; background: #e2e8f0; border-radius: 2px; }
  .progress-fill { height: 100%; width: 40%; background: #6366f1; border-radius: 2px; }
  .times { display: flex; justify-content: space-between; margin: 6px 20px 0; font-size: 11px; color: #94a3b8; }
  .controls { display: flex; align-items: center; justify-content: center; gap: 32px; margin-top: 16px; font-size: 20px; color: #334155; }
  .play { width: 48px; height: 48px; background: #6366f1; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .play::after { content: ''; border-style: solid; border-width: 8px 0 8px 14px; border-color: transparent transparent transparent #fff; margin-left: 2px; }
&lt;/style&gt;
&lt;div class=&quot;now-playing&quot;&gt;
  &lt;div class=&quot;art&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;title&quot;&gt;Midnight Drive&lt;/div&gt;
  &lt;div class=&quot;artist&quot;&gt;Neon Waves&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;progress&quot;&gt;&lt;div class=&quot;progress-fill&quot;&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;times&quot;&gt;&lt;span&gt;1:24&lt;/span&gt;&lt;span&gt;3:42&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;controls&quot;&gt;
  &lt;span&gt;&amp;#9198;&lt;/span&gt;
  &lt;div class=&quot;play&quot;&gt;&lt;/div&gt;
  &lt;span&gt;&amp;#9197;&lt;/span&gt;
&lt;/div&gt;" data-height="852" data-security-mode="trusted" data-allow-js="true">
          <template data-content="fallback">
            <pre data-language="html">
              <code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .now-playing { padding: 32px 20px 20px; text-align: center; }
  .art { width: 180px; height: 180px; margin: 0 auto 20px; border-radius: 12px; background: linear-gradient(135deg, #c4b5fd, #818cf8, #6366f1); }
  .title { font-size: 18px; font-weight: 700; }
  .artist { font-size: 14px; color: #64748b; margin-top: 2px; }
  .progress { margin: 20px 20px 0; height: 3px; background: #e2e8f0; border-radius: 2px; }
  .progress-fill { height: 100%; width: 40%; background: #6366f1; border-radius: 2px; }
  .times { display: flex; justify-content: space-between; margin: 6px 20px 0; font-size: 11px; color: #94a3b8; }
  .controls { display: flex; align-items: center; justify-content: center; gap: 32px; margin-top: 16px; font-size: 20px; color: #334155; }
  .play { width: 48px; height: 48px; background: #6366f1; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .play::after { content: ''; border-style: solid; border-width: 8px 0 8px 14px; border-color: transparent transparent transparent #fff; margin-left: 2px; }
&lt;/style&gt;
&lt;div class=&quot;now-playing&quot;&gt;
  &lt;div class=&quot;art&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;title&quot;&gt;Midnight Drive&lt;/div&gt;
  &lt;div class=&quot;artist&quot;&gt;Neon Waves&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;progress&quot;&gt;&lt;div class=&quot;progress-fill&quot;&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;times&quot;&gt;&lt;span&gt;1:24&lt;/span&gt;&lt;span&gt;3:42&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;controls&quot;&gt;
  &lt;span&gt;&amp;#9198;&lt;/span&gt;
  &lt;div class=&quot;play&quot;&gt;&lt;/div&gt;
  &lt;span&gt;&amp;#9197;&lt;/span&gt;
&lt;/div&gt;</code>
            </pre>
          </template>
          <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .now-playing { padding: 32px 20px 20px; text-align: center; }
  .art { width: 180px; height: 180px; margin: 0 auto 20px; border-radius: 12px; background: linear-gradient(135deg, #c4b5fd, #818cf8, #6366f1); }
  .title { font-size: 18px; font-weight: 700; }
  .artist { font-size: 14px; color: #64748b; margin-top: 2px; }
  .progress { margin: 20px 20px 0; height: 3px; background: #e2e8f0; border-radius: 2px; }
  .progress-fill { height: 100%; width: 40%; background: #6366f1; border-radius: 2px; }
  .times { display: flex; justify-content: space-between; margin: 6px 20px 0; font-size: 11px; color: #94a3b8; }
  .controls { display: flex; align-items: center; justify-content: center; gap: 32px; margin-top: 16px; font-size: 20px; color: #334155; }
  .play { width: 48px; height: 48px; background: #6366f1; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .play::after { content: ''; border-style: solid; border-width: 8px 0 8px 14px; border-color: transparent transparent transparent #fff; margin-left: 2px; }
&lt;/style&gt;
&lt;div class=&quot;now-playing&quot;&gt;
  &lt;div class=&quot;art&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;title&quot;&gt;Midnight Drive&lt;/div&gt;
  &lt;div class=&quot;artist&quot;&gt;Neon Waves&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;progress&quot;&gt;&lt;div class=&quot;progress-fill&quot;&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;times&quot;&gt;&lt;span&gt;1:24&lt;/span&gt;&lt;span&gt;3:42&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;controls&quot;&gt;
  &lt;span&gt;&amp;#9198;&lt;/span&gt;
  &lt;div class=&quot;play&quot;&gt;&lt;/div&gt;
  &lt;span&gt;&amp;#9197;&lt;/span&gt;
&lt;/div&gt;</template>
        </rf-sandbox>
      </div>
      <div data-name="home-indicator"></div>
    </div>
  </div>
</div>
9:41
<div class="rf-mockup rf-mockup--iphone-15 rf-mockup--light" data-device="iphone-15" data-color="light" data-fit="auto" data-elevation="flush" data-rune="mockup" data-density="compact">
  <div data-name="frame" class="rf-mockup__frame">
    <div data-name="bezel" class="rf-mockup__bezel">
      <div data-name="notch" data-notch="dynamic-island" class="rf-mockup__notch"></div>
      <div data-name="status-bar" class="rf-mockup__status-bar">
        <span data-name="status-time" class="rf-mockup__status-time">9:41</span>
        <span data-name="status-icons" class="rf-mockup__status-icons"></span>
      </div>
      <div data-name="viewport" class="rf-mockup__viewport" data-media="hero">
        <rf-sandbox class="rf-sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .now-playing { padding: 32px 20px 20px; text-align: center; }
  .art { width: 180px; height: 180px; margin: 0 auto 20px; border-radius: 12px; background: linear-gradient(135deg, #c4b5fd, #818cf8, #6366f1); }
  .title { font-size: 18px; font-weight: 700; }
  .artist { font-size: 14px; color: #64748b; margin-top: 2px; }
  .progress { margin: 20px 20px 0; height: 3px; background: #e2e8f0; border-radius: 2px; }
  .progress-fill { height: 100%; width: 40%; background: #6366f1; border-radius: 2px; }
  .times { display: flex; justify-content: space-between; margin: 6px 20px 0; font-size: 11px; color: #94a3b8; }
  .controls { display: flex; align-items: center; justify-content: center; gap: 32px; margin-top: 16px; font-size: 20px; color: #334155; }
  .play { width: 48px; height: 48px; background: #6366f1; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .play::after { content: ''; border-style: solid; border-width: 8px 0 8px 14px; border-color: transparent transparent transparent #fff; margin-left: 2px; }
&lt;/style&gt;
&lt;div class=&quot;now-playing&quot;&gt;
  &lt;div class=&quot;art&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;title&quot;&gt;Midnight Drive&lt;/div&gt;
  &lt;div class=&quot;artist&quot;&gt;Neon Waves&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;progress&quot;&gt;&lt;div class=&quot;progress-fill&quot;&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;times&quot;&gt;&lt;span&gt;1:24&lt;/span&gt;&lt;span&gt;3:42&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;controls&quot;&gt;
  &lt;span&gt;&amp;#9198;&lt;/span&gt;
  &lt;div class=&quot;play&quot;&gt;&lt;/div&gt;
  &lt;span&gt;&amp;#9197;&lt;/span&gt;
&lt;/div&gt;" data-height="852" data-security-mode="trusted" data-allow-js="true" data-rune="sandbox" data-density="compact">
          <template data-content="fallback">
            <pre data-language="html"><code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .now-playing { padding: 32px 20px 20px; text-align: center; }
  .art { width: 180px; height: 180px; margin: 0 auto 20px; border-radius: 12px; background: linear-gradient(135deg, #c4b5fd, #818cf8, #6366f1); }
  .title { font-size: 18px; font-weight: 700; }
  .artist { font-size: 14px; color: #64748b; margin-top: 2px; }
  .progress { margin: 20px 20px 0; height: 3px; background: #e2e8f0; border-radius: 2px; }
  .progress-fill { height: 100%; width: 40%; background: #6366f1; border-radius: 2px; }
  .times { display: flex; justify-content: space-between; margin: 6px 20px 0; font-size: 11px; color: #94a3b8; }
  .controls { display: flex; align-items: center; justify-content: center; gap: 32px; margin-top: 16px; font-size: 20px; color: #334155; }
  .play { width: 48px; height: 48px; background: #6366f1; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .play::after { content: ''; border-style: solid; border-width: 8px 0 8px 14px; border-color: transparent transparent transparent #fff; margin-left: 2px; }
&lt;/style&gt;
&lt;div class=&quot;now-playing&quot;&gt;
  &lt;div class=&quot;art&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;title&quot;&gt;Midnight Drive&lt;/div&gt;
  &lt;div class=&quot;artist&quot;&gt;Neon Waves&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;progress&quot;&gt;&lt;div class=&quot;progress-fill&quot;&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;times&quot;&gt;&lt;span&gt;1:24&lt;/span&gt;&lt;span&gt;3:42&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;controls&quot;&gt;
  &lt;span&gt;&amp;#9198;&lt;/span&gt;
  &lt;div class=&quot;play&quot;&gt;&lt;/div&gt;
  &lt;span&gt;&amp;#9197;&lt;/span&gt;
&lt;/div&gt;</code></pre>
          </template>
          <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; }
  .now-playing { padding: 32px 20px 20px; text-align: center; }
  .art { width: 180px; height: 180px; margin: 0 auto 20px; border-radius: 12px; background: linear-gradient(135deg, #c4b5fd, #818cf8, #6366f1); }
  .title { font-size: 18px; font-weight: 700; }
  .artist { font-size: 14px; color: #64748b; margin-top: 2px; }
  .progress { margin: 20px 20px 0; height: 3px; background: #e2e8f0; border-radius: 2px; }
  .progress-fill { height: 100%; width: 40%; background: #6366f1; border-radius: 2px; }
  .times { display: flex; justify-content: space-between; margin: 6px 20px 0; font-size: 11px; color: #94a3b8; }
  .controls { display: flex; align-items: center; justify-content: center; gap: 32px; margin-top: 16px; font-size: 20px; color: #334155; }
  .play { width: 48px; height: 48px; background: #6366f1; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .play::after { content: ''; border-style: solid; border-width: 8px 0 8px 14px; border-color: transparent transparent transparent #fff; margin-left: 2px; }
&lt;/style&gt;
&lt;div class=&quot;now-playing&quot;&gt;
  &lt;div class=&quot;art&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;title&quot;&gt;Midnight Drive&lt;/div&gt;
  &lt;div class=&quot;artist&quot;&gt;Neon Waves&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;progress&quot;&gt;&lt;div class=&quot;progress-fill&quot;&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;times&quot;&gt;&lt;span&gt;1:24&lt;/span&gt;&lt;span&gt;3:42&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;controls&quot;&gt;
  &lt;span&gt;&amp;#9198;&lt;/span&gt;
  &lt;div class=&quot;play&quot;&gt;&lt;/div&gt;
  &lt;span&gt;&amp;#9197;&lt;/span&gt;
&lt;/div&gt;</template>
          <meta data-field="design-tokens" content="{&quot;fonts&quot;:[{&quot;role&quot;:&quot;heading&quot;,&quot;family&quot;:&quot;Inter&quot;,&quot;weights&quot;:[400,600,700],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;body&quot;,&quot;family&quot;:&quot;Source Sans Pro&quot;,&quot;weights&quot;:[400,600],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;mono&quot;,&quot;family&quot;:&quot;Fira Code&quot;,&quot;weights&quot;:[400],&quot;category&quot;:&quot;monospace&quot;}],&quot;colors&quot;:[{&quot;name&quot;:&quot;Primary&quot;,&quot;value&quot;:&quot;#2563EB&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Secondary&quot;,&quot;value&quot;:&quot;#7C3AED&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Accent&quot;,&quot;value&quot;:&quot;#F59E0B&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#F9FAFB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#E5E7EB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#9CA3AF&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#374151&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#111827&quot;,&quot;group&quot;:&quot;Neutral&quot;}],&quot;spacing&quot;:{&quot;unit&quot;:&quot;4px&quot;,&quot;scale&quot;:[&quot;4&quot;,&quot;8&quot;,&quot;12&quot;,&quot;16&quot;,&quot;24&quot;,&quot;32&quot;,&quot;48&quot;,&quot;64&quot;]},&quot;radii&quot;:[{&quot;name&quot;:&quot;sm&quot;,&quot;value&quot;:&quot;4px&quot;},{&quot;name&quot;:&quot;md&quot;,&quot;value&quot;:&quot;8px&quot;},{&quot;name&quot;:&quot;lg&quot;,&quot;value&quot;:&quot;12px&quot;},{&quot;name&quot;:&quot;full&quot;,&quot;value&quot;:&quot;9999px&quot;}]}" />
        </rf-sandbox>
      </div>
      <div data-name="home-indicator" class="rf-mockup__home-indicator"></div>
    </div>
  </div>
</div>

Label

Add a caption below the device frame.

{% mockup device="browser" url="https://example.com" label="Homepage — Desktop" %}
{% sandbox height=798 %}
<style>
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  .hero { text-align: center; padding: 48px 24px; background: linear-gradient(135deg, #eef2ff, #e0e7ff); }
  .hero h1 { font-size: 28px; margin: 0 0 8px; }
  .hero p { color: #64748b; margin: 0 0 20px; }
  .cta { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
  .features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 32px 24px; }
  .feat { text-align: center; padding: 16px; }
  .feat-icon { width: 40px; height: 40px; margin: 0 auto 10px; border-radius: 10px; background: #eef2ff; display: flex; align-items: center; justify-content: center; font-size: 20px; }
  .feat h3 { font-size: 14px; margin: 0 0 4px; }
  .feat p { font-size: 13px; color: #64748b; margin: 0; }
</style>
<div class="hero">
  <h1>Welcome to Example</h1>
  <p>Everything you need to build great products.</p>
  <a class="cta" href="#">Start free trial</a>
</div>
<div class="features">
  <div class="feat"><div class="feat-icon">&#9889;</div><h3>Fast</h3><p>Sub-second load times</p></div>
  <div class="feat"><div class="feat-icon">&#128274;</div><h3>Secure</h3><p>Enterprise-grade auth</p></div>
  <div class="feat"><div class="feat-icon">&#128200;</div><h3>Scalable</h3><p>Grows with your team</p></div>
</div>
{% /sandbox %}
{% /mockup %}
<div data-rune="mockup" data-rune-fields="{&quot;device&quot;:&quot;browser&quot;,&quot;color&quot;:&quot;dark&quot;,&quot;fit&quot;:&quot;auto&quot;}">
  <div data-name="frame">
    <div data-name="title-bar">
      <div data-name="traffic-lights">
        <span data-name="traffic-light" data-light="close"></span>
        <span data-name="traffic-light" data-light="minimize"></span>
        <span data-name="traffic-light" data-light="maximize"></span>
      </div>
      <div data-name="address-bar">
        <span data-name="url">https://example.com</span>
      </div>
    </div>
    <div data-name="viewport">
      <rf-sandbox data-rune="sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  .hero { text-align: center; padding: 48px 24px; background: linear-gradient(135deg, #eef2ff, #e0e7ff); }
  .hero h1 { font-size: 28px; margin: 0 0 8px; }
  .hero p { color: #64748b; margin: 0 0 20px; }
  .cta { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
  .features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 32px 24px; }
  .feat { text-align: center; padding: 16px; }
  .feat-icon { width: 40px; height: 40px; margin: 0 auto 10px; border-radius: 10px; background: #eef2ff; display: flex; align-items: center; justify-content: center; font-size: 20px; }
  .feat h3 { font-size: 14px; margin: 0 0 4px; }
  .feat p { font-size: 13px; color: #64748b; margin: 0; }
&lt;/style&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;h1&gt;Welcome to Example&lt;/h1&gt;
  &lt;p&gt;Everything you need to build great products.&lt;/p&gt;
  &lt;a class=&quot;cta&quot; href=&quot;#&quot;&gt;Start free trial&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;features&quot;&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#9889;&lt;/div&gt;&lt;h3&gt;Fast&lt;/h3&gt;&lt;p&gt;Sub-second load times&lt;/p&gt;&lt;/div&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#128274;&lt;/div&gt;&lt;h3&gt;Secure&lt;/h3&gt;&lt;p&gt;Enterprise-grade auth&lt;/p&gt;&lt;/div&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#128200;&lt;/div&gt;&lt;h3&gt;Scalable&lt;/h3&gt;&lt;p&gt;Grows with your team&lt;/p&gt;&lt;/div&gt;
&lt;/div&gt;" data-height="798" data-security-mode="trusted" data-allow-js="true">
        <template data-content="fallback">
          <pre data-language="html">
            <code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  .hero { text-align: center; padding: 48px 24px; background: linear-gradient(135deg, #eef2ff, #e0e7ff); }
  .hero h1 { font-size: 28px; margin: 0 0 8px; }
  .hero p { color: #64748b; margin: 0 0 20px; }
  .cta { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
  .features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 32px 24px; }
  .feat { text-align: center; padding: 16px; }
  .feat-icon { width: 40px; height: 40px; margin: 0 auto 10px; border-radius: 10px; background: #eef2ff; display: flex; align-items: center; justify-content: center; font-size: 20px; }
  .feat h3 { font-size: 14px; margin: 0 0 4px; }
  .feat p { font-size: 13px; color: #64748b; margin: 0; }
&lt;/style&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;h1&gt;Welcome to Example&lt;/h1&gt;
  &lt;p&gt;Everything you need to build great products.&lt;/p&gt;
  &lt;a class=&quot;cta&quot; href=&quot;#&quot;&gt;Start free trial&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;features&quot;&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#9889;&lt;/div&gt;&lt;h3&gt;Fast&lt;/h3&gt;&lt;p&gt;Sub-second load times&lt;/p&gt;&lt;/div&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#128274;&lt;/div&gt;&lt;h3&gt;Secure&lt;/h3&gt;&lt;p&gt;Enterprise-grade auth&lt;/p&gt;&lt;/div&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#128200;&lt;/div&gt;&lt;h3&gt;Scalable&lt;/h3&gt;&lt;p&gt;Grows with your team&lt;/p&gt;&lt;/div&gt;
&lt;/div&gt;</code>
          </pre>
        </template>
        <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  .hero { text-align: center; padding: 48px 24px; background: linear-gradient(135deg, #eef2ff, #e0e7ff); }
  .hero h1 { font-size: 28px; margin: 0 0 8px; }
  .hero p { color: #64748b; margin: 0 0 20px; }
  .cta { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
  .features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 32px 24px; }
  .feat { text-align: center; padding: 16px; }
  .feat-icon { width: 40px; height: 40px; margin: 0 auto 10px; border-radius: 10px; background: #eef2ff; display: flex; align-items: center; justify-content: center; font-size: 20px; }
  .feat h3 { font-size: 14px; margin: 0 0 4px; }
  .feat p { font-size: 13px; color: #64748b; margin: 0; }
&lt;/style&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;h1&gt;Welcome to Example&lt;/h1&gt;
  &lt;p&gt;Everything you need to build great products.&lt;/p&gt;
  &lt;a class=&quot;cta&quot; href=&quot;#&quot;&gt;Start free trial&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;features&quot;&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#9889;&lt;/div&gt;&lt;h3&gt;Fast&lt;/h3&gt;&lt;p&gt;Sub-second load times&lt;/p&gt;&lt;/div&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#128274;&lt;/div&gt;&lt;h3&gt;Secure&lt;/h3&gt;&lt;p&gt;Enterprise-grade auth&lt;/p&gt;&lt;/div&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#128200;&lt;/div&gt;&lt;h3&gt;Scalable&lt;/h3&gt;&lt;p&gt;Grows with your team&lt;/p&gt;&lt;/div&gt;
&lt;/div&gt;</template>
      </rf-sandbox>
    </div>
  </div>
  <div data-name="label">Homepage — Desktop</div>
</div>
https://example.com
Homepage — Desktop
<div class="rf-mockup rf-mockup--browser rf-mockup--dark" data-device="browser" data-color="dark" data-fit="auto" data-elevation="flush" data-rune="mockup" data-density="compact">
  <div data-name="frame" class="rf-mockup__frame">
    <div data-name="title-bar" class="rf-mockup__title-bar">
      <div data-name="traffic-lights" class="rf-mockup__traffic-lights">
        <span data-name="traffic-light" data-light="close" class="rf-mockup__traffic-light"></span>
        <span data-name="traffic-light" data-light="minimize" class="rf-mockup__traffic-light"></span>
        <span data-name="traffic-light" data-light="maximize" class="rf-mockup__traffic-light"></span>
      </div>
      <div data-name="address-bar" class="rf-mockup__address-bar">
        <span data-name="url" class="rf-mockup__url">https://example.com</span>
      </div>
    </div>
    <div data-name="viewport" class="rf-mockup__viewport" data-media="hero">
      <rf-sandbox class="rf-sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  .hero { text-align: center; padding: 48px 24px; background: linear-gradient(135deg, #eef2ff, #e0e7ff); }
  .hero h1 { font-size: 28px; margin: 0 0 8px; }
  .hero p { color: #64748b; margin: 0 0 20px; }
  .cta { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
  .features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 32px 24px; }
  .feat { text-align: center; padding: 16px; }
  .feat-icon { width: 40px; height: 40px; margin: 0 auto 10px; border-radius: 10px; background: #eef2ff; display: flex; align-items: center; justify-content: center; font-size: 20px; }
  .feat h3 { font-size: 14px; margin: 0 0 4px; }
  .feat p { font-size: 13px; color: #64748b; margin: 0; }
&lt;/style&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;h1&gt;Welcome to Example&lt;/h1&gt;
  &lt;p&gt;Everything you need to build great products.&lt;/p&gt;
  &lt;a class=&quot;cta&quot; href=&quot;#&quot;&gt;Start free trial&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;features&quot;&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#9889;&lt;/div&gt;&lt;h3&gt;Fast&lt;/h3&gt;&lt;p&gt;Sub-second load times&lt;/p&gt;&lt;/div&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#128274;&lt;/div&gt;&lt;h3&gt;Secure&lt;/h3&gt;&lt;p&gt;Enterprise-grade auth&lt;/p&gt;&lt;/div&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#128200;&lt;/div&gt;&lt;h3&gt;Scalable&lt;/h3&gt;&lt;p&gt;Grows with your team&lt;/p&gt;&lt;/div&gt;
&lt;/div&gt;" data-height="798" data-security-mode="trusted" data-allow-js="true" data-rune="sandbox" data-density="compact">
        <template data-content="fallback">
          <pre data-language="html"><code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  .hero { text-align: center; padding: 48px 24px; background: linear-gradient(135deg, #eef2ff, #e0e7ff); }
  .hero h1 { font-size: 28px; margin: 0 0 8px; }
  .hero p { color: #64748b; margin: 0 0 20px; }
  .cta { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
  .features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 32px 24px; }
  .feat { text-align: center; padding: 16px; }
  .feat-icon { width: 40px; height: 40px; margin: 0 auto 10px; border-radius: 10px; background: #eef2ff; display: flex; align-items: center; justify-content: center; font-size: 20px; }
  .feat h3 { font-size: 14px; margin: 0 0 4px; }
  .feat p { font-size: 13px; color: #64748b; margin: 0; }
&lt;/style&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;h1&gt;Welcome to Example&lt;/h1&gt;
  &lt;p&gt;Everything you need to build great products.&lt;/p&gt;
  &lt;a class=&quot;cta&quot; href=&quot;#&quot;&gt;Start free trial&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;features&quot;&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#9889;&lt;/div&gt;&lt;h3&gt;Fast&lt;/h3&gt;&lt;p&gt;Sub-second load times&lt;/p&gt;&lt;/div&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#128274;&lt;/div&gt;&lt;h3&gt;Secure&lt;/h3&gt;&lt;p&gt;Enterprise-grade auth&lt;/p&gt;&lt;/div&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#128200;&lt;/div&gt;&lt;h3&gt;Scalable&lt;/h3&gt;&lt;p&gt;Grows with your team&lt;/p&gt;&lt;/div&gt;
&lt;/div&gt;</code></pre>
        </template>
        <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; color: #1e293b; background: #fff; }
  .hero { text-align: center; padding: 48px 24px; background: linear-gradient(135deg, #eef2ff, #e0e7ff); }
  .hero h1 { font-size: 28px; margin: 0 0 8px; }
  .hero p { color: #64748b; margin: 0 0 20px; }
  .cta { display: inline-block; padding: 10px 24px; background: #6366f1; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
  .features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 32px 24px; }
  .feat { text-align: center; padding: 16px; }
  .feat-icon { width: 40px; height: 40px; margin: 0 auto 10px; border-radius: 10px; background: #eef2ff; display: flex; align-items: center; justify-content: center; font-size: 20px; }
  .feat h3 { font-size: 14px; margin: 0 0 4px; }
  .feat p { font-size: 13px; color: #64748b; margin: 0; }
&lt;/style&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;h1&gt;Welcome to Example&lt;/h1&gt;
  &lt;p&gt;Everything you need to build great products.&lt;/p&gt;
  &lt;a class=&quot;cta&quot; href=&quot;#&quot;&gt;Start free trial&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;features&quot;&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#9889;&lt;/div&gt;&lt;h3&gt;Fast&lt;/h3&gt;&lt;p&gt;Sub-second load times&lt;/p&gt;&lt;/div&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#128274;&lt;/div&gt;&lt;h3&gt;Secure&lt;/h3&gt;&lt;p&gt;Enterprise-grade auth&lt;/p&gt;&lt;/div&gt;
  &lt;div class=&quot;feat&quot;&gt;&lt;div class=&quot;feat-icon&quot;&gt;&amp;#128200;&lt;/div&gt;&lt;h3&gt;Scalable&lt;/h3&gt;&lt;p&gt;Grows with your team&lt;/p&gt;&lt;/div&gt;
&lt;/div&gt;</template>
        <meta data-field="design-tokens" content="{&quot;fonts&quot;:[{&quot;role&quot;:&quot;heading&quot;,&quot;family&quot;:&quot;Inter&quot;,&quot;weights&quot;:[400,600,700],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;body&quot;,&quot;family&quot;:&quot;Source Sans Pro&quot;,&quot;weights&quot;:[400,600],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;mono&quot;,&quot;family&quot;:&quot;Fira Code&quot;,&quot;weights&quot;:[400],&quot;category&quot;:&quot;monospace&quot;}],&quot;colors&quot;:[{&quot;name&quot;:&quot;Primary&quot;,&quot;value&quot;:&quot;#2563EB&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Secondary&quot;,&quot;value&quot;:&quot;#7C3AED&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Accent&quot;,&quot;value&quot;:&quot;#F59E0B&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#F9FAFB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#E5E7EB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#9CA3AF&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#374151&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#111827&quot;,&quot;group&quot;:&quot;Neutral&quot;}],&quot;spacing&quot;:{&quot;unit&quot;:&quot;4px&quot;,&quot;scale&quot;:[&quot;4&quot;,&quot;8&quot;,&quot;12&quot;,&quot;16&quot;,&quot;24&quot;,&quot;32&quot;,&quot;48&quot;,&quot;64&quot;]},&quot;radii&quot;:[{&quot;name&quot;:&quot;sm&quot;,&quot;value&quot;:&quot;4px&quot;},{&quot;name&quot;:&quot;md&quot;,&quot;value&quot;:&quot;8px&quot;},{&quot;name&quot;:&quot;lg&quot;,&quot;value&quot;:&quot;12px&quot;},{&quot;name&quot;:&quot;full&quot;,&quot;value&quot;:&quot;9999px&quot;}]}" />
      </rf-sandbox>
    </div>
  </div>
  <div data-name="label" class="rf-mockup__label">Homepage — Desktop</div>
</div>

Scale

Shrink or enlarge the device frame with CSS scaling.

{% mockup device="iphone-15" scale=0.75 %}
{% sandbox height=852 %}
<style>
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 16px; box-sizing: border-box; }
  .profile { text-align: center; padding: 20px 0 16px; }
  .avatar { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, #f97316, #ec4899); margin: 0 auto 12px; }
  .name { font-size: 18px; font-weight: 700; }
  .handle { font-size: 13px; color: #94a3b8; }
  .stats { display: flex; justify-content: center; gap: 24px; margin: 16px 0; }
  .stat-val { font-size: 17px; font-weight: 700; }
  .stat-label { font-size: 11px; color: #94a3b8; }
  .follow-btn { display: block; margin: 0 20px; padding: 10px; background: #6366f1; color: #fff; border-radius: 10px; text-align: center; font-size: 14px; font-weight: 600; }
  .bio { font-size: 13px; color: #64748b; text-align: center; margin: 14px 20px 0; line-height: 1.4; }
</style>
<div class="profile">
  <div class="avatar"></div>
  <div class="name">Sam Rivera</div>
  <div class="handle">@samrivera</div>
</div>
<div class="stats">
  <div><div class="stat-val">842</div><div class="stat-label">Posts</div></div>
  <div><div class="stat-val">12.4k</div><div class="stat-label">Followers</div></div>
  <div><div class="stat-val">381</div><div class="stat-label">Following</div></div>
</div>
<div class="follow-btn">Follow</div>
<div class="bio">Designer & developer. Building things for the web.</div>
{% /sandbox %}
{% /mockup %}
<div data-rune="mockup" data-rune-fields="{&quot;device&quot;:&quot;iphone-15&quot;,&quot;color&quot;:&quot;dark&quot;,&quot;fit&quot;:&quot;auto&quot;}" style="--mockup-scale: 0.75">
  <div data-name="frame">
    <div data-name="bezel">
      <div data-name="notch" data-notch="dynamic-island"></div>
      <div data-name="status-bar">
        <span data-name="status-time">9:41</span>
        <span data-name="status-icons"></span>
      </div>
      <div data-name="viewport">
        <rf-sandbox data-rune="sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 16px; box-sizing: border-box; }
  .profile { text-align: center; padding: 20px 0 16px; }
  .avatar { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, #f97316, #ec4899); margin: 0 auto 12px; }
  .name { font-size: 18px; font-weight: 700; }
  .handle { font-size: 13px; color: #94a3b8; }
  .stats { display: flex; justify-content: center; gap: 24px; margin: 16px 0; }
  .stat-val { font-size: 17px; font-weight: 700; }
  .stat-label { font-size: 11px; color: #94a3b8; }
  .follow-btn { display: block; margin: 0 20px; padding: 10px; background: #6366f1; color: #fff; border-radius: 10px; text-align: center; font-size: 14px; font-weight: 600; }
  .bio { font-size: 13px; color: #64748b; text-align: center; margin: 14px 20px 0; line-height: 1.4; }
&lt;/style&gt;
&lt;div class=&quot;profile&quot;&gt;
  &lt;div class=&quot;avatar&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;name&quot;&gt;Sam Rivera&lt;/div&gt;
  &lt;div class=&quot;handle&quot;&gt;@samrivera&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;stats&quot;&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;842&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Posts&lt;/div&gt;&lt;/div&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;12.4k&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Followers&lt;/div&gt;&lt;/div&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;381&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Following&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;follow-btn&quot;&gt;Follow&lt;/div&gt;
&lt;div class=&quot;bio&quot;&gt;Designer &amp; developer. Building things for the web.&lt;/div&gt;" data-height="852" data-security-mode="trusted" data-allow-js="true">
          <template data-content="fallback">
            <pre data-language="html">
              <code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 16px; box-sizing: border-box; }
  .profile { text-align: center; padding: 20px 0 16px; }
  .avatar { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, #f97316, #ec4899); margin: 0 auto 12px; }
  .name { font-size: 18px; font-weight: 700; }
  .handle { font-size: 13px; color: #94a3b8; }
  .stats { display: flex; justify-content: center; gap: 24px; margin: 16px 0; }
  .stat-val { font-size: 17px; font-weight: 700; }
  .stat-label { font-size: 11px; color: #94a3b8; }
  .follow-btn { display: block; margin: 0 20px; padding: 10px; background: #6366f1; color: #fff; border-radius: 10px; text-align: center; font-size: 14px; font-weight: 600; }
  .bio { font-size: 13px; color: #64748b; text-align: center; margin: 14px 20px 0; line-height: 1.4; }
&lt;/style&gt;
&lt;div class=&quot;profile&quot;&gt;
  &lt;div class=&quot;avatar&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;name&quot;&gt;Sam Rivera&lt;/div&gt;
  &lt;div class=&quot;handle&quot;&gt;@samrivera&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;stats&quot;&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;842&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Posts&lt;/div&gt;&lt;/div&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;12.4k&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Followers&lt;/div&gt;&lt;/div&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;381&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Following&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;follow-btn&quot;&gt;Follow&lt;/div&gt;
&lt;div class=&quot;bio&quot;&gt;Designer &amp; developer. Building things for the web.&lt;/div&gt;</code>
            </pre>
          </template>
          <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 16px; box-sizing: border-box; }
  .profile { text-align: center; padding: 20px 0 16px; }
  .avatar { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, #f97316, #ec4899); margin: 0 auto 12px; }
  .name { font-size: 18px; font-weight: 700; }
  .handle { font-size: 13px; color: #94a3b8; }
  .stats { display: flex; justify-content: center; gap: 24px; margin: 16px 0; }
  .stat-val { font-size: 17px; font-weight: 700; }
  .stat-label { font-size: 11px; color: #94a3b8; }
  .follow-btn { display: block; margin: 0 20px; padding: 10px; background: #6366f1; color: #fff; border-radius: 10px; text-align: center; font-size: 14px; font-weight: 600; }
  .bio { font-size: 13px; color: #64748b; text-align: center; margin: 14px 20px 0; line-height: 1.4; }
&lt;/style&gt;
&lt;div class=&quot;profile&quot;&gt;
  &lt;div class=&quot;avatar&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;name&quot;&gt;Sam Rivera&lt;/div&gt;
  &lt;div class=&quot;handle&quot;&gt;@samrivera&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;stats&quot;&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;842&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Posts&lt;/div&gt;&lt;/div&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;12.4k&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Followers&lt;/div&gt;&lt;/div&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;381&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Following&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;follow-btn&quot;&gt;Follow&lt;/div&gt;
&lt;div class=&quot;bio&quot;&gt;Designer &amp; developer. Building things for the web.&lt;/div&gt;</template>
        </rf-sandbox>
      </div>
      <div data-name="home-indicator"></div>
    </div>
  </div>
</div>
9:41
<div class="rf-mockup rf-mockup--iphone-15 rf-mockup--dark" style="--mockup-scale: 0.75" data-device="iphone-15" data-color="dark" data-fit="auto" data-elevation="flush" data-rune="mockup" data-density="compact">
  <div data-name="frame" class="rf-mockup__frame">
    <div data-name="bezel" class="rf-mockup__bezel">
      <div data-name="notch" data-notch="dynamic-island" class="rf-mockup__notch"></div>
      <div data-name="status-bar" class="rf-mockup__status-bar">
        <span data-name="status-time" class="rf-mockup__status-time">9:41</span>
        <span data-name="status-icons" class="rf-mockup__status-icons"></span>
      </div>
      <div data-name="viewport" class="rf-mockup__viewport" data-media="hero">
        <rf-sandbox class="rf-sandbox" data-source-content="&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 16px; box-sizing: border-box; }
  .profile { text-align: center; padding: 20px 0 16px; }
  .avatar { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, #f97316, #ec4899); margin: 0 auto 12px; }
  .name { font-size: 18px; font-weight: 700; }
  .handle { font-size: 13px; color: #94a3b8; }
  .stats { display: flex; justify-content: center; gap: 24px; margin: 16px 0; }
  .stat-val { font-size: 17px; font-weight: 700; }
  .stat-label { font-size: 11px; color: #94a3b8; }
  .follow-btn { display: block; margin: 0 20px; padding: 10px; background: #6366f1; color: #fff; border-radius: 10px; text-align: center; font-size: 14px; font-weight: 600; }
  .bio { font-size: 13px; color: #64748b; text-align: center; margin: 14px 20px 0; line-height: 1.4; }
&lt;/style&gt;
&lt;div class=&quot;profile&quot;&gt;
  &lt;div class=&quot;avatar&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;name&quot;&gt;Sam Rivera&lt;/div&gt;
  &lt;div class=&quot;handle&quot;&gt;@samrivera&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;stats&quot;&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;842&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Posts&lt;/div&gt;&lt;/div&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;12.4k&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Followers&lt;/div&gt;&lt;/div&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;381&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Following&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;follow-btn&quot;&gt;Follow&lt;/div&gt;
&lt;div class=&quot;bio&quot;&gt;Designer &amp; developer. Building things for the web.&lt;/div&gt;" data-height="852" data-security-mode="trusted" data-allow-js="true" data-rune="sandbox" data-density="compact">
          <template data-content="fallback">
            <pre data-language="html"><code data-language="html">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 16px; box-sizing: border-box; }
  .profile { text-align: center; padding: 20px 0 16px; }
  .avatar { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, #f97316, #ec4899); margin: 0 auto 12px; }
  .name { font-size: 18px; font-weight: 700; }
  .handle { font-size: 13px; color: #94a3b8; }
  .stats { display: flex; justify-content: center; gap: 24px; margin: 16px 0; }
  .stat-val { font-size: 17px; font-weight: 700; }
  .stat-label { font-size: 11px; color: #94a3b8; }
  .follow-btn { display: block; margin: 0 20px; padding: 10px; background: #6366f1; color: #fff; border-radius: 10px; text-align: center; font-size: 14px; font-weight: 600; }
  .bio { font-size: 13px; color: #64748b; text-align: center; margin: 14px 20px 0; line-height: 1.4; }
&lt;/style&gt;
&lt;div class=&quot;profile&quot;&gt;
  &lt;div class=&quot;avatar&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;name&quot;&gt;Sam Rivera&lt;/div&gt;
  &lt;div class=&quot;handle&quot;&gt;@samrivera&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;stats&quot;&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;842&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Posts&lt;/div&gt;&lt;/div&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;12.4k&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Followers&lt;/div&gt;&lt;/div&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;381&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Following&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;follow-btn&quot;&gt;Follow&lt;/div&gt;
&lt;div class=&quot;bio&quot;&gt;Designer &amp; developer. Building things for the web.&lt;/div&gt;</code></pre>
          </template>
          <template data-content="source">&lt;style&gt;
  html, body { height: 100%; }
  body { margin: 0; font-family: system-ui, sans-serif; background: #f8fafc; color: #1e293b; padding: 16px; box-sizing: border-box; }
  .profile { text-align: center; padding: 20px 0 16px; }
  .avatar { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, #f97316, #ec4899); margin: 0 auto 12px; }
  .name { font-size: 18px; font-weight: 700; }
  .handle { font-size: 13px; color: #94a3b8; }
  .stats { display: flex; justify-content: center; gap: 24px; margin: 16px 0; }
  .stat-val { font-size: 17px; font-weight: 700; }
  .stat-label { font-size: 11px; color: #94a3b8; }
  .follow-btn { display: block; margin: 0 20px; padding: 10px; background: #6366f1; color: #fff; border-radius: 10px; text-align: center; font-size: 14px; font-weight: 600; }
  .bio { font-size: 13px; color: #64748b; text-align: center; margin: 14px 20px 0; line-height: 1.4; }
&lt;/style&gt;
&lt;div class=&quot;profile&quot;&gt;
  &lt;div class=&quot;avatar&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;name&quot;&gt;Sam Rivera&lt;/div&gt;
  &lt;div class=&quot;handle&quot;&gt;@samrivera&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;stats&quot;&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;842&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Posts&lt;/div&gt;&lt;/div&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;12.4k&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Followers&lt;/div&gt;&lt;/div&gt;
  &lt;div&gt;&lt;div class=&quot;stat-val&quot;&gt;381&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;Following&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;follow-btn&quot;&gt;Follow&lt;/div&gt;
&lt;div class=&quot;bio&quot;&gt;Designer &amp; developer. Building things for the web.&lt;/div&gt;</template>
          <meta data-field="design-tokens" content="{&quot;fonts&quot;:[{&quot;role&quot;:&quot;heading&quot;,&quot;family&quot;:&quot;Inter&quot;,&quot;weights&quot;:[400,600,700],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;body&quot;,&quot;family&quot;:&quot;Source Sans Pro&quot;,&quot;weights&quot;:[400,600],&quot;category&quot;:&quot;sans-serif&quot;},{&quot;role&quot;:&quot;mono&quot;,&quot;family&quot;:&quot;Fira Code&quot;,&quot;weights&quot;:[400],&quot;category&quot;:&quot;monospace&quot;}],&quot;colors&quot;:[{&quot;name&quot;:&quot;Primary&quot;,&quot;value&quot;:&quot;#2563EB&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Secondary&quot;,&quot;value&quot;:&quot;#7C3AED&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Accent&quot;,&quot;value&quot;:&quot;#F59E0B&quot;,&quot;group&quot;:&quot;Brand&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#F9FAFB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#E5E7EB&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#9CA3AF&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#374151&quot;,&quot;group&quot;:&quot;Neutral&quot;},{&quot;name&quot;:&quot;Gray&quot;,&quot;value&quot;:&quot;#111827&quot;,&quot;group&quot;:&quot;Neutral&quot;}],&quot;spacing&quot;:{&quot;unit&quot;:&quot;4px&quot;,&quot;scale&quot;:[&quot;4&quot;,&quot;8&quot;,&quot;12&quot;,&quot;16&quot;,&quot;24&quot;,&quot;32&quot;,&quot;48&quot;,&quot;64&quot;]},&quot;radii&quot;:[{&quot;name&quot;:&quot;sm&quot;,&quot;value&quot;:&quot;4px&quot;},{&quot;name&quot;:&quot;md&quot;,&quot;value&quot;:&quot;8px&quot;},{&quot;name&quot;:&quot;lg&quot;,&quot;value&quot;:&quot;12px&quot;},{&quot;name&quot;:&quot;full&quot;,&quot;value&quot;:&quot;9999px&quot;}]}" />
        </rf-sandbox>
      </div>
      <div data-name="home-indicator" class="rf-mockup__home-indicator"></div>
    </div>
  </div>
</div>

No frame

Use device="none" for a minimal dashed border with no chrome.

{% mockup device="none" %}

Content without any device chrome.

{% /mockup %}
<div data-rune="mockup" data-rune-fields="{&quot;device&quot;:&quot;none&quot;,&quot;color&quot;:&quot;dark&quot;,&quot;fit&quot;:&quot;auto&quot;}">
  <div data-name="frame">
    <div data-name="viewport">
      <p>Content without any device chrome.</p>
    </div>
  </div>
</div>

Content without any device chrome.

<div class="rf-mockup rf-mockup--none rf-mockup--dark" data-device="none" data-color="dark" data-fit="auto" data-elevation="flush" data-rune="mockup" data-density="compact">
  <div data-name="frame" class="rf-mockup__frame">
    <div data-name="viewport" class="rf-mockup__viewport" data-media="hero">
      <p>Content without any device chrome.</p>
    </div>
  </div>
</div>

Attributes

AttributeTypeRequiredDescription
device"iphone-15" | "iphone-se" | "pixel" | "phone" | "ipad" | "tablet" | "browser" | "browser-dark" | "macbook" | "watch" | "none"Device frame to render around the content (e.g. iphone-15, browser, macbook).
labelstringCaption text shown below the device mockup.
color"dark" | "light" | "auto"Device chrome color scheme: dark, light, or auto to match the page.
statusBarbooleanEnable/disable the status bar on phone and tablet device frames.
urlstringURL displayed in the browser address bar for browser-type devices.
scalenumberScaling factor for the mockup size (1 = default, 0.5 = half size).
fit"auto" | "none"Content fitting mode: auto scales to fill the viewport, none uses natural size.

Universal attributes

bg

The background layer (SPEC-088): image, video, gradient, flat overlay wash and legibility scrim, in a single injected layer behind the rune's content.

AttributeTypeRequiredDescription
bgstringBackground preset applied to this block
bg-fromstringGradient start colour — a semantic token name (→ var(--rf-color-*))
bg-gradient"to-t" | "to-b" | "to-l" | "to-r" | "to-tr" | "to-br" | "to-bl" | "to-tl"Gradient direction (bounded named set)
bg-gradient-type"linear" | "radial" | "conic"Gradient type
bg-tostringGradient end colour — a semantic token name
bg-viastringOptional middle gradient stop — a semantic token name
scrim"top" | "bottom" | "left" | "right" | "none"Scrim direction (heaviest edge); presence turns the scrim on, "none" opts out of the default cover scrim
scrim-blur"none" | "sm" | "md" | "lg"Frost scrim blur amount
scrim-strength"sm" | "md" | "lg"Gradient scrim strength
scrim-tone"dark" | "light"Whether the scrim darkens (for light text) or lightens (for dark text)
scrim-type"gradient" | "frost"Scrim treatment: gradient (default) or frost (backdrop blur)
elevation

The chrome/depth ladder (SPEC-107). The skin maps each rung to a chrome bundle by attribute, so there is no BEM class.

AttributeTypeRequiredDescription
elevation"sunken" | "flush" | "flat" | "raised" | "floating" | "overlay" | "none" | "sm" | "md" | "lg"Surface depth on the SPEC-107 ladder (sunken→overlay); none/sm/md/lg are deprecated aliases
inset

Internal padding override.

AttributeTypeRequiredDescription
inset"flush" | "tight" | "default" | "loose" | "breathe"Inner padding of this block
motion

Scroll-reveal entrance (SPEC-105). The author declares the character, the theme owns the choreography, a behaviour owns the timing.

AttributeTypeRequiredDescription
reveal"none" | "fade" | "slide" | "scale" | "blur"Scroll-reveal entrance character (none|fade|slide|scale|blur); the theme owns the choreography
staggerbooleanCascade this block's items in as it reveals (no-op on single-child runes)
spacing

Block-level rhythm override.

AttributeTypeRequiredDescription
spacing"flush" | "tight" | "default" | "loose" | "breathe"Vertical spacing above and below this block
substrate

Generated pattern fills (SPEC-087). Markers only — the engine sets the attributes and cell/opacity custom properties, CSS draws the pattern.

AttributeTypeRequiredDescription
substrate"dots" | "grid" | "lines" | "cross" | "checker" | "none"Generated surface pattern
substrate-fill"inherit" | "inset"Surface fill the pattern sits on (full colour stays with tint)
substrate-opacity"sm" | "md" | "lg"Pattern ink strength
substrate-size"sm" | "md" | "lg"Pattern cell size
substrate-target"self" | "media"Which surface the pattern fills (overrides the rune/theme default)
tint

Per-rune colour override (SPEC-053): a named tint from the theme registry, with inline per-token overrides layered on top.

AttributeTypeRequiredDescription
tintstringColor tint preset applied to this block
tint-mode"auto" | "dark" | "light"Whether the tint adapts to auto, dark, or light mode
width

The track a block rune occupies.

AttributeTypeRequiredDescription
width"compact" | "narrow" | "content" | "wide" | "full"Maximum width constraint for this block
Not availableWhy
dropcap, readingthis rune declares no prose body
framethis rune declares neither a `frameTarget` nor a media section
prominencethis rune has no page-section header