1.3.9 • Published 2 years ago
json5-editor v1.3.9
json5-editor
A lite JSON5 editor with smart autoComplete and zero configuration
NPM | Github | Playground
usage
import { Editor } from 'json5-editor'
export default () => {
return (
<Editor {...props} />
)
}
feature
- Syntax highlight
- Auto formatting & error correcting
- Duplicate property name checking
- Brace matching
- code ruler
Not optimized for big JSON, use at your own risk
more about how it works and limitations, please refer to https://github.com/satya164/react-simple-code-editor#how-it-works
API
prop | description | type | default |
---|---|---|---|
initialValue | default value of textarea | string | '' |
value | value in the textarea, required in controlled mode | string | - |
onChange | textarea value change callback, required in controlled mode | (v: string) => void | - |
placeholder | placeholder of textarea | string | '' |
style | className of textarea and pre tag | React.CSSProperties | - |
className | className of outer container | string | - |
disabled | whether the editor is disbled | boolean | false |
readOnly | whether the editor is readonly | boolean | false |
1.3.9
2 years ago
1.3.9-beta.2
4 years ago
1.3.9-beta1
4 years ago
1.3.8
4 years ago
1.3.7
4 years ago
1.3.6
4 years ago
1.3.5
4 years ago
1.3.4
4 years ago
1.3.3
4 years ago
1.3.2
4 years ago
1.3.1
4 years ago
1.3.0
4 years ago
1.3.0-beta.0
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.11
4 years ago
1.1.10
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.1
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.0.2
4 years ago
1.1.0
4 years ago
1.0.1
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.0
4 years ago
1.0.0-beta.0
4 years ago