Package Exports
- @kws3/calendar
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kws3/calendar) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Calendar Component
A full page Calendar component for Svelte apps.
Import Component
import Calendar from '@kws3/calendar';
Import SCSS
@import "../../node_modules/@kws3/calendar/styles.scss";
Default SCSS variables
$kws-calendar-border-color: $grey-lighter;$kws-calendar-header-border-color: $grey-lighter;$kws-calendar-header-background: #f9f9f9;$kws-calendar-header-weekend-opacity: 0.5;$kws-calendar-month-background: #fff;$kws-calendar-month-today-background: #f2f8ff;$kws-calendar-month-active-background: $info;$kws-calendar-month-off-opacity: 0.5;$kws-calendar-day-background: #fff;$kws-calendar-day-today-background: #f2f8ff;