lit-remixicon

1.0.3 • Public • Published

LIT-REMIXICON

This is a simple wrapper package to add remixicon icons to lit projects.

https://remixicon.com/


Instructions

npm i lit-remixicon

Just import it and wrap it in an element.

import inlineSoSVG from 'lit-remixicon/svg/logos/stack-overflow-fill';
...
...
public render() {
  return html`<i style="display: inline-block; width: 50x; height: 50px;">${inlineSoSVG}</i>`;
}

import path is lit-remixicon/svg/[category]/[icon name]

You can find the categories and icons at https://remixicon.com/ website.

dependencies

  • Lit

Dependents (0)

Package Sidebar

Install

npm i lit-remixicon

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

2.18 MB

Total Files

4546

Last publish

Collaborators

  • cetico