Skip to content

Commit

Permalink
docs(RangeCalendar): update prop docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epr3 committed Oct 31, 2024
1 parent d8c1a76 commit 3dd5b42
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/content/meta/DateRangePickerRoot.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!-- This file was automatic generated. Do not edit it manually -->

<PropsTable :data="[
{
'name': 'allowNonContiguousRanges',
'description': '<p>When combined with isDateUnavailable, determines whether non-contiguous ranges, i.e. ranges containing unavailable dates, may be selected.</p>\n',
'type': 'boolean',
'required': false,
'default': 'false'
},
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
Expand Down
7 changes: 7 additions & 0 deletions docs/content/meta/RangeCalendarRoot.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!-- This file was automatic generated. Do not edit it manually -->

<PropsTable :data="[
{
'name': 'allowNonContiguousRanges',
'description': '<p>When combined with isDateUnavailable, determines whether non-contiguous ranges, i.e. ranges containing unavailable dates, may be selected.</p>\n',
'type': 'boolean',
'required': false,
'default': 'false'
},
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
Expand Down

0 comments on commit 3dd5b42

Please sign in to comment.