Skip to content

tarrencev/react-intl-proptypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-intl-proptypes

Build Status

PropType validators for ReactIntl components, i.e. <FormattedMessage />.

Installation

$ npm install react-intl-proptypes

Example

  import ReactIntlPropTypes from 'react-intl-proptypes';
  
  propTypes = {
    title: ReactIntlPropTypes.formattedMessage.isRequired,
  }

About

PropType validators for React Intl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published