Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created February 27, 2025 17:24
Show Gist options
  • Save dontpaniclabsgists/2894fa288d089d9d048e193a3ec635e5 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/2894fa288d089d9d048e193a3ec635e5 to your computer and use it in GitHub Desktop.
<script setup lang="ts">
import { CustomButton } from 'component.library';
defineProps<{ msg: string }>()
const count = ref(0)
</script>
<CustomButton text="Custom Button Text" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment