react-json-pipe-lib

1.0.0 • Public • Published

react-json-pipe-lib

A react component that exposes similar funcionality to the Angular JSON Pipe.

NPM JavaScript Style Guide

Install

npm install --save react-json-pipe-lib

Usage

import React, { Component } from 'react'
 
import MyComponent from 'react-json-pipe-lib'
 
class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © andresggarcia

Readme

Keywords

none

Package Sidebar

Install

npm i react-json-pipe-lib

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.85 MB

Total Files

8

Last publish

Collaborators

  • andresg747