Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
e54ccd7
feat(docs): add calendar in routes.json
wingkwong Apr 11, 2024
35945b8
feat(docs): refresh search-meta.json
wingkwong Apr 11, 2024
5dcd8b7
feat(docs): add calendar examples
wingkwong Apr 11, 2024
100b64f
feat(docs): calendar content
wingkwong Apr 11, 2024
a361a8e
feat(deps): add @internationalized/date
wingkwong Apr 11, 2024
050b0fb
refactor(docs): remove div wrapper
wingkwong Apr 11, 2024
bbc8f5b
feat(docs): add calendar doc
wingkwong Apr 11, 2024
fe2f7e4
fix(docs): calendar presets
wingkwong Apr 11, 2024
97d7ff8
fix(docs): preset styles
wingkwong Apr 11, 2024
3e19daa
chore(docs): remove calendar iframe examples
wingkwong Apr 11, 2024
ad25aa9
refactor(docs): discard iframe in calendar doc
wingkwong Apr 11, 2024
ce6a7ca
fix(docs): incorrect DateValue import
wingkwong Apr 11, 2024
1c8d581
feat(docs): include @internationalized/date in live demo scope
wingkwong Apr 11, 2024
f796d1b
feat(docs): add presets description
wingkwong Apr 11, 2024
5f75cec
chore(docs): update search-meta.json
wingkwong Apr 11, 2024
acd7c11
fix(docs): remove DateValue
wingkwong Apr 11, 2024
2d6e93b
feat(docs): include reactAriaI18n in react live demo scope
wingkwong Apr 11, 2024
9dc1011
fix(docs): presets import issue
wingkwong Apr 11, 2024
e5965ba
chore(docs): update search-meta.json
wingkwong Apr 11, 2024
3b3568c
feat(docs): add api reference for nextui provider
wingkwong Apr 12, 2024
af70085
fix(calendar): ixExpanded typo
wingkwong Apr 12, 2024
7a38c86
feat(docs): add missing props & event
wingkwong Apr 12, 2024
6bf459c
chore(docs): update search-meta.json
wingkwong Apr 12, 2024
40059f4
chore(docs): update route keywords
wingkwong Apr 12, 2024
d7eca9c
chore(docs): revise value style add defaultFocusedValue
wingkwong Apr 12, 2024
ec485ad
chore(docs): remove padding and revise gap
wingkwong Apr 12, 2024
8705d2b
feat(docs): range calendar
wingkwong Apr 12, 2024
a0d2527
chore(docs): update search-meta.json
wingkwong Apr 12, 2024
e2d5008
feat(docs): add reactAriaHook
wingkwong Apr 13, 2024
ca46b16
fix(docs): incorrect component and add storybook and reactAriaHook
wingkwong Apr 13, 2024
1420cb8
fix(docs): incorrect import path
wingkwong Apr 13, 2024
225fc44
chore(docs): reorder range calendar position in sidebar
wingkwong Apr 13, 2024
8e74069
chore(Docs): remove custom styles & implementation
wingkwong Apr 13, 2024
c2c8512
chore(docs): remove last item from accessibility
wingkwong Apr 13, 2024
c979c2a
chore(docs): onValueChange -> onChange
wingkwong Apr 13, 2024
db0fcea
Merge branch 'v.2.3.0' into docs/eng-593
wingkwong Apr 13, 2024
b6e010f
feat(docs): add ts example for range calendar
wingkwong Apr 13, 2024
3ae0ee6
chore(docs): remove unwanted content in range calendar
wingkwong Apr 13, 2024
fb492b4
feat(docs): add ts examples for calendar
wingkwong Apr 13, 2024
254857b
chore(docs): update import path
wingkwong Apr 13, 2024
66c7337
chore(docs): update import path
wingkwong Apr 13, 2024
52c2a5e
Merge branch 'v.2.3.0' of github.com:nextui-org/nextui into docs/eng-593
jrgarciadev Apr 14, 2024
2b79f5f
chore(docs): styles adjusted, routes updated
jrgarciadev Apr 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import React from "react";
import {LivePreview, LiveProvider, LiveError} from "react-live";
import {clsx} from "@nextui-org/shared-utils";
import * as Components from "@nextui-org/react";
import * as intlDateUtils from "@internationalized/date";
import * as reactAriaI18n from "@react-aria/i18n";

import {BgGridContainer} from "@/components/bg-grid-container";
import {GradientBox, GradientBoxProps} from "@/components/gradient-box";
Expand All @@ -19,6 +21,8 @@ export interface ReactLiveDemoProps {

export const scope = {
...Components,
...intlDateUtils,
...reactAriaI18n,
} as Record<string, unknown>;

export const ReactLiveDemo: React.FC<ReactLiveDemoProps> = ({
Expand Down
55 changes: 37 additions & 18 deletions apps/docs/config/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"key": "routing",
"title": "Routing",
"keywords": "client side routing, routing, browser routing, nextui, next.js router, react router, remix router",
"path": "/docs/guide/routing.mdx",
"newPost": true
"path": "/docs/guide/routing.mdx"
},
{
"key": "upgrade-to-v2",
Expand Down Expand Up @@ -141,8 +140,7 @@
"key": "autocomplete",
"title": "Autocomplete",
"keywords": "autocomplete, auto suggest, search, typeahead",
"path": "/docs/components/autocomplete.mdx",
"newPost": true
"path": "/docs/components/autocomplete.mdx"
},
{
"key": "badge",
Expand All @@ -160,8 +158,7 @@
"key": "breadcrumbs",
"title": "Breadcrumbs",
"keywords": "breadcrumbs, navigation, path, trail, location",
"path": "/docs/components/breadcrumbs.mdx",
"newPost": true
"path": "/docs/components/breadcrumbs.mdx"
},
{
"key": "card",
Expand All @@ -181,6 +178,20 @@
"keywords": "checkbox group, binary choice, selection control, toggle",
"path": "/docs/components/checkbox-group.mdx"
},
{
"key": "calendar",
"title": "Calendar",
"keywords": "calendar, date picker, month picker, year picker",
"path": "/docs/components/calendar.mdx",
"newPost": true
},
{
"key": "range-calendar",
"title": "Range Calendar",
"keywords": "range calendar, date picker, month picker, year picker",
"path": "/docs/components/range-calendar.mdx",
"newPost": true
},
{
"key": "chip",
"title": "Chip",
Expand Down Expand Up @@ -209,8 +220,7 @@
"key": "dropdown",
"title": "Dropdown",
"keywords": "dropdown, menu, selection, option list",
"path": "/docs/components/dropdown.mdx",
"updated": true
"path": "/docs/components/dropdown.mdx"
},
{
"key": "image",
Expand All @@ -234,15 +244,13 @@
"key": "link",
"title": "Link",
"keywords": "link, navigation, href, web page connection",
"path": "/docs/components/link.mdx",
"updated": true
"path": "/docs/components/link.mdx"
},
{
"key": "listbox",
"title": "Listbox",
"keywords": "listbox, selection, option list, multiple choice",
"path": "/docs/components/listbox.mdx",
"updated": true
"path": "/docs/components/listbox.mdx"
},
{
"key": "modal",
Expand Down Expand Up @@ -326,8 +334,7 @@
"key": "slider",
"title": "Slider",
"keywords": "slider, range input, value selector, sliding control",
"path": "/docs/components/slider.mdx",
"newPost": true
"path": "/docs/components/slider.mdx"
},
{
"key": "table",
Expand All @@ -339,15 +346,13 @@
"key": "tabs",
"title": "Tabs",
"keywords": "tabs, section navigation, categorized content, tabbed interface",
"path": "/docs/components/tabs.mdx",
"updated": true
"path": "/docs/components/tabs.mdx"
},
{
"key": "textarea",
"title": "Textarea",
"keywords": "textarea, multi-line text input, large text field, form control",
"path": "/docs/components/textarea.mdx",
"updated": true
"path": "/docs/components/textarea.mdx"
},
{
"key": "tooltip",
Expand All @@ -362,6 +367,20 @@
"path": "/docs/components/user.mdx"
}
]
},
{
"key": "api-references",
"title": "API References",
"defaultOpen": true,
"keywords": "api references, nextui, api",
"routes": [
{
"key": "nextui-provider",
"title": "NextUI Provider",
"keywords": "api references, nextui, api, nextui provider",
"path": "/docs/api-references/nextui-provider.mdx"
}
]
}
],
"mobileRoutes": [
Expand Down
Loading