https://github.com/compulim/react-component-template
My React component template
https://github.com/compulim/react-component-template
Last synced: 4 days ago
JSON representation
My React component template
- Host: GitHub
- URL: https://github.com/compulim/react-component-template
- Owner: compulim
- License: mit
- Created: 2018-06-16T07:40:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T00:58:47.000Z (almost 7 years ago)
- Last Synced: 2025-02-17T13:11:24.103Z (3 months ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# my-component
[](https://badge.fury.io/js/my-component) [](https://travis-ci.org/compulim/my-component)
This is my component.
This project scaffold can be found at [`compulim/react-component-template`](https://github.com/compulim/react-component-template).
# Demo
Try out the demo at https://compulim.github.io/my-component/.
# How to use
First, run `npm install my-component` for production build. Or run `npm install my-component@master` for latest development build.
```jsx
import MyComponent from 'my-component';export default props =>
```# Contributions
Like us? [Star](https://github.com/compulim/my-component/stargazers) us.
Want to make it better? [File](https://github.com/compulim/my-component/issues) us an issue.
Don't like something you see? [Submit](https://github.com/compulim/my-component/pulls) a pull request.