team-nifty-gmbh/tall-calendar

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

v1.0.0-beta.0 2024-07-11 12:59 UTC

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',
    ]