0.2.0 • Published 2 years ago

simple-stack-query v0.2.0

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

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago