Skip to content

Instantly share code, notes, and snippets.

@KonnorRogers
Created June 18, 2026 14:59
Show Gist options
  • Select an option

  • Save KonnorRogers/27c8660b61c43359dcd80a7adb894fd1 to your computer and use it in GitHub Desktop.

Select an option

Save KonnorRogers/27c8660b61c43359dcd80a7adb894fd1 to your computer and use it in GitHub Desktop.
Astro button
---
import Button from "@awesome.me/webawesome/dist/components/button/button.js";
---
<Button>Hi</Button>
<script>
import "@awesome.me/webawesome/dist/components/button/button.js";
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment