@emanon/ema-colorinput
v0.5.0
Published
## Properties
Downloads
6
Readme
ema-colorinput
Properties
| Property | Attribute | Type | Default |
|---------------|---------------|----------------------|---------|
| appearance | appearance | "box" \| "line" | "box" |
| description | description | string | "" |
| disabled | disabled | boolean | false |
| error | error | string | "" |
| label | label | string | "" |
| placeholder | placeholder | string | "" |
| required | required | boolean | false |
| size | size | "large" \| "small" | "large" |
| value | value | string | "" |
Events
| Event | Type |
|----------------|-----------------------------------|
| value-change | CustomEvent<{ value: string; }> |
| value-input | CustomEvent<{ value: string; }> |
