0.2.0 • Published 3 years ago

iffyjiffy v0.2.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

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>