0.0.6 • Published 6 years ago

react-cf-component-not-found v0.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

react-cf-component-not-found

Not found component for Control Fitness.

This component work with https://www.npmjs.com/package/found.

Example

import NotFound from 'react-cf-component-not-found';

...
renderError: ({ error }) => (NotFound),
...