Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created November 3, 2019 10:56
Show Gist options
  • Save indreklasn/10ecb5014bc5330a3426eafbc0e8f3dd to your computer and use it in GitHub Desktop.
Save indreklasn/10ecb5014bc5330a3426eafbc0e8f3dd to your computer and use it in GitHub Desktop.
import { define } from 'hybrids';
const MyElement = {
count: 0,
render: ({ count }) => {...},
};
define('my-element', MyElement);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment