Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sasuke40/react-json-shaper
- Owner: SASUKE40
- License: mit
- Created: 2020-01-05T12:31:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:53:25.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T02:05:16.625Z (8 months ago)
- Topics: component, json, react, reactjs, shaper
- Language: JavaScript
- Homepage: https://sasuke40.github.io/react-json-shaper/
- Size: 2.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)