README
@canner/antd-string-mde
API
Props:
| name | type | default | description |
|---|---|---|---|
| id | String | Field id | |
| value | String | Default value | |
| onChange | (id: string, type: string, value: string) => void | Called when input is changed |
string markdown editor
<script type="module">
import cannerAntdStringMde from 'https://cdn.skypack.dev/@canner/antd-string-mde';
</script>
| name | type | default | description |
|---|---|---|---|
| id | String | Field id | |
| value | String | Default value | |
| onChange | (id: string, type: string, value: string) => void | Called when input is changed |