文件名称:anypoint-combobox:具有下拉菜单的输入,为物料设计和Anypoint平台设计样式
文件大小:147KB
文件格式:ZIP
更新时间:2024-03-03 22:09:01
JavaScript
任何点组合框 组合框是文本字段和自动完成元素的组合,用于为输入字段的UI提供建议。 用法 安装 npm install --save @anypoint-web-components/anypoint-combobox 在LitElement中 import { LitElement , html } from 'lit-element' ; import '@anypoint-web-components/anypoint-combobox/anypoint-combobox.js' ; class SampleElement extends PolymerElement { render ( ) { const suggestions = [ 'a' , 'b' , c ] ; return html ` < anypoint-combobox
【文件预览】:
anypoint-combobox-stage
----.travis.yml(2KB)
----index.js(62B)
----package.json(3KB)
----polymer.json(74B)
----test()
--------paper-combobox.test.js(1KB)
----package-lock.json(510KB)
----CONTRIBUTING.md(4KB)
----src()
--------AnypointCombobox.d.ts(877B)
--------AnypointCombobox.js(2KB)
----.npmignore(149B)
----anypoint-combobox.d.ts(162B)
----tsconfig.json(546B)
----index.d.ts(59B)
----.gitignore(807B)
----CHANGELOG.md(8KB)
----anypoint-combobox.js(132B)
----demo()
--------index.js(3KB)
--------index.html(566B)
----karma.conf.js(1KB)
----README.md(2KB)
----karma.sl.config.js(616B)