UNPKG

react-conditional-rendering

Version:

A React component library that helps in conditional rendering.

5 lines (3 loc) 155 B
// Import the Button component from this folder and send it down to ./components/index.js import RenderIf from './RenderIf'; export default RenderIf;