Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ipscape/ips-editor

ipscapeau633GPL-2.0-or-later1.0.33

An editor component

ipSCAPE, Cumulus Vue2, vue, Vue, component, editor

readme

changelog

ipSCAPE Cumulus component library

tested with jest jest

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

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.