-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from zigomir/range
Range selection
- Loading branch information
Showing
11 changed files
with
449 additions
and
246 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# caly | ||
|
||
> 6k calendar | ||
> 7k calendar with range selection 📅 | ||
## usage example on codepen | ||
|
||
https://codepen.io/zigomir/pen/LYVpJGa?editors=1010 | ||
- [caly](https://codepen.io/zigomir/pen/LYVpJGa?editors=1000) | ||
- [caly with range selection](https://codepen.io/zigomir/pen/mdJwXOB?editors=1000) | ||
|
||
## docs | ||
|
||
see [caly-calendar component](./src/components/caly-calendar/readme.md) | ||
|
||
## todo | ||
|
||
- customizable day names? | ||
- range selection? -> another component | ||
- customizable day names |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.