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