Skip to content

Instantly share code, notes, and snippets.

@shilman
Created July 25, 2019 09:27
Show Gist options
  • Save shilman/fddb7c7e20ce986e6cfbd292ebf331c8 to your computer and use it in GitHub Desktop.
Save shilman/fddb7c7e20ce986e6cfbd292ebf331c8 to your computer and use it in GitHub Desktop.
export default { title: 'Counter' }
export const enabled = () => <Counter text="Enabled" />;
export const disabled = () => <Counter disabled text="Disabled" />;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment