team-nifty-gmbh/tall-calendar

A Calendar package using FullCalendar, tailwind, alpinejs, laravel and livewire.

Maintainers

Package info

github.com/Team-Nifty-GmbH/tall-calendar

pkg:composer/team-nifty-gmbh/tall-calendar

Statistics

Installs: 4 915

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 3


README

add assets

add js file to your projects js file

 import './vendor/team-nifty-gmbh/tall-calendar/resources/js/index';

i recommend adding it in the same file you import alpine.

add css file to your projects css file

@import './vendor/team-nifty-gmbh/tall-calendar/resources/css/calendar.css';

add the following to your tailwind.config.mjs file

    content: [
        './vendor/team-nifty-gmbh/tall-datatables/resources/views/**/*.blade.php',
        './vendor/team-nifty-gmbh/tall-datatables/resources/js/**/*.js',
    ]