Skip to content

EventCalendar - komponenta pro Nette - kalendář událostí

Notifications You must be signed in to change notification settings

rebendajirijr/EventCalendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventCalendar

Installing

Install component to your project via Composer:

"require": {
    ...
    "jaroslav-kubicek/event-calendar": "0.2.1"
}

Quick start

Add to your code (in presenter/control):

public function createComponentCalendar() {
    $cal = new EventCalendar\Simple\SimpleCalendar();
    return $cal;
}

and in template:

{control calendar}

API Docs

http://www.nimral.cz/calendar/docs/index.html

About

EventCalendar - komponenta pro Nette - kalendář událostí

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 83.9%
  • HTML 16.1%