From 48f77f05c44276da0811f17060cd79626710ea02 Mon Sep 17 00:00:00 2001 From: asantibanez Date: Sat, 30 May 2020 14:03:56 -0500 Subject: [PATCH] Updated README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e0ba44c..e6f66a4 100755 --- a/README.md +++ b/README.md @@ -182,6 +182,9 @@ This view will be injected the `day` property which is a Carbon instance of the (This options should be used using blade views based on the component default views) +To use these options, it is recommended to publish the base blade views used by the component and extend their +behavior and styling to your liking. To do this, run `php artisan vendor:publish` and export the `livewire-calendar` tag. + - `calendar-view` which can be any `blade.php` view that renders the whole component. It's advised to override this view with an altered copy of the base `calendar-view` eg adding a view next to the component.