@ipscape/ips-badge

1.0.20 • Public • Published

ips-badge

tested with jest jest

The <ips-badge> provides a badge component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-badge

or

yarn add @ipscape/ips-badge

Add the component to your app:

import Vue from 'vue';
import IpsBadge from '@ipscape/ips-badge';
import '@ipscape/ips-badge/dist/ips-badge.css';

Vue.component(IpsBadge.name, IpsBadge);

Use a component in your application:

<template>
  <ips-badge variant="orange" variant-style="solid"
    >This is an orange solid badge</ips-badge
  >
</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-badge

Weekly Downloads

23

Version

1.0.20

License

GPL-2.0-or-later

Unpacked Size

201 kB

Total Files

13

Last publish

Collaborators

  • sen.john
  • ipscaper
  • justin_ipscape