Skip to content

Commit

Permalink
Fix issue where calendar api reference is in the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaijoe committed Aug 10, 2024
1 parent d2ce7d5 commit b2b638a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/pages/docs/calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ import LinkBadgeGroup from "../../components/link-badge/link-badge-group";
# Calendar
A date field component that allows users to enter and edit date.

<LinkBadgeGroup>
<LinkBadge label="API Reference" href="https://pub.dev/documentation/forui/latest/forui.widgets.calendar/forui.widgets.calendar-library.html"/>
</LinkBadgeGroup>

The calendar pages are designed to be navigable through swipe gestures on mobile platforms, allowing left and right
swipes to transition between pages.

A [`FCalendarController`](https://pub.dev/documentation/forui/latest/forui.widgets/FCalendarController-class.html) is used
to customize the date selection behavior.

<LinkBadgeGroup>
<LinkBadge label="API Reference" href="https://pub.dev/documentation/forui/latest/forui.widgets.calendar/forui.widgets.calendar-library.html"/>
</LinkBadgeGroup>


<Tabs items={['Preview', 'Code']}>
Expand Down

0 comments on commit b2b638a

Please sign in to comment.