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