0.2.0 • Published 1 year ago

simple-stack-query v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Simple stack query

A simple library to query the DOM from your Astro components.

<RootElement>
  <button data-target="btn">Click me</button>
</RootElement>

<script>
  RootElement.ready(($) => {
    $('btn').addEventListener('click', () => {
      console.log("It's like JQuery but not!");
    });
  });
</script>

šŸ“š Visit the docs for more information and usage examples.

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago