@emanon/ema-select

0.4.0 • Public • Published

ema-select

Overall

<ema-select> is ema version of <select> component.

Properties

Property Attribute Type Default
appearance appearance "box" | "line" "box"
description description string ""
disabled disabled boolean false
error error string ""
label label string ""
options options { label: string, value: string }[] []
placeholder placeholder string ""
required required boolean false
size size "large" | "small" "large"
value value string ""

Events

Event Type Description
value-change CustomEvent<{ value: string; }> Fires when new value is selected and form is closed.
Fires after select element's input event.

Readme

Keywords

none

Package Sidebar

Install

npm i @emanon/ema-select

Weekly Downloads

5

Version

0.4.0

License

MIT

Unpacked Size

98.2 kB

Total Files

7

Last publish

Collaborators

  • npm-cam
  • fkei
  • noritama
  • t4y3
  • ejithon
  • higashiyama
  • usui_yuki_cam