Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyshort/calendar-skeleton
calendar-skeleton
https://github.com/anthonyshort/calendar-skeleton
Last synced: 24 days ago
JSON representation
calendar-skeleton
- Host: GitHub
- URL: https://github.com/anthonyshort/calendar-skeleton
- Owner: anthonyshort
- Created: 2012-11-26T21:40:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-26T21:41:08.000Z (almost 12 years ago)
- Last Synced: 2024-04-15T03:16:19.922Z (7 months ago)
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# calendar-skeleton
Template for anthonyshort/calendar. Gives you basic HTML and CSS to construct a calendar.
## Installation
$ component install anthonyshort/calendar-skeleton
## API
Set the template on the Calendar either on the prototype or send it in the options when creating a calendar:
var Calendar = require('calendar');
var template = require('calendar-skeleton');
// On the prototype
Calendar.prototype.template = template;
// or in the options
var picker = new Calendar({ template: template });## License
MIT