@emanon/ema-timeinput
0.3.14 • Public • Published
ema-timeinput
Properties
Property |
Attribute |
Modifiers |
Type |
Default |
Description |
appearance |
appearance |
|
"box" | "line" |
"line" |
|
description |
description |
|
string |
"" |
|
disabled |
disabled |
|
boolean |
false |
|
error |
error |
|
string |
"" |
|
hour |
|
readonly |
|
|
|
label |
label |
|
string |
"" |
|
minute |
|
readonly |
|
|
|
required |
required |
|
boolean |
false |
|
second |
|
readonly |
|
|
|
size |
size |
|
"large" | "small" |
"large" |
|
step |
step |
|
string |
"1" |
|
value |
value |
|
string |
"" |
'00:00' or '00:00:00' |
Events
Event |
Type |
Description |
value-change |
CustomEvent<{ value: string; }> |
Fires when value has changed. |
Readme
Keywords
nonePackage Sidebar
Install
npm i @emanon/ema-timeinput
Weekly Downloads