Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
asantibanez committed May 30, 2020
1 parent f9d853e commit 48f77f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 48f77f0

Please sign in to comment.