@riot-material/rm-list-group
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

list group component based on Material Design for riot-material

Installation

You can install it via nodejs

npm install @riot-material/rm-list-group

or download one of the bundled file

/**
 * `dist/index.js`
 */
requirejs.config({
  paths: {
      "@riot-material/rm-list-group": "path/to/@riot-material/rm-list-group",
   },
});

require(['@riot-material/rm-list-group'], function (ListGroupComponent) {
    // ...
});

/**
 * `dist/index.es.js`
 * npm installation
 */
import ListGroupComponent from "@riot-material/rm-list-group";

otherwise you can include the script in your project html

<script src="@riot-material/rm-list-group/index.js" />

and access it via

window.riotMaterial.components.listGroup;

Properties

label

Slots

default

Readme

Keywords

none

Package Sidebar

Install

npm i @riot-material/rm-list-group

Weekly Downloads

2

Version

1.2.1

License

MIT

Unpacked Size

124 kB

Total Files

12

Last publish

Collaborators

  • kal-aster