Skip to content

colinf/darktone-calendar

Repository files navigation

darktone-calendar

Darktone calendar theme.

This is a theme for the calendar component.

It's part of a series of Darktone theme components and you may also wish to use the following:

Installation

You can quickly install the component into your project using the following command from the root.

$ component install colinf/darktone-calendar

But the best way to use it is to amend your component.json file to add the theme as a dependency. You can then use the component build command to install the required components.

Make sure that you list colinf-darktone after component/calendar in your dependencies so that the styles from the theme override the styles in the calendar. Below is an example extract from a working component.json which uses the darktone calendar theme and other components.

"dependencies": {
  "component/calendar": "*",
  "colinf/datepicker": "*",
  "colinf/datecalc": "*",
  "colinf/darktone-calendar": "*",
  "component/jquery": "*"
}

License

MIT (see the file License.txt included in this distribution for further details)

About

Darktone calendar component theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published