BTN-007

Star Leading Icon

Icon-leading button for featured or favorite actions.

More Buttons

Details

icon playful feature

Responsive behavior

Scales cleanly from desktop to mobile preview widths.

Accessibility

Uses semantic markup and visible focus styles in the preview.

Code examples

Adapt these to your project. Do not paste unrelated branding or colors blindly.

HTML

<!-- Example scaffold for BTN-007. Adapt to your project. -->
<section id="BTN-007" class="ai-design-example" data-zemew-component="buttons" data-style="playful" data-version="1">
  <!-- Implement using the live preview as the visual reference -->
</section>

CSS

/* Scope demo styles so they cannot affect the rest of the site */
#BTN-007.ai-design-example {
  /* mirror the preview treatment for BTN-007 */
}

Machine-readable metadata

The live preview exposes semantic attributes an AI or developer can read from the page source:

id="BTN-007" data-zemew-component="buttons" data-style="playful" data-variant="playful" data-animation="none" data-version="1"