team-nifty-gmbh/tall-calendar

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

v0.3.0 2024-03-22 12:56 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.js file

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