MorphCanvas
HomeGallery › Pricing Comparison Card

Pricing Comparison Card

Compare two subscription tiers side by side.

★ 0 community votes · Safety scan passed · Sandboxed preview

About this component

Pricing Comparison Card is an interface component generated on MorphCanvas, an infinite AI workspace that turns written intent into reviewable HTML, CSS, and JavaScript widgets. This component passed MorphCanvas’s automated safety scan, which checks for unsafe patterns such as external network calls, storage access, inline event handlers, and code execution, and it is rendered here inside a sandboxed preview frame.

How it was built

A creator described the result they wanted, MorphCanvas routed the request through its AI provider chain with automatic failover, scanned the generated code, and published the reviewed component to the public library. You can build and publish your own components on the MorphCanvas canvas.

Source

HTML

<div class="pricing-card"><div class="tier"><h3 class="tier-title">Basic</h3><p class="tier-price">$9.99/mo</p><ul class="tier-features"><li>Feature A</li><li>Feature B</li></ul><button class="tier-btn">Choose</button></div><div class="tier"><h3 class="tier-title">Pro</h3><p class="tier-price">$19.99/mo</p><ul class="tier-features"><li>Feature A</li><li>Feature B</li><li>Feature C</li></ul><button class="tier-btn">Choose</button></div></div>

CSS

body{font-family:sans-serif;margin:0;padding:0}.pricing-card{display:flex;gap:20px;padding:20px}.tier{border:1px solid #ccc;border-radius:8px;padding:20px;width:200px}.tier-title{margin:0 0 10px}.tier-price{font-size:24px;margin:10px 0}.tier-features{list-style:none;padding:0;margin:10px 0}.tier-features li{margin-bottom:5px}.tier-btn{background:#007bff;color:#fff;border:none;padding:10px 15px;border-radius:4px;cursor:pointer}
Build your own on MorphCanvas