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: 3 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:53:25.000Z (over 3 years ago)
- Last Synced: 2025-10-24T03:44:25.723Z (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.
[](https://www.npmjs.com/package/react-json-shaper) [](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)