Skip to content

Instantly share code, notes, and snippets.

@MykolaGolubyev
Last active February 21, 2019 17:03
Show Gist options
  • Save MykolaGolubyev/239fa1d4cb72736724c18fe0f019c76d to your computer and use it in GitHub Desktop.
Save MykolaGolubyev/239fa1d4cb72736724c18fe0f019c76d to your computer and use it in GitHub Desktop.
export function buttonsDemo(registry: Registry) {
registry
.add('primary', () => <Button primary label="click me" onClick={onClick}/>)
.add('secondary', () => <Button label="click me" onClick={onClick}/>);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment