在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):meyvn/mdl-selectfield开源软件地址(OpenSource Url):https://github.com/meyvn/mdl-selectfield开源编程语言(OpenSource Language):HTML 73.9%开源软件介绍(OpenSource Introduction):mdl-selectfieldMaterial Design Lite selectfield component (https://github.com/google/material-design-lite) Live ExampleCheck out the jsfiddle Basic useTo use any MDL component, you must include the minified CSS and JavaScript files using standard relative-path references
in the ExamplesSelect field. <div class="mdl-selectfield mdl-js-selectfield">
<select id="myselect" name="myselect" class="mdl-selectfield__select">
<option value=""></option>
<option value="option0_value">option 0</option>
<option value="option1_value">option 1</option>
</select>
<label class="mdl-selectfield__label" for="myselect">Choose option</label>
</div> |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论