You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/index.mdx
+56-27
Original file line number
Diff line number
Diff line change
@@ -4,31 +4,53 @@ import { JsonViewerPreview } from '../components/JsonViewerPreview'
4
4
5
5
# @textea/json-viewer
6
6
7
-
### NPM
7
+
##Overview
8
8
9
-
```shell
10
-
npm install @textea/json-viewer
11
-
```
9
+
> **Makes data visualization a breeze!**
12
10
13
-
### Yarn
11
+
`@textea/json-viewer` allows you to display JSON data in a readable and user-friendly format. But it's not just limited to JSON - you can use it to view **ANY** kind of data. The library is highly customizable and supports 100% TypeScript, making it easy to modify and tailor to your specific needs.
|`editable`|`boolean`\|<br />`(path, currentValue) => boolean`|`false`| Whether enable edit feature. You can pass a function to customize the result. |
63
98
|`defaultInspectDepth`|`number`| 5 | Default inspect depth for nested objects.<br /><br />_\* If the number is set too large, it could result in performance issues._|
0 commit comments