ars-COMPONENT

One-line description of what this component does.

← Back to Demo Page

About

Longer description of the component, its purpose, and key features.

Variants

<ars-COMPONENT variant="primary"></ars-COMPONENT>

Event Monitor

[ready] Listening for ars-COMPONENT:event...

Theme Toggle

Usage

<ars-COMPONENT attribute="value"></ars-COMPONENT> <script> const el = document.querySelector('ars-COMPONENT'); el.addEventListener('ars-COMPONENT:event', (e) => { console.log('Event:', e.detail); }); </script>