mdl-select-component

WebJar for mdl-select-component

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

mdl-select-component
Last Version

Last Version

0.0.9
Release Date

Release Date

Type

Type

jar
Description

Description

mdl-select-component
WebJar for mdl-select-component
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/MEYVN-digital/mdl-selectfield

Download mdl-select-component

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/mdl-select-component/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>mdl-select-component</artifactId>
    <version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mdl-select-component/
implementation 'org.webjars.npm:mdl-select-component:0.0.9'
// https://jarcasting.com/artifacts/org.webjars.npm/mdl-select-component/
implementation ("org.webjars.npm:mdl-select-component:0.0.9")
'org.webjars.npm:mdl-select-component:jar:0.0.9'
<dependency org="org.webjars.npm" name="mdl-select-component" rev="0.0.9">
  <artifact name="mdl-select-component" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mdl-select-component', version='0.0.9')
)
libraryDependencies += "org.webjars.npm" % "mdl-select-component" % "0.0.9"
[org.webjars.npm/mdl-select-component "0.0.9"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : material-design-lite jar [1.3.0,2)

Project Modules

There are no modules declared in this project.

mdl-selectfield

Material Design Lite selectfield component (https://github.com/google/material-design-lite)

Live Example

Check out the jsfiddle

Basic use

To use any MDL component, you must include the minified CSS and JavaScript files using standard relative-path references in the <head> section of the page, as described in the MDL Introduction.

Examples

Select 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>

Versions

Version
0.0.9
0.0.8
0.0.7
0.0.6