Skip to content

Instantly share code, notes, and snippets.

@viniciusdacal
Created October 10, 2017 18:57
Show Gist options
  • Select an option

  • Save viniciusdacal/2c039bc08f3063a437b13c0cc4bc65ca to your computer and use it in GitHub Desktop.

Select an option

Save viniciusdacal/2c039bc08f3063a437b13c0cc4bc65ca to your computer and use it in GitHub Desktop.
import Button from 'path/to/Button';
const props = [
'children',
'id',
'className',
'disabled',
'etc..',
];
const ReactButton = reactDirective => reactDirective(Button, props);
ReactButton.$inject = ['reactDirective'];
export default ReactButton;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment