Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sasuke40/react-json-shaper

A JSON shaper component based on react.
https://github.com/sasuke40/react-json-shaper

component json react reactjs shaper

Last synced: about 2 months ago
JSON representation

A JSON shaper component based on react.

Awesome Lists containing this project

README

        

# react-json-shaper

> A JSON shaper component based on react.

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

## Install

```bash
npm install --save react-json-shaper
```

## Usage

```tsx
import * as React from "react";

import MyComponent from "react-json-shaper";

class Example extends React.Component {
render() {
return ;
}
}
```

## License

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