Created
July 25, 2019 09:27
-
-
Save shilman/fddb7c7e20ce986e6cfbd292ebf331c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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