react18-json-view:专为React 18设计的JSON视图组件,支持所有JavaScript类型,并提供丰富的配置选项。 react-json-view:一个广泛使用的JSON视图库,虽然名称中没有明确指出支持React 18,但通常与最新版本的React兼容。 react-json-tree:另一个流行的JSON视图库,提供了树状结构的JSON数据展示,同样与React 18兼容。 5. ...
importJsonViewfrom'react18-json-view'import'react18-json-view/src/style.css'// If dark mode is needed, import `dark.css`.// import 'react18-json-view/src/dark.css'<JsonViewsrc={my_json_object}/>// If needed, you can use the internal stringify function.// import { stringify } from...
"treeview" ], "homepage": "https://github.com/YYsuni/react18-json-view#readme", "repository": { "type": "git", "url": "git+https://github.com/YYsuni/react18-json-view.git" }, "bugs": { "url": "https://github.com/YYsuni/react18-json-view/issues" }, "sideEffects": fals...
"name": "react18-json-view", "version": "0.2.9-canary.4", "version": "0.2.9-canary.5", "type": "module", "description": "JSON viewer for react18", "main": "dist/cjs/index.cjs",2 changes: 1 addition & 1 deletion 2 website/src/contents/display-array-index.tsx Original fil...
MouseEvent) => void; className: string; style: React.CSSProperties }> | undefined, CustomOperation: undefined as | React.FC<{ node: any }> | React.Component<{ node: any }> | undefined, }) export interface JsonViewProps { @@ -122,6 +126,10 @@ export interface JsonViewProps { ...
Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion2package.json Original file line numberDiff line numberDiff line change @@ -1,6 +1,6 @@ { "name":"react18-json-view", "version":"0.2.9-canary.5", "version":"0.2.9-canary.6", ...
JSON viewer for react18. Contribute to YYsuni/react18-json-view development by creating an account on GitHub.
Can we expect support for React < 18 in the future? I see that useId hook is being used and it is only available in React 18.Member jaywcjlove commented Jul 14, 2024 @JonathanAriass If we can support <18 without useId, I think we can accomplish this task. EliazTray commented ...
JSON viewer for react18. Contribute to YYsuni/react18-json-view development by creating an account on GitHub.
react 低代码大屏编辑器。前端:React18 + Nestjs + Mui + Tailwindcss 后台:Nestjs + Mongodb 实现低代码大屏拖拽编辑工具。核心功能:低代码编辑器,json配置化表单、属性栏、组件列表、查询表格、组件模板、页面模板 - Li-vien/CcView