Skip to content

Commit b4738ac

Browse files
authored
Update README.md
1 parent 3a9fbc0 commit b4738ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ Visit http://localhost:6006/
4545
| headerClassname | string | optional | Pass an `className` to style calendar header |
4646
| monthClassname | string | optional | Pass an `className` to style month item |
4747

48+
# Styling
49+
50+
To control the month styles, you can use `monthClassName="month"` and this name will increment to variant month.
51+
52+
Soo, you can control the styles using:
53+
54+
`.month_start`
55+
`.month_selected`
56+
`.month_end`
57+
4858

4959
```typescript
5060

0 commit comments

Comments
 (0)