Skip to content

Commit f0672c5

Browse files
committed
Refactor example titles in DocSite for clarity and consistency
- Updated titles to improve readability and maintain a uniform style across examples.
1 parent 165bac3 commit f0672c5

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

docs-site/src/components/Examples/config.tsx

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -128,27 +128,27 @@ export const EXAMPLE_CONFIG: IExampleConfig[] = [
128128
component: CalendarIconSvgIcon,
129129
},
130130
{
131-
title: "Calendar Icon Using External Lib",
131+
title: "Calendar Icon Using External Library",
132132
component: CalendarIconExternal,
133133
},
134134
{
135-
title: "Toggle Calendar Open Status on Click of the Calendar Icon",
135+
title: "Toggle Calendar on Icon Click",
136136
component: ToggleCalendarOnIconClick,
137137
},
138138
{
139139
title: "Calendar Container",
140140
component: CalendarContainer,
141141
},
142142
{
143-
title: "Calendar Open State Callbacks",
143+
title: "Calendar Open/Close Callbacks",
144144
component: OnCalendarChangeStateCallbacks,
145145
},
146146
{
147-
title: "Children",
147+
title: "Render Children in Datepicker",
148148
component: Children,
149149
},
150150
{
151-
title: "Clear Datepicker Input",
151+
title: "Clearable Datepicker Input",
152152
component: ClearInput,
153153
},
154154
{
@@ -247,19 +247,19 @@ export const EXAMPLE_CONFIG: IExampleConfig[] = [
247247
component: DateRange,
248248
},
249249
{
250-
title: "Date Range for One Datepicker",
250+
title: "Date Range in a Single Datepicker",
251251
component: SelectsRange,
252252
},
253253
{
254-
title: "Date Range for One Datepicker with Disabled Dates Highlighted",
254+
title: "Date Range in a Single Datepicker with Disabled Dates",
255255
component: SelectsRangeWithDisabledDates,
256256
},
257257
{
258258
title: "Date Range with Disabled Navigation Shown",
259259
component: DateRangeWithShowDisabledNavigation,
260260
},
261261
{
262-
title: "Date Range Using Input with Clear Button",
262+
title: "Clearable Range Input",
263263
component: DateRangeInputWithClearButton,
264264
},
265265
{
@@ -319,7 +319,7 @@ export const EXAMPLE_CONFIG: IExampleConfig[] = [
319319
component: FixedCalendar,
320320
},
321321
{
322-
title: "Get Raw Input Value on Change",
322+
title: "Read Raw Input Value on Change",
323323
component: RawChange,
324324
},
325325
{
@@ -363,7 +363,7 @@ export const EXAMPLE_CONFIG: IExampleConfig[] = [
363363
component: InlineDisabled,
364364
},
365365
{
366-
title: "Button to Show Inline Version",
366+
title: "Button to Toggle Inline Datepicker Visibility",
367367
component: InlineVisible,
368368
},
369369
{
@@ -411,11 +411,11 @@ export const EXAMPLE_CONFIG: IExampleConfig[] = [
411411
component: MonthDropdown,
412412
},
413413
{
414-
title: "Month Dropdown Short Month",
414+
title: "Month Dropdown (Short Names)",
415415
component: MonthDropdownShort,
416416
},
417417
{
418-
title: "MonthYear Dropdown",
418+
title: "Month/Year Dropdown",
419419
component: MonthYearDropdown,
420420
},
421421
{
@@ -471,25 +471,25 @@ export const EXAMPLE_CONFIG: IExampleConfig[] = [
471471
component: RangeMonthPicker,
472472
},
473473
{
474-
title: "Range Month Picker for One Month Picker",
474+
title: "Range Month Picker in a Single Month Picker",
475475
component: RangeMonthPickerSelectsRange,
476476
},
477477
{
478478
title: "Range Quarter Picker",
479479
component: RangeQuarterPicker,
480480
},
481481
{
482-
title: "Range Quarter Picker for One Quarter Picker",
482+
title: "Range Quarter Picker in a Single Quarter Picker",
483483
component: RangeQuarterPickerSelectsRange,
484484
},
485485
{
486-
title: "Range Swap Range",
486+
title: "Auto-Swap Date Range",
487487
description:
488-
"Swap the start and end date if the end date is before the start date in a pick sequence.",
488+
"Automatically swap the start and end date if the end date is before the start date in a pick sequence.",
489489
component: RangeSwapRange,
490490
},
491491
{
492-
title: "Read Only Datepicker",
492+
title: "Read-Only Datepicker",
493493
component: ReadOnly,
494494
},
495495
{
@@ -539,7 +539,7 @@ export const EXAMPLE_CONFIG: IExampleConfig[] = [
539539
component: TabIndex,
540540
},
541541
{
542-
title: "Today button",
542+
title: "Today Button",
543543
component: Today,
544544
},
545545
{
@@ -551,7 +551,7 @@ export const EXAMPLE_CONFIG: IExampleConfig[] = [
551551
component: RangeYearPicker,
552552
},
553553
{
554-
title: "Range Year Picker for One Datepicker",
554+
title: "Range Year Picker in a Single Year Picker",
555555
component: RangeYearPickerSelectsRange,
556556
},
557557
{
@@ -563,7 +563,7 @@ export const EXAMPLE_CONFIG: IExampleConfig[] = [
563563
component: YearSelectDropdown,
564564
},
565565
{
566-
title: "Year Item Number",
566+
title: "Year List Item Count",
567567
component: YearItemNumber,
568568
},
569569
{

0 commit comments

Comments
 (0)