svelte-ui
Version:
Flat UI Components with SvelteJS
16 lines (14 loc) • 567 B
Markdown
svelte-ui](https://github.com/transpiling/svelte-flat-ui/)
### Attributes
| Parameter | description | type | optional value | default value |
| --- | --- | --- | --- | --- |
| Value | value | String | - | - |
| Type | type | String | text, password | text |
| Status | state | String | default, error, success | default |
| Placeholder | placeholder text | String | - | - |
| Disabled | whether to disable | Boolean | - | false |
### Events
| Event name | description | callback parameter |
| --- | --- | --- |
| Onfocus | when the focus is triggered | event |
[