Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Howl authored and Howl committed Oct 13, 2024
1 parent 8d13b23 commit d14ef63
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
Binary file added __assets__/demo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/assets/resources.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions apps/docs/docs/guides/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d14ef63

Please sign in to comment.