Skip to content

Instantly share code, notes, and snippets.

@akulsr0
Created June 29, 2022 12:25
Show Gist options
  • Save akulsr0/ad4089c17216d57da0f44f8ec6bd5fb8 to your computer and use it in GitHub Desktop.
Save akulsr0/ad4089c17216d57da0f44f8ec6bd5fb8 to your computer and use it in GitHub Desktop.
Test component via cdn
export function Greet({ name }) {
return <h3>Hello, {name}</h3>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment