@canner/antd-string-input

string input

Usage no npm install needed!

<script type="module">
  import cannerAntdStringInput from 'https://cdn.skypack.dev/@canner/antd-string-input';
</script>

README

@canner/antd-string-input

API

Props:

name type default description
id String Field id
value String Default value of the input
disabled Boolean Whether input is disable or not
onChange (id: string, type: string, value: string) => void Called when input is changed