@ipscape/ips-button

A button component

Usage no npm install needed!

<script type="module">
  import ipscapeIpsButton from 'https://cdn.skypack.dev/@ipscape/ips-button';
</script>

README

ips-button

tested with jest jest

The <ips-badge> provides a button component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-button

or

yarn add @ipscape/ips-button

Add the component to your app:

import Vue from 'vue';
import IpsButton from '@ipscape/ips-button';
import '@ipscape/ips-button/dist/ips-button.css';

Vue.component(IpsButton.name, IpsButton);

Use a component in your application:

<template>
  <ips-button disabled="true" variant="primary" size="medium" type="button"
    >Button label</ips-button
  >
  <template></template
></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.