0.1.3 • Published 5 years ago

stimulus-web-components v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago