diff --git a/README.md b/README.md index fe2485a..3af3dd8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ React Native Calendar Kit is a powerful and flexible calendar component for Reac [![ko-fi][ko-fi-shield]][ko-fi-profile] ## Demo: + +![Calendar Demo](https://github.com/howljs/react-native-calendar-kit/blob/main/__assets__/demo.jpg?raw=true) + ### iOS: https://github.com/user-attachments/assets/9a099b37-6898-4e05-87d9-c8fd82e16c63 @@ -30,6 +33,7 @@ https://github.com/user-attachments/assets/3896a8c8-4cde-4f76-8621-168be4cba74b - **Unavailable hours**: The ability to mark certain hours as unavailable in the calendar. - **Theming support**: The library includes a theming system for consistent styling. - **Overlap events**: The library supports overlapping events. +- **Resources calendar**: The library supports displaying events for multiple resources (e.g., rooms, employees, equipment) side by side in a single calendar view. ## Documentation diff --git a/__assets__/demo.jpg b/__assets__/demo.jpg new file mode 100644 index 0000000..3d89147 Binary files /dev/null and b/__assets__/demo.jpg differ diff --git a/apps/docs/docs/assets/resources.png b/apps/docs/docs/assets/resources.png new file mode 100644 index 0000000..66ae6d9 Binary files /dev/null and b/apps/docs/docs/assets/resources.png differ diff --git a/apps/docs/docs/guides/resources.md b/apps/docs/docs/guides/resources.md index 2ee6561..eb2bca8 100644 --- a/apps/docs/docs/guides/resources.md +++ b/apps/docs/docs/guides/resources.md @@ -4,6 +4,8 @@ sidebar_position: 11 # Resources Calendar +![resources](../assets/resources.png) + The Resources Calendar feature allows you to display events for multiple resources (e.g., rooms, employees, equipment) side by side in a single calendar view. This is particularly useful for scheduling and managing multiple resources simultaneously. ## Setting Up Resources Calendar