ipSCAPE Cumulus component library
A component library with Vue and Bootstrap.
Live demo
See Storybook
Getting started
Install the component library:
npm install @ipscape/cumulus
or
yarn add @ipscape/cumulus
Add the component library to your app:
import Vue from 'vue';
import Cumulus from '@ipscape/cumulus';
import '@ipscape/cumulus/dist/cumulus.css';
Vue.use(Cumulus);
Use a component in your application. I.e. ips-badge:
<template>
<ips-badge variant="orange" variant-style="solid">This is a badge</ips-badge>
<template></template
></template>
Add new component
lerna create @ipscape/ips-example package/components
License
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.