@ipscape/ips-icon

1.0.29 • Public • Published

ips-icon

tested with jest jest

The <ips-icon> provides an icon component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-icon

or

yarn add @ipscape/ips-icon

Add the component to your app:

import Vue from 'vue';
import IpsIcon from '@ipscape/ips-icon';
import '@ipscape/ips-icon/dist/ips-icon.css';

Vue.component(IpsIcon.name, IpsIcon);

Use a component in your application:

<template>
  <ips-icon icon="ico-star" size="sm"></ips-icon>
</template>

License

License: GPL v2 License: GPL v3

Made with ❤ by ipSCAPE

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.

Package Sidebar

Install

npm i @ipscape/ips-icon

Weekly Downloads

141

Version

1.0.29

License

GPL-2.0-or-later

Unpacked Size

167 kB

Total Files

13

Last publish

Collaborators

  • sen.john
  • ipscaper
  • justin_ipscape