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

1.2.0 • Public • Published

circular avatar component based on Material Design for riot-material

Installation

You can install it via nodejs

npm install @riot-material/rm-circular-avatar

or download one of the bundled file

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

require(['@riot-material/rm-circular-avatar'], function (CircularAvatarComponent) {
    // ...
});

/**
 * `dist/index.es.js`
 * npm installation
 */
import CircularAvatarComponent from "@riot-material/rm-circular-avatar";

otherwise you can include the script in your project html

<script src="@riot-material/rm-circular-avatar/index.js" />

and access it via

window.riotMaterial.components.circularAvatar;

Properties

src

circular optional

/@riot-material/rm-list-avatar/

    Package Sidebar

    Install

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

    Weekly Downloads

    1

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    4.61 kB

    Total Files

    10

    Last publish

    Collaborators

    • kal-aster