2.0.3 • Published 7 years ago

@zippytech/react-clean-props v2.0.3

Weekly downloads
330
License
Apache-2.0
Repository
github
Last release
7 years ago

react-clean-props

Install

$ npm install @zippytech/react-clean-props

Usage

import cleanProps from '@zippytech/react-clean-props'

class App extends React.Component {
  render() {
    const props = cleanProps(this.props, App.propTypes)
    return <div {...props} />
  }
}

App.propTypes = {
  // all your component props go here
}

LICENSE

Apache2