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

Package detail

@ipscape/ips-calendar

ipscapeau84GPL-2.0-or-later1.0.25

A calendar component

ipSCAPE, Cumulus Vue2, vue, Vue, component, calendar

readme

ips-calendar

tested with jest jest

The <ips-calendar> provides a calendar component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-calendar

or

yarn add @ipscape/ips-calendar

Add the component to your app:

import Vue from 'vue';
import IpsCalendar from '@ipscape/ips-calendar';
import '@ipscape/ips-calendar/dist/ips-calendar.css';

Vue.component(IpsCalendar.name, IpsCalendar);

Use a component in your application:

<template>
  <ips-calendar></ips-calendar>
  <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.