// // JSONEditorReact.tsx // import { useEffect, useRef } from 'react' import { createJSONEditor, JSONEditorPropsOptional } from 'vanilla-jsoneditor' const JSONEditorReact: React.FC<JSONEditorPropsOptional> = (props) => { const refContainer = useRef<HTMLDivElement>(null) const refEditor ...
JSONEditorPropsOptional}from'vanilla-jsoneditor'constJSONEditorReact:React.FC<JSONEditorPropsOptional>=(props)=>{constrefContainer=useRef<HTMLDivElement>(null)constrefEditor=useRef<JSONEditor|null>(null)useEffect(()=>{// create editorrefEditor.current=newJSONEditor({target:refContainer.current!,props:...
112 const JSONEditorReact: React.FC<JSONEditorPropsOptional> = (props) => { 113 const refContainer = useRef<HTMLDivElement>(null) 114 const refEditor = useRef<JSONEditor | null>(null) 115 116 useEffect(() => { 117 // create editor 118 refEditor.current = new JSONEditor({ ...
Sorry, the toolbar, codeblock, and link plugins now use React for UI interaction. However, apart from the toolbar, there is less utilization of React for UI interaction in the other plugins. For example, the dropdown menu for selecting code languages in the codeblock plugin uses React. I...
react-intl-universal-pseudo-converter: A pseudo-localization tool for testing internationalization. JSON5 Editor: JSON for Humans. Compare NPM Packages: Find the Best npm Package for Your Project. License This software is free to use under the BSD license.About...
Separation of spreadsheet and worksheets; New worksheet methods and events; Dedicated wrappers for React and Vue for better framework integration; Modern development environment powered by Webpack; Updated architecture aligned with other distributions;...
test-react-latest-dist (dist, 2/2) test-react-latest-dist (dist-min, 1/2) test-react-latest-dist (dist-min, 2/2) 👀 Visual Regression Diff Build on: pull_request visual-diff snapshot (1/2) visual-diff snapshot (2/2) visual-diff report Preview Build on: pull_request...
- `react` - `react-leo` 2 changes: 1 addition & 1 deletion 2 create-aleo-app/package.json Original file line numberDiff line numberDiff line change @@ -1,6 +1,6 @@ { "name": "create-aleo-app", "version": "0.0.6", "version": "0.0.8", "type": "module", "license": ...
resources Allow react components to mount on pages March 27, 2018 15:03 tests Merge pull request vanilla#7712 from vanilla/fix/travis-build August 31, 2018 17:20 themes First pass compatibility styles August 7, 2018 17:39 uploads Remove execute permissions on all files (chmod -x) ...
vanilla-react-utils package.json src mounting.spec.tsx mounting.tsx useMeasure.ts vanilla-redux-utils package.json src MockStore.ts vanilla-theme-core fonts kbicons.eot kbicons.svg kbicons.ttf kbicons.woff scss base _icons.scss sections _footer.scss vanilla-tsconfig base.json vanilla...