Skip to content

mhunesi/yii2-clndrjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii CLNDR js

Yii2 CLNDR js Extension The package bundle of CLNDR.js plugin. CLNDR is a jQuery calendar plugin. It was created -- you've heard this before -- out of frustration with the lack of truly dynamic front-end calendar plugins out there.

See a demo: kylestetz.github.io/CLNDR/

Installation

The preferred way to install this extension is through composer.

Either run

composer require  mhunesi/yii2-clndrjs "*"

or add

"mhunesi/yii2-clndrjs": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \mhunesi\clndrjs\ClndrJsWidget::widget([
    'clientOptions' => [
        'events' => [
            [
                'date' => '2020-07-27',
                'title' => 'Meeting Title',
                'location' => 'Meeting Location'
            ],
            [
                'date' => '2020-07-29',
                'title' => 'Meeting Title',
                'location' => 'Meeting Location'
            ],
        ]
    ]
]) ?> 

Screenshots

screen-1

About

Yii2 CLNDR js Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages