mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
feat(Calendar): allow year and month buttons styling (#3672)
This commit is contained in:
@@ -28,6 +28,10 @@ describe('Calendar', () => {
|
||||
['with weekStartsOn', { props: { weekStartsOn: 1 } }],
|
||||
['with weekdayFormat', { props: { weekdayFormat: 'short' } }],
|
||||
['with numberOfMonths', { props: { numberOfMonths: 2 } }],
|
||||
['with nextYear', { props: { nextYear: { size: 'lg', color: 'primary' } } }],
|
||||
['with nextMonth', { props: { nextMonth: { size: 'lg', color: 'primary' } } }],
|
||||
['with prevYear', { props: { prevYear: { size: 'lg', color: 'primary' } } }],
|
||||
['with prevMonth', { props: { prevMonth: { size: 'lg', color: 'primary' } } }],
|
||||
['without fixedWeeks', { props: { fixedWeeks: false } }],
|
||||
['without monthControls', { props: { monthControls: false } }],
|
||||
['without yearControls', { props: { yearControls: false } }],
|
||||
|
||||
Reference in New Issue
Block a user