All Projects → stijnvanouplines → livewire-calendar

stijnvanouplines / livewire-calendar

Licence: other
A calendar build with Laravel Livewire

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
shell
77523 projects

A calendar build with Laravel Livewire

Example of a calendar with Laravel Livewire

Usage

@livewire('calendar')

Available parameters:

  • minDate
  • maxDate
@livewire('calendar', [
    'minDate' => Carbon\Carbon::now()->subMonth(2)->toDateString(),
    'maxDate' => Carbon\Carbon::now()->addMonth(2)->toDateString(),
])

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].