An open API service indexing awesome lists of open source software.

https://github.com/codewell/react-render-gate

React component for rendering on condition
https://github.com/codewell/react-render-gate

Last synced: 29 days ago
JSON representation

React component for rendering on condition

Awesome Lists containing this project

README

          

# @codewell/render-gate

## Installation

**Alpha version**

```
npm install @codewell/render-gate
```

## Basic Usage

```JSX
import RenderGate from '@codewell/render-gate';

const SomeComponent = (props) => (
<>

This renders


This does not render

>
);

```

## Contribution

Please help by submitting issues and pull requests here on github
Read more on [codewell's webpage](https://codewell.github.io/contribution)