2.2.3 • Published 2 years ago

@riot-material/rm-select v2.2.3

Weekly downloads
137
License
MIT
Repository
github
Last release
2 years ago

select component based on Material Design for riot-material

Installation

You can install it via nodejs

npm install @riot-material/rm-select

or download one of the bundled file

/**
 * `dist/index.amd.js`
 * `dist/index.amd+libs.js`
 * `dist/index.umd.js`
 * `dist/index.umd+libs.js`
 */
requirejs.config({
  paths: {
      "@riot-material/rm-select": "path/to/@riot-material/rm-select",
   },
});

require(['@riot-material/rm-select'], function (SelectComponent) {
    // ...
});

/**
 * `dist/index.js`
 * `dist/index.es.js`
 * npm installation
 */
import SelectComponent from "@riot-material/rm-select";

otherwise you can include the script in your project html

<script src="@riot-material/rm-select/index.umd.js" />
<!-- or -->
<script src="@riot-material/rm-select/index.umd+libs.js" />

and access it via

window.riotMaterial.components.select;

Note: all the bundled file having +libs contain also the dependencies needed by the component, which, in this case, are:
@riot-material/before-focus-listener
@riot-material/ripple
@riot-material/rm-button
@riot-material/rm-menu
@riot-material/rm-textfield-container
Be sure to have them when installing manually or including via html

2.2.3

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.2

2 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.6.0

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago