0.2.0 • Published 12 months ago

simple-stack-query v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago