skinny-widgets input element for antd theme
input element
```
npm i sk-input sk-input-antd --save`html`
base-path="/node_modules/sk-core/src"
theme-path="/node_modules/sk-theme-antd"
>
#### attributes
value - value syncronized with internal native element
disabled - disabled attribute syncronized with internal native element
list - datalist attribute for input
#### slots
default (not specified) - draws label for input
label - draws label for input
`html``
Some Label
#### template
id: SkInputTpl