Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willmendesneto/beaf9b570766245d3ca3d64372bc2a77 to your computer and use it in GitHub Desktop.
Save willmendesneto/beaf9b570766245d3ca3d64372bc2a77 to your computer and use it in GitHub Desktop.
@myapp/
  buttons/
    entrypoints/
      utils.js <-- Exporting `ButtonGroup` and `ButtonTheme` components
      ButtonWithIcon.js <-- Exporting `ButtonWithIcon` component
      Button.js         <-- Exporting `Button` component
    ButtonGroup.js   
    ButtonTheme.js   
    ButtonWithIcon.js   
    Button.js           
    index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment