DROP-001

Basic Action Menu

Button with an open action menu.

More Dropdowns

Details

menu actions

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 DROP-001. Adapt to your project. -->
<section id="DROP-001" class="ai-design-example" data-zemew-component="dropdowns" data-style="modern" 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 */
#DROP-001.ai-design-example {
  /* mirror the preview treatment for DROP-001 */
}

JavaScript

// Optional behavior for DROP-001
document.getElementById('DROP-001')?.addEventListener('click', () => {
  // project-specific interaction
});

Machine-readable metadata

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

id="DROP-001" data-zemew-component="dropdowns" data-style="modern" data-variant="basic" data-animation="none" data-version="1"