https://github.com/aackerman/proptypes
PropTypes extracted from React
https://github.com/aackerman/proptypes
Last synced: 11 months ago
JSON representation
PropTypes extracted from React
- Host: GitHub
- URL: https://github.com/aackerman/proptypes
- Owner: aackerman
- License: other
- Created: 2015-02-18T03:42:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T07:22:08.000Z (about 9 years ago)
- Last Synced: 2025-07-02T21:50:01.534Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 47
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Install
```
npm install --save prop-types
```
### Notice
The source code presented here is representative of `prop-types@0.2.0`.
The npm releases have since been turned over to the team responsible for React.
The latest releases of `prop-types` on npm are representative of the source code in the React codebase.
The source code for `prop-types@15.5.0` lives [here](https://github.com/facebook/react/tree/v15.5.0/addons/prop-types) and any further releases of `prop-types` will be based on the source living in the React codebase.