Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeetiss/render-prop-fns


https://github.com/jeetiss/render-prop-fns

props react render

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# render-prop-fns

>

[![NPM](https://img.shields.io/npm/v/render-prop-fns.svg)](https://www.npmjs.com/package/render-prop-fns) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save render-prop-fns
```

## Usage

```jsx
import React from "react";

import { Counter } from "render-prop-fns";

const Example = () => (

{({ inc, value }) => (


{value}


increment

)}

);
```

## License

MIT © [jeetiss](https://github.com/jeetiss)