Pulse · Playground
Playground
Real composition patterns drawn from the Figma exports. Each example shows the rendered result plus copy-ready markup. Built with v1 tokens only — no Phase 2 component CSS required.
Unsaved Changes Dialog
Recreates the dialog pattern from Figma Frame 1000007201.png — modal card with title, body, and two action buttons.
<div class="dialog">
<div class="dialog-body">
<h3>You Have Unsaved Changes</h3>
<p>You have unsaved changes. If you close now, your updates will be lost.</p>
</div>
<div class="dialog-actions">
<button class="link-btn">Discard Changes</button>
<button class="primary-btn">Keep Editing</button>
</div>
</div>
Data Table Row
Inspired by Figma Frame 1000007206.png — table row with editable cells, modified-by column, and inline actions.
Uses status tokens for the dropdown menu.
Highcharts-Style Progress Bars
From Figma Charts.png — labeled progress rows showing percentages and dollar values. Uses product color tokens.
File Attachment Area
From Figma Attachment area.png — list of attached files with type icons and inline link actions.