We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b370c commit 813c917Copy full SHA for 813c917
README.md
@@ -16,15 +16,13 @@ $ npm i --save ra-input-json
16
17
## Usage
18
19
-```python
+```javascript
20
import { JSONEditor, JSONEView } from 'ra-input-json';
21
22
-In List component use JSONEView component.
23
-#Example:
24
-<JSONEView source="your source name" label="your label name"/>
+// In List component use JSONEView component.
+<JSONEView source="your source name" label="your label name" />
25
26
-In Form component such as SimpleForm use JSONEditor component.
27
+// In Form component such as SimpleForm use JSONEditor component.
28
<JSONEView source="your source name" label="your label name"/>
29
```
30
## Component Properties
0 commit comments