Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Jul 3, 2024
1 parent 1b46723 commit a3f724a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/docs/switch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FSwitch(

<Tabs items={['Preview', 'Code']}>
<Tabs.Tab>
<Widget name='switch' variant='form' query={{}}/>
<Widget name='switch' variant='form' query={{}} height={550}/>
</Tabs.Tab>
<Tabs.Tab>
```dart
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/text-field.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ FTextField.multiline(

<Tabs items={['Preview', 'Code']}>
<Tabs.Tab>
<Widget name='text-field' variant='form' query={{}}/>
<Widget name='text-field' variant='form' height={550} query={{}} height={550}/>
</Tabs.Tab>
<Tabs.Tab>
```dart
Expand Down
7 changes: 7 additions & 0 deletions forui/lib/src/widgets/calendar.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import 'package:flutter/material.dart';

final class _Day {



}

0 comments on commit a3f724a

Please sign in to comment.