iffyjiffy
v0.2.0
Published
Conditional React Component Rendering
Downloads
4
Readme
iffyjiffy
Simple IF React Component for conditional rendering
Using npm:
$ npm i iffyjiffy
Using yarn:
$ yarn add iffyjiffy
Use:
import IF from 'iffyjiffy';
<IF condition={true|false}>
<ConditionallyRenderedChild />
</IF>