We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9fbc0 commit b4738acCopy full SHA for b4738ac
README.md
@@ -45,6 +45,16 @@ Visit http://localhost:6006/
45
| headerClassname | string | optional | Pass an `className` to style calendar header |
46
| monthClassname | string | optional | Pass an `className` to style month item |
47
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
58
59
```typescript
60
0 commit comments