Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 549 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 549 Bytes

stimulus-web-components

This library lets you write Stimulus controllers that can also act as Web Components! So instead of writing:

<div data-controller="my-widget" data-my-widget-hue="blue">
  <button data-action="my-widget#engage">Engage!</button></div>

You can write:

<stimulus-my-widget hue="blue">
  <button data-action="my-widget#engage">Engage!</button></stimulus>

Stimulus Web Components supports element attributes and methods along with full support for the Shadow DOM!

More docs to follow