This is my component.
This project scaffold can be found at compulim/react-component-template
.
Try out the demo at https://compulim.github.io/my-component/.
First, run npm install my-component
for production build. Or run npm install my-component@master
for latest development build.
import MyComponent from 'my-component';
export default props =>
<MyComponent />
Like us? Star us.
Want to make it better? File us an issue.
Don't like something you see? Submit a pull request.