Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Created May 24, 2021 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristoferjoseph/a195c0e4a79d024dd170bcefc89e92d3 to your computer and use it in GitHub Desktop.
Save kristoferjoseph/a195c0e4a79d024dd170bcefc89e92d3 to your computer and use it in GitHub Desktop.
import html from 'https://registry.begin.com/html'
export default function Login(state={}) {
return html`
<my-page>
<my-form>
<my-input></my-input>
<my-button>Submit</my-button>
</my-form>
</my-page>
`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment