https://github.com/compulim/react-component-template-ts
My React component template in TypeScript
https://github.com/compulim/react-component-template-ts
Last synced: about 1 year ago
JSON representation
My React component template in TypeScript
- Host: GitHub
- URL: https://github.com/compulim/react-component-template-ts
- Owner: compulim
- License: mit
- Created: 2018-06-18T23:31:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T00:59:25.000Z (about 8 years ago)
- Last Synced: 2025-02-17T13:11:25.348Z (over 1 year ago)
- Language: JavaScript
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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-ts`](https://github.com/compulim/react-component-template-ts).
# 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.