02 Text - v_textarea...
v_textarea
v_textarea is a component with
- file upload support
- markdown support
valuereadonlytab- -4 default edit ,-3 previewadvanced- default truerequiredvaluetype- default mdcss- default xd-whiteplaceholderdefault comment
| HTML | |
|---|---|
v_editable_div
Simple editable div
Props:
slot
Events:
@input@updated
| HTML | |
|---|---|
codemirror
Source code editor with syntax highlighting
| JavaScript | |
|---|---|
| HTML | |
|---|---|
v_code
Display code with syntax highlighting.
Props
value:{ type: String }type:{ type: String, default: 'txt' }(Supported types:js,javascript,json,txt,html,css,xml,sql,handlebars)highlight:{ type: Boolean, default: false }
Example
| HTML | |
|---|---|