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

1.2.0 • Public • Published

list image component based on Material Design for riot-material

Installation

You can install it via nodejs

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

or download one of the bundled file

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

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

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

otherwise you can include the script in your project html

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

and access it via

window.riotMaterial.components.listImage;

Properties

src

large optional

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    0
  • 1.1.0
    1
  • 1.0.0
    0

Package Sidebar

Install

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

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

4.56 kB

Total Files

10

Last publish

Collaborators

  • kal-aster