Skip to content

Commit

Permalink
Push latest docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zigomir committed Sep 12, 2020
1 parent 14e9840 commit 4e8094b
Showing 1 changed file with 25 additions and 15 deletions.
40 changes: 25 additions & 15 deletions src/components/caly-calendar/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,31 @@ Caly, a 6k customizable calendar.

## CSS Custom Properties

| Name | Description |
| -------------------------- | ----------------------------------------------- |
| `--border-color` | Color of the calendar cell border |
| `--border-width` | Width of the calendar cell border |
| `--cell-height` | Height of the calendar cell |
| `--cell-width` | Width of the calendar cell |
| `--font` | Pass the font family you want the text to be in |
| `--grid` | Specify grid template areas |
| `--grid-column-gap` | Specify grid column gap |
| `--hover-bg-color` | Cell background color on hover |
| `--hover-color` | Cell text color on hover |
| `--navigation-height` | Specify grid column gap |
| `--other-month-border` | None by default |
| `--other-month-visibility` | Hidden by default, can be set to visible |
| `--selected-bg-color` | Background color of selected day cell |
| Name | Description |
| -------------------------- | --------------------------------------------------- |
| `--cell-border-color` | Color of the calendar cell border |
| `--cell-border-style` | Style of the calendar cell border |
| `--cell-border-width` | Width of the calendar cell border |
| `--cell-font-size` | Font size of the calendar cell |
| `--cell-height` | Height of the calendar cell |
| `--cell-text-align` | Text alignment of the calendar cell |
| `--cell-width` | Width of the calendar cell |
| `--day-cursor` | Cursor on cell hover |
| `--day-name-font-size` | Font size of day name |
| `--font` | Pass the font family you want the text to be in |
| `--grid` | Specify grid template areas |
| `--grid-column-gap` | Specify grid column gap |
| `--hover-bg-color` | Cell background color on hover |
| `--hover-color` | Cell text color on hover |
| `--in-range-bg-color` | Background color of in-range cell |
| `--in-range-color` | Color of in-range cell |
| `--navigation-height` | Specify grid column gap |
| `--other-month-border` | None by default |
| `--other-month-visibility` | Hidden by default, can be set to visible |
| `--out-of-range-color` | Cell text color when day is out of range / disabled |
| `--selected-bg-color` | Background color of selected day cell |
| `--selected-color` | Color of selected day cell |
| `--today-color` | Font color of today's cell |


----------------------------------------------
Expand Down

0 comments on commit 4e8094b

Please sign in to comment.