Skip to content

Instantly share code, notes, and snippets.

@iazel
Created May 29, 2019 21:07
Show Gist options
  • Save iazel/089b773337b021bbd0e61a46cab8cf6c to your computer and use it in GitHub Desktop.
Save iazel/089b773337b021bbd0e61a46cab8cf6c to your computer and use it in GitHub Desktop.
Todo / Title
import { hc, text } from '@crui/core'
const Title = hc('h1', [
text('TODO App')
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment