About
Longer description of the component, its purpose, and key features.
Variants
<ars-COMPONENT variant="primary"></ars-COMPONENT>
Event Monitor
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>