nextui/apps/docs/config/search-meta.json
Junior Garcia dc0bcf13a5
v2.3.0 [WIP] (#2618)
* refactor(input): input ref test (#2613)

* refactor(input): remove duplicate test

* refactor(input): remove unncessary waitFor

* fix(radio): isRequired & missing warning message in Form (#2597)

* fix(radio): avoid overriding required props

* fix(radio): merge with domRef

* feat(changeset): fixed missing required props and validationMessage

* fix(radio): unnecessary mergeRefs

* Calendar component  📅 (#2456)

* feat(calendar): initial structure

* feat(calendar): calendar structure completed, styles in progress

* chore(calendar): dark colors adjusted

* feat(calendar): styles improved, variants added, animations added with framer motion

* chore(calendar): animation changed, shadow improved

* chore(calendar): disableAnimation support added as well as weekDays format

* feat(calendar): more stories added

* chore(calendar): refactor calendar cell styling

* feat(calendar): create calendar function added to the root provider

* feat(calendar): invalid state and error message added

* feat(calendar): calendar picker added, provider modified

* feat(root): object.values deps replaced by new func, intersection hoook added, types version unified

* feat(calendar): calendar pickers in progress

* feat(calendar): calendar pickers added

* fix(calendar): year label formatting

* chore(calendar): add layout parameter to Calendar stories

* feat(calendar): pickers completed, context added

* feat(calendar): visibleMonths supported, warnings fixed, tests added

* chore(root): changeset

* chore(calendar): add topContent and bottomContent props to calendar

* feat(calendar): add @nextui-org/radio package and update calendar component

* refactor: assigned type(DateValue) to focusedDate(ControlledFocusedVaue) (#2637)

Co-authored-by: shrinidhi.upadhyaya <shrinidhi.upadhyaya@stud.uni-bamberg.de>

* Range Calendar 📆 (#2634)

* feat(calendar): range calendar added, calendar and context adapted

* feat(calendar): range calendar stories added

* chore(calendar): range calendar tests added

* fix(calendar): update calendar styles to adjust to dynamic width

* Date Input 🗓️ (#2641)

* feat(date-picker): date field component initialized

* chore(date-picker): date field renamed to date-input

* feat(date-picker): date input completed

* chore(date-input): commented code removed

* feat(avatar): support slots in AvatarGroup (#2669)

* feat: rename newPost to new (#2665)

* fix(avatar): spread getAvatarGroupCountProps in avatar count

* feat(avatar): support slots in avatarGroup

* feat(avatar): support classNames and add getAvatarGroupCountProps

* feat(docs): add classNames to avatar group

* feat(avatar): add CustomSlots in avatar group

* feat(changeset): support slots in avatar group

---------

Co-authored-by: winches <96854855+winchesHe@users.noreply.github.com>

* Date Picker Component 🗓️ (#2652)

* feat(date-picker): first iteration

* chore(date-picker): update date-picker README.md with improved description

* feat(date-picker): code organized, integration done

* fix(date-picker): min and max value + styles

* fix(date-picker): popover offset adn calendar styles

* feat(date-picker): stories added

* fix(date-picker): calendar width properly handled

* feat(date-picker): styles simplified

* chore(date-picker): almost all test passing

* fix(date-picker): test and styles

* chore(date-picker): calendar popover tests added

* fix(date-picker): props to be passed to the date-input

* TimeInput Component 🕒 (#2672)

* feat(time-input): time input added with some stories, tests and date-picker integration missing

* feat(time-input): tests added, date-picker integration added, missing stories added

* chore(react): missing packages added

* chore(time-input): fix stories names

* fix(time-input): time value type

* fix: date-picker visibleMonth width does not get widen enough (#2703)

* DateRangePicker Component 🗓️ (#2682)

* chore(date-range-picker): in progress

* chore(date-range-picker): in progress

* feat(date-input): components separated into multiple pieces to be able to implement the date range picker

* feat(date-range-picker): first version of it working

* chore(date-picker): hyphen symbol changed

* feat(date-range-picker): stories done

* fix(range-calendar): styles

* docs: Calendar & RangeCalendar (#2686)

* feat(docs): add calendar in routes.json

* feat(docs): refresh search-meta.json

* feat(docs): add calendar examples

* feat(docs): calendar content

* feat(deps): add @internationalized/date

* refactor(docs): remove div wrapper

* feat(docs): add calendar doc

* fix(docs): calendar presets

* fix(docs): preset styles

* chore(docs): remove calendar iframe examples

* refactor(docs): discard iframe in calendar doc

* fix(docs): incorrect DateValue import

* feat(docs): include @internationalized/date in live demo scope

* feat(docs): add presets description

* chore(docs): update search-meta.json

* fix(docs): remove DateValue

* feat(docs): include reactAriaI18n in react live demo scope

* fix(docs): presets import issue

* chore(docs): update search-meta.json

* feat(docs): add api reference for nextui provider

* fix(calendar): ixExpanded  typo

* feat(docs): add missing props & event

* chore(docs): update search-meta.json

* chore(docs): update route keywords

* chore(docs): revise value style add defaultFocusedValue

* chore(docs): remove padding and revise gap

* feat(docs): range calendar

* chore(docs): update search-meta.json

* feat(docs): add reactAriaHook

* fix(docs): incorrect component and add storybook and reactAriaHook

* fix(docs): incorrect import path

* chore(docs): reorder range calendar position in sidebar

* chore(Docs): remove custom styles & implementation

* chore(docs): remove last item from accessibility

* chore(docs): onValueChange -> onChange

* feat(docs): add ts example for range calendar

* chore(docs): remove unwanted content in range calendar

* feat(docs): add ts examples for calendar

* chore(docs): update import path

* chore(docs): update import path

* chore(docs): styles adjusted, routes updated

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* docs: TimeInput (#2698)

* feat(docs): add time input to routes.json

* feat(deps): add @internationalized/date

* feat(docs): add @internationalized/date and @react-aria/i18n to code demo scopes

* feat(docs): time input contetnt

* chore(docs): revise time input examples

* feat(docs): time input content

* chore(time-input): update description

* feat(docs): add ts examples in time-input

* chore(docs): revise TimeValue import

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* chore(date-picker): exports updated

* docs: DatePicker (#2700)

* docs: created the doc for datepicker and its examples

* docs: regenerate search-meta.json

* fix: reverted the unncessary change to Input component

* fix: fixed the component-link for date-picker

* fix: fixed the component-link for date-picker

* fix: added variants section to the doc

* fix: made adjustment to the explanations for the props of DatePicker comp

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* doc: DateInput (#2711)

* docs: created base examples and the document

* chore: created search-meta and follow-up fix for each date-input example cases

* fix: fixed some example components styles

* fix(docs): updated routes.json

* fix(docs): fixed typo in the docs

* fix: fixed the component-link for date-input

* fix: fixed the component-link for date-input

* fix: label-placements example flex style adjustment

* fix: added variants section to the doc

---------

Co-authored-by: HaRuki Kuriwada <haruki.kuriwada@hennge.com>
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* refactor(theme): units removed, tailwind-variants upgraded (#2713)

* fix(theme): units replaced by spacing

* fix(select): positioning the label if a description is used (#2553)

Co-authored-by: Poli Sour <polisour.work@gmail.com>

* Upgrade to new react aria version (#2561)

* chore(root): pkg upgraded

* fix: type error

* fix: build error

* chore: update packages from a~d

* chore: update packages from i~r

* chore: update packages from s~u

* chore: update core, hooks, and utilities packages

* feat: add support radio group validationBehavior props

* fix: validationBehavior default to native

* chore: add validationBehavior props in RadioGroup Stories

* fix: handling of errorMessage

* chore: add support validationBehavior autocomplete

* chore: partial support for validation of select

* chore: add support validationBehavior checkbox

* chore: change validationBehavior default to native

* Merge branch 'v.2.3.0' into feat/upgrade-react-aria

* fix: validation logic

* fix: add default value for autocomplete

* chore: add example using error message function

* chore: fixed error displayed in storybook

* chore: omit validationBehavior from component props

* chore: update docs and storybook on validate

* fix: pnpm-lock version

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* fix(core): build and date input / time input apis

* chore(date-picker): omit validation behavior

* chore(docs): add missing props to calendar and range calendar

* docs: add nextui-cli page (#2714)

* docs: add nextui-cli page

* docs: update search meta

* docs: typo

* docs: typo

* docs: typo

* feat(docs): cli docs done

---------

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* chore(docs): add cli commands to installation docs

* fix(checkbox): prettier

* fix(docs): incorrect cli api references link

* doc: DateRangePicker (#2712)

* chore: created base for date-range-picker doc

* fix: added follow-up story examples to the doc

* fix: fixed bugs happening on the doc

* fix: fixed bugs happening on the doc

* fix(docs): incorrect file path and revise title

* fix: component examples style fixes

* fix: component presets typo fix

* refactor(core): date range picker docs completed, standaline date picker field fixed

---------

Co-authored-by: HaRuki Kuriwada <haruki.kuriwada@hennge.com>
Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* fix: only two keyframes currently supported with spring and inertia animations (#2596)

* chore(deps): bump framer-motion

* feat(changeset): fixed framer motion issue

* chore(changeset): revise changeset message

* chore(deps): update pnpm-lock.yaml

* fix: react hook form issue (#2603)

* fix(input): pass domRef?.current?.value to controlled state

* fix(input): pass domRef?.current?.value to useTextField instead

* fix(checkbox): handle RHF case

* fix(checkbox): add missing isSelected case

* chore(checkbox): update ref type

* chore(deps): add @nextui-org/use-safe-layout-effect

* chore(deps): update pnpm-lock.yaml

* chore(deps): update pnpm-lock.yaml

* fix(select): handle RHF case

* chore(deps): add @nextui-org/use-safe-layout-effect to select

* fix(autocomplete): handle RHF case

* chore(deps): add @nextui-org/use-safe-layout-effect to autocomplete

* refactor(components): revise comments

* feat(changeset): react-hook-form uncontrolled components

* chore(deps): pnpm-lock.yaml

* fix(input): domRef.current.value has higher precedence

* fix(checkbox): set isChecked based on input ref checked

* feat(components): tabs component add tabPosition prop (#2398)

* feat(components): tabs component add tabPosition prop

* fix: review problem change

* test: add tabs position vertical test

* docs: update changeset

* fix(tabs): optimize return of tabs

* fix(tabs): rename orientation to placement

* fix(tabs): optimize description

* chore(docs): routes

* fix: isReadOnly in Autocomplete MDX (#2444)

* feat(autocomplete): add isReadOnly example

* fix(autocomplete): isReadOnly logic in Autocomplete

* feat(root): add changeset - fixed isReadOnly logic in Autocomplete

* chore(autocomplete component) isReadOnly property demo

isReadOnly property demo in website MDX for autocomplete component.

* Update apps/docs/content/docs/components/autocomplete.mdx

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

---------

Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>
Co-authored-by: Alpha <116849110+alpha-xek@users.noreply.github.com>
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* fix(select): only trigger setSelectedKeys when domRef.current.value is true (#2722)

* chore(docs): blog changes (#2724)

* chore(docs): blog changes

* feat(docs): blog improved

* chore(blog): draft param added

* chore: version changeset added

* feat(blog): v2.3.0 almost done

* chore(docs): tailwind colors updated, calendar overflow fixed

* chore(blog): add presets demo

* fix(calendar): overflow on windows

* chore(docs): improve popover placements demo

* fix(autocomplete): set shouldUseVirtualFocus to false in getListboxProps (#2731)

* chore(blog): add cotributors

* chore(blog): draft

---------

Co-authored-by: աӄա <wingkwong.code@gmail.com>
Co-authored-by: Shrinidhi Upadhyaya <shrinidhiupadhyaya1195@gmail.com>
Co-authored-by: shrinidhi.upadhyaya <shrinidhi.upadhyaya@stud.uni-bamberg.de>
Co-authored-by: winches <96854855+winchesHe@users.noreply.github.com>
Co-authored-by: HaRuki <soccer_haruki15@me.com>
Co-authored-by: HaRuki Kuriwada <haruki.kuriwada@hennge.com>
Co-authored-by: Poli Sour <57824881+novsource@users.noreply.github.com>
Co-authored-by: Poli Sour <polisour.work@gmail.com>
Co-authored-by: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com>
Co-authored-by: winches <329487092@qq.com>
Co-authored-by: Alpha Xek <116849110+alphaxek@users.noreply.github.com>
Co-authored-by: Alpha <116849110+alpha-xek@users.noreply.github.com>
2024-04-16 09:25:51 -03:00

10646 lines
304 KiB
JSON

[
{
"content": "NextUI CLI",
"objectID": "e496f6b7-e82c-42af-88d0-5e528ec7bc71",
"type": "lvl1",
"url": "/docs/api-references/cli-api",
"hierarchy": { "lvl1": "NextUI CLI" }
},
{
"content": "init",
"objectID": "c11c9112-be1f-4f9a-88a1-d75d11a772e8",
"type": "lvl2",
"url": "/docs/api-references/cli-api#init",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "init", "lvl3": null }
},
{
"content": "Options",
"objectID": "daef8085-7dd6-4ab4-aa1d-a47b85c06391",
"type": "lvl3",
"url": "/docs/api-references/cli-api#options",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "init", "lvl3": "Options" }
},
{
"content": "Example",
"objectID": "043bafe4-97d0-4747-b28d-1d8d8dd1ba0a",
"type": "lvl3",
"url": "/docs/api-references/cli-api#example",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "Options", "lvl3": "Example" }
},
{
"content": "add",
"objectID": "4c7e4e23-4cae-410f-bb66-941741ca793d",
"type": "lvl2",
"url": "/docs/api-references/cli-api#add",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "add", "lvl3": null }
},
{
"content": "Options",
"objectID": "099f14f5-63b7-4303-acf6-09747e555f5e",
"type": "lvl3",
"url": "/docs/api-references/cli-api#options-1",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "add", "lvl3": "Options" }
},
{
"content": "Example",
"objectID": "80df6ba1-999e-4190-8253-486a3cc92192",
"type": "lvl3",
"url": "/docs/api-references/cli-api#example-1",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "Options", "lvl3": "Example" }
},
{
"content": "upgrade",
"objectID": "7179cb51-eeda-45d6-bf5d-840d3e7480ee",
"type": "lvl2",
"url": "/docs/api-references/cli-api#upgrade",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "upgrade", "lvl3": null }
},
{
"content": "Options",
"objectID": "69b44c5f-6e9d-409b-b9f1-f7df39dde20d",
"type": "lvl3",
"url": "/docs/api-references/cli-api#options-2",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "upgrade", "lvl3": "Options" }
},
{
"content": "Example",
"objectID": "b5a9b381-6d4d-4d5f-96b9-e34fcfeb0bf1",
"type": "lvl3",
"url": "/docs/api-references/cli-api#example-2",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "Options", "lvl3": "Example" }
},
{
"content": "remove",
"objectID": "63ee5d85-d176-41c3-8613-c816a9f971c9",
"type": "lvl2",
"url": "/docs/api-references/cli-api#remove",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "remove", "lvl3": null }
},
{
"content": "Options",
"objectID": "958fc744-dd61-4103-b8d4-000dedd01975",
"type": "lvl3",
"url": "/docs/api-references/cli-api#options-3",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "remove", "lvl3": "Options" }
},
{
"content": "Example",
"objectID": "d3c7c402-0f1b-439f-9c91-a071579f685d",
"type": "lvl3",
"url": "/docs/api-references/cli-api#example-3",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "Options", "lvl3": "Example" }
},
{
"content": "list",
"objectID": "921c7c6d-3c11-4e96-a074-16e79c1d6f80",
"type": "lvl2",
"url": "/docs/api-references/cli-api#list",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "list", "lvl3": null }
},
{
"content": "Options",
"objectID": "7c395592-6c9b-4b93-a07a-039b4132527a",
"type": "lvl3",
"url": "/docs/api-references/cli-api#options-4",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "list", "lvl3": "Options" }
},
{
"content": "Example",
"objectID": "99e17560-4d9c-4b7f-850a-da58f22d9397",
"type": "lvl3",
"url": "/docs/api-references/cli-api#example-4",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "Options", "lvl3": "Example" }
},
{
"content": "doctor",
"objectID": "5a0406ce-ed0f-46fd-9cfd-088a7067d713",
"type": "lvl2",
"url": "/docs/api-references/cli-api#doctor",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "doctor", "lvl3": null }
},
{
"content": "Options",
"objectID": "14d04805-edd0-488b-b519-7e25e406fc3b",
"type": "lvl3",
"url": "/docs/api-references/cli-api#options-5",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "doctor", "lvl3": "Options" }
},
{
"content": "Example",
"objectID": "5c8339e9-7328-4db4-baf1-a8ffa0c07e3e",
"type": "lvl3",
"url": "/docs/api-references/cli-api#example-5",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "Options", "lvl3": "Example" }
},
{
"content": "env",
"objectID": "e00f8465-5ed6-4a1c-b4cf-88fd4b9a72e0",
"type": "lvl2",
"url": "/docs/api-references/cli-api#env",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "env", "lvl3": null }
},
{
"content": "Options",
"objectID": "52e1ceee-7848-4ef6-99ea-3b8aea2a9b72",
"type": "lvl3",
"url": "/docs/api-references/cli-api#options-6",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "env", "lvl3": "Options" }
},
{
"content": "Example",
"objectID": "2fa0f558-10f0-4408-aa27-facfd62a4582",
"type": "lvl3",
"url": "/docs/api-references/cli-api#example-6",
"hierarchy": { "lvl1": "NextUI CLI", "lvl2": "Options", "lvl3": "Example" }
},
{
"content": "NextUI Provider",
"objectID": "c951ffe5-921a-4662-9bea-b10c848b1b25",
"type": "lvl1",
"url": "/docs/api-references/nextui-provider",
"hierarchy": { "lvl1": "NextUI Provider" }
},
{
"content": "Props",
"objectID": "43f70803-76eb-457c-89f7-c2a70eb23b2c",
"type": "lvl2",
"url": "/docs/api-references/nextui-provider#props",
"hierarchy": { "lvl1": "NextUI Provider", "lvl2": "Props", "lvl3": null }
},
{
"content": "navigate",
"objectID": "fffabecd-658a-4973-aaf1-103fa4b89b67",
"type": "lvl3",
"url": "/docs/api-references/nextui-provider#navigate",
"hierarchy": {
"lvl1": "NextUI Provider",
"lvl2": "Props",
"lvl3": "navigate"
}
},
{
"content": "locale",
"objectID": "1aeb10df-e1f5-49c9-b5dd-5996cf566361",
"type": "lvl3",
"url": "/docs/api-references/nextui-provider#locale",
"hierarchy": {
"lvl1": "NextUI Provider",
"lvl2": "navigate",
"lvl3": "locale"
}
},
{
"content": "defaultDates",
"objectID": "f3e72d3f-fe27-4d99-8c28-db8dbf3a86a2",
"type": "lvl3",
"url": "/docs/api-references/nextui-provider#defaultdates",
"hierarchy": {
"lvl1": "NextUI Provider",
"lvl2": "locale",
"lvl3": "defaultDates"
}
},
{
"content": "createCalendar",
"objectID": "9418d25d-55de-447e-96c8-9a4366d31b95",
"type": "lvl3",
"url": "/docs/api-references/nextui-provider#createcalendar",
"hierarchy": {
"lvl1": "NextUI Provider",
"lvl2": "defaultDates",
"lvl3": "createCalendar"
}
},
{
"content": "Types",
"objectID": "19f0447b-0f55-4030-ada2-2285d2da5573",
"type": "lvl2",
"url": "/docs/api-references/nextui-provider#types",
"hierarchy": { "lvl1": "NextUI Provider", "lvl2": "Types", "lvl3": null }
},
{
"content": "CalendarDate",
"objectID": "f8a3e3e1-07c2-41ec-be47-96eb441258e0",
"type": "lvl3",
"url": "/docs/api-references/nextui-provider#calendardate",
"hierarchy": {
"lvl1": "NextUI Provider",
"lvl2": "Types",
"lvl3": "CalendarDate"
}
},
{
"content": "SupportedCalendars",
"objectID": "fb9e685a-8680-4fe1-9876-23d1d129aaac",
"type": "lvl3",
"url": "/docs/api-references/nextui-provider#supportedcalendars",
"hierarchy": {
"lvl1": "NextUI Provider",
"lvl2": "CalendarDate",
"lvl3": "SupportedCalendars"
}
},
{
"content": "Accordion",
"objectID": "86be0b63-96e6-4b54-a052-9b204eabf4f2",
"type": "lvl1",
"url": "/docs/components/accordion",
"hierarchy": { "lvl1": "Accordion" }
},
{
"content": "Installation",
"objectID": "cd6e357d-6ff0-48da-af5e-91b1ac7b6fbb",
"type": "lvl2",
"url": "/docs/components/accordion#installation",
"hierarchy": { "lvl1": "Accordion", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "07ac69c7-c1a5-4e79-8c79-95c1361349cc",
"type": "lvl2",
"url": "/docs/components/accordion#import",
"hierarchy": { "lvl1": "Accordion", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "21450940-ebc0-4ece-a50f-b944298392a9",
"type": "lvl2",
"url": "/docs/components/accordion#usage",
"hierarchy": { "lvl1": "Accordion", "lvl2": "Usage", "lvl3": null }
},
{
"content": "With Subtitle",
"objectID": "5a757a24-2d44-4973-9424-9bd5d83abc44",
"type": "lvl3",
"url": "/docs/components/accordion#with-subtitle",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Usage",
"lvl3": "With Subtitle"
}
},
{
"content": "Expand multiple items",
"objectID": "f125892e-96eb-4363-bb86-b8356deaf68d",
"type": "lvl3",
"url": "/docs/components/accordion#expand-multiple-items",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "With Subtitle",
"lvl3": "Expand multiple items"
}
},
{
"content": "Compact",
"objectID": "8b274b03-924d-403f-a2fa-7f165bd2749c",
"type": "lvl3",
"url": "/docs/components/accordion#compact",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Expand multiple items",
"lvl3": "Compact"
}
},
{
"content": "Variants",
"objectID": "027a8f0a-8213-41f4-b4ab-dc95f18477af",
"type": "lvl3",
"url": "/docs/components/accordion#variants",
"hierarchy": { "lvl1": "Accordion", "lvl2": "Compact", "lvl3": "Variants" }
},
{
"content": "Light variant",
"objectID": "888c3b26-c866-4427-86de-14906a371348",
"type": "lvl4",
"url": "/docs/components/accordion#light-variant",
"hierarchy": { "lvl1": "Accordion", "lvl2": "Variants", "lvl3": null }
},
{
"content": "Shadow variant",
"objectID": "e409cbaf-a7a3-4369-b4ed-d1971bf6b3aa",
"type": "lvl4",
"url": "/docs/components/accordion#shadow-variant",
"hierarchy": { "lvl1": "Accordion", "lvl2": "Light variant", "lvl3": null }
},
{
"content": "Bordered variant",
"objectID": "fd1726b1-50f8-4d5a-b1c2-0bc98b3ada4d",
"type": "lvl4",
"url": "/docs/components/accordion#bordered-variant",
"hierarchy": { "lvl1": "Accordion", "lvl2": "Shadow variant", "lvl3": null }
},
{
"content": "Splitted variant",
"objectID": "d6e6ddb6-f6eb-46c0-bac4-34d8e5d54b2b",
"type": "lvl4",
"url": "/docs/components/accordion#splitted-variant",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Bordered variant",
"lvl3": null
}
},
{
"content": "Default expanded keys",
"objectID": "6ff232b4-7d41-4615-bea2-6565213905da",
"type": "lvl3",
"url": "/docs/components/accordion#default-expanded-keys",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Splitted variant",
"lvl3": "Default expanded keys"
}
},
{
"content": "Disabled keys",
"objectID": "9816e00a-a992-4686-a5ce-e1677afb27df",
"type": "lvl3",
"url": "/docs/components/accordion#disabled-keys",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Default expanded keys",
"lvl3": "Disabled keys"
}
},
{
"content": "Start content",
"objectID": "0ef7b942-efb5-40bc-a1c7-c55781d43047",
"type": "lvl3",
"url": "/docs/components/accordion#start-content",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Disabled keys",
"lvl3": "Start content"
}
},
{
"content": "Custom Indicator",
"objectID": "461a0f16-7401-4401-b08f-391271a92365",
"type": "lvl3",
"url": "/docs/components/accordion#custom-indicator",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Start content",
"lvl3": "Custom Indicator"
}
},
{
"content": "Custom Motion",
"objectID": "2a5dc7d5-7355-4902-998b-e5de1639e78d",
"type": "lvl3",
"url": "/docs/components/accordion#custom-motion",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Custom Indicator",
"lvl3": "Custom Motion"
}
},
{
"content": "Controlled",
"objectID": "c335e125-2356-4b59-8f07-af00a861af1c",
"type": "lvl3",
"url": "/docs/components/accordion#controlled",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Custom Motion",
"lvl3": "Controlled"
}
},
{
"content": "Accordion Item Slots",
"objectID": "f7f95af2-a4a6-4802-9823-c28dd933952c",
"type": "lvl2",
"url": "/docs/components/accordion#accordion-item-slots",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Accordion Item Slots",
"lvl3": null
}
},
{
"content": "Custom Accordion Styles",
"objectID": "b2dbef14-c2ca-4a3b-93df-d839c2afee20",
"type": "lvl3",
"url": "/docs/components/accordion#custom-accordion-styles",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Accordion Item Slots",
"lvl3": "Custom Accordion Styles"
}
},
{
"content": "Data Attributes",
"objectID": "7318af55-3ea0-4312-9cc1-522c98b8b91f",
"type": "lvl2",
"url": "/docs/components/accordion#data-attributes",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Data Attributes",
"lvl3": null
}
},
{
"content": "Accessibility",
"objectID": "a348fc15-f115-42c1-98ca-0c0015cfc575",
"type": "lvl2",
"url": "/docs/components/accordion#accessibility",
"hierarchy": { "lvl1": "Accordion", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "e44c37be-6396-4eb6-ab23-468e1063a358",
"type": "lvl2",
"url": "/docs/components/accordion#api",
"hierarchy": { "lvl1": "Accordion", "lvl2": "API", "lvl3": null }
},
{
"content": "Accordion Props",
"objectID": "ef63d82f-4813-4466-a881-4d101a901d7e",
"type": "lvl3",
"url": "/docs/components/accordion#accordion-props",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "API",
"lvl3": "Accordion Props"
}
},
{
"content": "Accordion Events",
"objectID": "61ebf045-128f-4937-8662-8b356a260b77",
"type": "lvl3",
"url": "/docs/components/accordion#accordion-events",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Accordion Props",
"lvl3": "Accordion Events"
}
},
{
"content": "Accordion Item Props",
"objectID": "ecf19416-89d9-449f-ad11-8920a0bcaa5f",
"type": "lvl3",
"url": "/docs/components/accordion#accordion-item-props",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Accordion Events",
"lvl3": "Accordion Item Props"
}
},
{
"content": "Accordion Item Events",
"objectID": "9cb509cf-e360-4974-a1e0-dcdb54edcf7a",
"type": "lvl3",
"url": "/docs/components/accordion#accordion-item-events",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Accordion Item Props",
"lvl3": "Accordion Item Events"
}
},
{
"content": "Types",
"objectID": "8109dccf-4008-4070-a769-49a5cc1b7d7f",
"type": "lvl3",
"url": "/docs/components/accordion#types",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Accordion Item Events",
"lvl3": "Types"
}
},
{
"content": "Accordion Item Indicator Props",
"objectID": "8aacc034-5480-493f-b562-5fc19f276815",
"type": "lvl4",
"url": "/docs/components/accordion#accordion-item-indicator-props",
"hierarchy": { "lvl1": "Accordion", "lvl2": "Types", "lvl3": null }
},
{
"content": "Accordion Item classNames",
"objectID": "5fba150b-5b6b-41ac-a7aa-b5695905649f",
"type": "lvl3",
"url": "/docs/components/accordion#accordion-item-classnames",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Accordion Item Indicator Props",
"lvl3": "Accordion Item classNames"
}
},
{
"content": "Motion Props",
"objectID": "8e361e09-ceda-4494-9215-18465038946b",
"type": "lvl4",
"url": "/docs/components/accordion#motion-props",
"hierarchy": {
"lvl1": "Accordion",
"lvl2": "Accordion Item classNames",
"lvl3": null
}
},
{
"content": "Autocomplete",
"objectID": "3becd62f-9d70-4cd0-abcd-7af2f64cb7a7",
"type": "lvl1",
"url": "/docs/components/autocomplete",
"hierarchy": { "lvl1": "Autocomplete" }
},
{
"content": "Installation",
"objectID": "4621be9a-8e76-49e9-8efb-747e0dc40248",
"type": "lvl2",
"url": "/docs/components/autocomplete#installation",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Installation",
"lvl3": null
}
},
{
"content": "Import",
"objectID": "644c1971-f7b0-4b99-8354-ad7f2900e92b",
"type": "lvl2",
"url": "/docs/components/autocomplete#import",
"hierarchy": { "lvl1": "Autocomplete", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "23b83c99-9f7d-4d51-b896-8d4b18418db1",
"type": "lvl2",
"url": "/docs/components/autocomplete#usage",
"hierarchy": { "lvl1": "Autocomplete", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Dynamic items",
"objectID": "87a9494c-4de8-4a1d-beca-6ea76d131fcb",
"type": "lvl3",
"url": "/docs/components/autocomplete#dynamic-items",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Usage",
"lvl3": "Dynamic items"
}
},
{
"content": "Disabled",
"objectID": "ac4c838f-01aa-406a-b3ed-278df8b670ca",
"type": "lvl3",
"url": "/docs/components/autocomplete#disabled",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Dynamic items",
"lvl3": "Disabled"
}
},
{
"content": "Disabled Items",
"objectID": "cfe2f0f6-04b2-4946-8359-e45d772e9b6d",
"type": "lvl3",
"url": "/docs/components/autocomplete#disabled-items",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Disabled",
"lvl3": "Disabled Items"
}
},
{
"content": "Required",
"objectID": "ae913601-c241-4c20-a695-f6488802a308",
"type": "lvl3",
"url": "/docs/components/autocomplete#required",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Disabled Items",
"lvl3": "Required"
}
},
{
"content": "Sizes",
"objectID": "914609ae-d437-422b-90f1-a415ff2e6c67",
"type": "lvl3",
"url": "/docs/components/autocomplete#sizes",
"hierarchy": { "lvl1": "Autocomplete", "lvl2": "Required", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "8462a655-c43a-45a9-ba0b-8abcdcc56246",
"type": "lvl3",
"url": "/docs/components/autocomplete#colors",
"hierarchy": { "lvl1": "Autocomplete", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "Variants",
"objectID": "5fe3392e-d7d5-415f-85a0-a9252cafb8e6",
"type": "lvl3",
"url": "/docs/components/autocomplete#variants",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Colors",
"lvl3": "Variants"
}
},
{
"content": "Label Placements",
"objectID": "8b0774b1-5fa9-4b45-8bda-1c892c346693",
"type": "lvl3",
"url": "/docs/components/autocomplete#label-placements",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Variants",
"lvl3": "Label Placements"
}
},
{
"content": "Start Content",
"objectID": "7f4f6c39-c5a4-4120-9ed2-e7a34f2932e3",
"type": "lvl3",
"url": "/docs/components/autocomplete#start-content",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Label Placements",
"lvl3": "Start Content"
}
},
{
"content": "Item Start & End Content",
"objectID": "f4ca4433-3988-4468-aaea-4a6eac268434",
"type": "lvl3",
"url": "/docs/components/autocomplete#item-start--end-content",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Start Content",
"lvl3": "Item Start & End Content"
}
},
{
"content": "Custom Value",
"objectID": "df83129f-e8ad-4441-92c1-bbb3386b7bf5",
"type": "lvl3",
"url": "/docs/components/autocomplete#custom-value",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Item Start & End Content",
"lvl3": "Custom Value"
}
},
{
"content": "Custom Selector Icon",
"objectID": "df5b4cb9-f863-4059-a711-ee18c448d71e",
"type": "lvl3",
"url": "/docs/components/autocomplete#custom-selector-icon",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Custom Value",
"lvl3": "Custom Selector Icon"
}
},
{
"content": "Without Scroll Shadow",
"objectID": "64b0d65b-b40e-4ab6-8cf9-937849a41d08",
"type": "lvl3",
"url": "/docs/components/autocomplete#without-scroll-shadow",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Custom Selector Icon",
"lvl3": "Without Scroll Shadow"
}
},
{
"content": "With Description",
"objectID": "db55ccd8-d8d7-4575-8517-d914ed95ad24",
"type": "lvl3",
"url": "/docs/components/autocomplete#with-description",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Without Scroll Shadow",
"lvl3": "With Description"
}
},
{
"content": "With Error Message",
"objectID": "6ec8d383-ee94-4989-9cdd-d659d2367978",
"type": "lvl3",
"url": "/docs/components/autocomplete#with-error-message",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "With Description",
"lvl3": "With Error Message"
}
},
{
"content": "Events",
"objectID": "1de6fad9-f41d-4c10-b3dc-e20d3f713da0",
"type": "lvl3",
"url": "/docs/components/autocomplete#events",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "With Error Message",
"lvl3": "Events"
}
},
{
"content": "Controlled",
"objectID": "3b7af639-4ce6-475c-900d-bc35d3c5a405",
"type": "lvl3",
"url": "/docs/components/autocomplete#controlled",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Events",
"lvl3": "Controlled"
}
},
{
"content": "Fully Controlled",
"objectID": "2f0e5117-4dc9-4fd0-85fd-a49254c3c2ef",
"type": "lvl3",
"url": "/docs/components/autocomplete#fully-controlled",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Controlled",
"lvl3": "Fully Controlled"
}
},
{
"content": "Custom Items",
"objectID": "df92cd1e-aa96-4652-a73d-7dba6427e2b8",
"type": "lvl3",
"url": "/docs/components/autocomplete#custom-items",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Fully Controlled",
"lvl3": "Custom Items"
}
},
{
"content": "Custom Filtering",
"objectID": "00bc06dc-9b5e-432f-8734-830aedaaecb9",
"type": "lvl3",
"url": "/docs/components/autocomplete#custom-filtering",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Custom Items",
"lvl3": "Custom Filtering"
}
},
{
"content": "Asynchronous Filtering",
"objectID": "70d420e2-167a-4089-b229-b0cafe2320a1",
"type": "lvl3",
"url": "/docs/components/autocomplete#asynchronous-filtering",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Custom Filtering",
"lvl3": "Asynchronous Filtering"
}
},
{
"content": "Asynchronous Loading",
"objectID": "d1dc3946-853e-47ac-88e6-d11141a93db0",
"type": "lvl3",
"url": "/docs/components/autocomplete#asynchronous-loading",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Asynchronous Filtering",
"lvl3": "Asynchronous Loading"
}
},
{
"content": "With Sections",
"objectID": "e5c8af81-4fb7-400c-be37-6379f50f955b",
"type": "lvl3",
"url": "/docs/components/autocomplete#with-sections",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Asynchronous Loading",
"lvl3": "With Sections"
}
},
{
"content": "Custom Sections Style",
"objectID": "c36945d3-9656-4ea8-b2ec-a4f4b7b0d9b6",
"type": "lvl3",
"url": "/docs/components/autocomplete#custom-sections-style",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "With Sections",
"lvl3": "Custom Sections Style"
}
},
{
"content": "Customizing the Autocomplete",
"objectID": "8c67a5ce-65f0-49fc-8ed2-2cb0648a91db",
"type": "lvl3",
"url": "/docs/components/autocomplete#customizing-the-autocomplete",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Custom Sections Style",
"lvl3": "Customizing the Autocomplete"
}
},
{
"content": "Slots",
"objectID": "ae3d4a3d-28cd-4f55-8e29-588c2d637425",
"type": "lvl2",
"url": "/docs/components/autocomplete#slots",
"hierarchy": { "lvl1": "Autocomplete", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "2591a995-1059-4996-b743-06cb2e5cf684",
"type": "lvl2",
"url": "/docs/components/autocomplete#data-attributes",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Data Attributes",
"lvl3": null
}
},
{
"content": "Accessibility",
"objectID": "cd6820ad-4a40-4a65-8fc0-1f80208a515f",
"type": "lvl2",
"url": "/docs/components/autocomplete#accessibility",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Accessibility",
"lvl3": null
}
},
{
"content": "API",
"objectID": "4607a4f8-0967-49f6-9f91-630c2ef3aa19",
"type": "lvl2",
"url": "/docs/components/autocomplete#api",
"hierarchy": { "lvl1": "Autocomplete", "lvl2": "API", "lvl3": null }
},
{
"content": "Autocomplete Props",
"objectID": "75c5d4f4-822e-4de8-8950-cdf242294761",
"type": "lvl3",
"url": "/docs/components/autocomplete#autocomplete-props",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "API",
"lvl3": "Autocomplete Props"
}
},
{
"content": "Autocomplete Events",
"objectID": "363af6c5-c4e3-4798-becb-e949ed005b9a",
"type": "lvl3",
"url": "/docs/components/autocomplete#autocomplete-events",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Autocomplete Props",
"lvl3": "Autocomplete Events"
}
},
{
"content": "AutocompleteItem Props",
"objectID": "224f3b6b-ef2a-4df4-b1df-790c87b45b3b",
"type": "lvl3",
"url": "/docs/components/autocomplete#autocompleteitem-props",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "Autocomplete Events",
"lvl3": "AutocompleteItem Props"
}
},
{
"content": "AutocompleteItem Events",
"objectID": "80885383-ed85-49fd-b985-611e38299d9d",
"type": "lvl3",
"url": "/docs/components/autocomplete#autocompleteitem-events",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "AutocompleteItem Props",
"lvl3": "AutocompleteItem Events"
}
},
{
"content": "AutocompleteSection Props",
"objectID": "245b3ad9-70f5-43a2-9748-2518e516a858",
"type": "lvl3",
"url": "/docs/components/autocomplete#autocompletesection-props",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "AutocompleteItem Events",
"lvl3": "AutocompleteSection Props"
}
},
{
"content": "Types",
"objectID": "496986c0-9694-4cce-b15a-6ac1c84cbedc",
"type": "lvl3",
"url": "/docs/components/autocomplete#types",
"hierarchy": {
"lvl1": "Autocomplete",
"lvl2": "AutocompleteSection Props",
"lvl3": "Types"
}
},
{
"content": "Menu Trigger Action",
"objectID": "61a66fd8-ae17-4339-8b4a-ade6b942283b",
"type": "lvl4",
"url": "/docs/components/autocomplete#menu-trigger-action",
"hierarchy": { "lvl1": "Autocomplete", "lvl2": "Types", "lvl3": null }
},
{
"content": "Avatar",
"objectID": "29c38e92-affc-47af-964f-b229d2583e0a",
"type": "lvl1",
"url": "/docs/components/avatar",
"hierarchy": { "lvl1": "Avatar" }
},
{
"content": "Installation",
"objectID": "0f433b11-15af-4242-aefe-02b5c17212ce",
"type": "lvl2",
"url": "/docs/components/avatar#installation",
"hierarchy": { "lvl1": "Avatar", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "89787991-5d9a-4ad7-9276-7b27ad85232b",
"type": "lvl2",
"url": "/docs/components/avatar#import",
"hierarchy": { "lvl1": "Avatar", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "cdf01bae-0daf-48c4-96b6-49c794a54d55",
"type": "lvl2",
"url": "/docs/components/avatar#usage",
"hierarchy": { "lvl1": "Avatar", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Sizes",
"objectID": "fb4f4754-a55f-4520-8823-7dc9b6119500",
"type": "lvl3",
"url": "/docs/components/avatar#sizes",
"hierarchy": { "lvl1": "Avatar", "lvl2": "Usage", "lvl3": "Sizes" }
},
{
"content": "Disabled",
"objectID": "a20290e1-9b1e-45a6-93df-c2a1e011b534",
"type": "lvl3",
"url": "/docs/components/avatar#disabled",
"hierarchy": { "lvl1": "Avatar", "lvl2": "Sizes", "lvl3": "Disabled" }
},
{
"content": "Bordered",
"objectID": "8ab0e93a-d8b0-487e-a31e-dfcbe81a2466",
"type": "lvl3",
"url": "/docs/components/avatar#bordered",
"hierarchy": { "lvl1": "Avatar", "lvl2": "Disabled", "lvl3": "Bordered" }
},
{
"content": "Radius",
"objectID": "d67eba4a-41d4-402c-9ae2-90723cfb8e7c",
"type": "lvl3",
"url": "/docs/components/avatar#radius",
"hierarchy": { "lvl1": "Avatar", "lvl2": "Bordered", "lvl3": "Radius" }
},
{
"content": "Colors",
"objectID": "5f5a8c69-e7c4-43e1-9d72-2aecaa99193b",
"type": "lvl3",
"url": "/docs/components/avatar#colors",
"hierarchy": { "lvl1": "Avatar", "lvl2": "Radius", "lvl3": "Colors" }
},
{
"content": "Avatar Fallbacks",
"objectID": "0b5b1cb8-c741-43de-9be8-2fedcce85054",
"type": "lvl3",
"url": "/docs/components/avatar#avatar-fallbacks",
"hierarchy": {
"lvl1": "Avatar",
"lvl2": "Colors",
"lvl3": "Avatar Fallbacks"
}
},
{
"content": "Custom Fallback",
"objectID": "912816be-48e9-449c-9f7b-0ea5e55a0b94",
"type": "lvl3",
"url": "/docs/components/avatar#custom-fallback",
"hierarchy": {
"lvl1": "Avatar",
"lvl2": "Avatar Fallbacks",
"lvl3": "Custom Fallback"
}
},
{
"content": "Custom Implementation",
"objectID": "12238cc8-a0e8-42e7-971d-79cbed64e996",
"type": "lvl3",
"url": "/docs/components/avatar#custom-implementation",
"hierarchy": {
"lvl1": "Avatar",
"lvl2": "Custom Fallback",
"lvl3": "Custom Implementation"
}
},
{
"content": "Custom initials logic",
"objectID": "5c9cc76c-9850-4abb-8f97-ff8a4002e8f2",
"type": "lvl3",
"url": "/docs/components/avatar#custom-initials-logic",
"hierarchy": {
"lvl1": "Avatar",
"lvl2": "Custom Implementation",
"lvl3": "Custom initials logic"
}
},
{
"content": "Avatar Group",
"objectID": "68cf3750-7d1f-4d32-8418-ee85ee55b645",
"type": "lvl2",
"url": "/docs/components/avatar#avatar-group",
"hierarchy": { "lvl1": "Avatar", "lvl2": "Avatar Group", "lvl3": null }
},
{
"content": "Group Disabled",
"objectID": "b02c35ee-1077-458d-9cbb-560c382c6974",
"type": "lvl3",
"url": "/docs/components/avatar#group-disabled",
"hierarchy": {
"lvl1": "Avatar",
"lvl2": "Avatar Group",
"lvl3": "Group Disabled"
}
},
{
"content": "Group Max Count",
"objectID": "acfd54d6-0d84-4221-859d-a6ced2e6ef65",
"type": "lvl3",
"url": "/docs/components/avatar#group-max-count",
"hierarchy": {
"lvl1": "Avatar",
"lvl2": "Group Disabled",
"lvl3": "Group Max Count"
}
},
{
"content": "Group Total Count",
"objectID": "0d1de79a-0ee3-454a-bb75-095ecfa3e1d7",
"type": "lvl3",
"url": "/docs/components/avatar#group-total-count",
"hierarchy": {
"lvl1": "Avatar",
"lvl2": "Group Max Count",
"lvl3": "Group Total Count"
}
},
{
"content": "Group Custom count",
"objectID": "3212264b-7e6a-4f43-86ae-db08e94ff10b",
"type": "lvl3",
"url": "/docs/components/avatar#group-custom-count",
"hierarchy": {
"lvl1": "Avatar",
"lvl2": "Group Total Count",
"lvl3": "Group Custom count"
}
},
{
"content": "Group Grid",
"objectID": "d9181be8-fe17-4291-b61b-dca47d098078",
"type": "lvl3",
"url": "/docs/components/avatar#group-grid",
"hierarchy": {
"lvl1": "Avatar",
"lvl2": "Group Custom count",
"lvl3": "Group Grid"
}
},
{
"content": "Group Custom Implementation",
"objectID": "aac1a453-7281-4aa9-b38e-a19b55ccd05e",
"type": "lvl3",
"url": "/docs/components/avatar#group-custom-implementation",
"hierarchy": {
"lvl1": "Avatar",
"lvl2": "Group Grid",
"lvl3": "Group Custom Implementation"
}
},
{
"content": "Slots",
"objectID": "21d2ec8b-6e7d-405f-853f-303ba19fede0",
"type": "lvl2",
"url": "/docs/components/avatar#slots",
"hierarchy": { "lvl1": "Avatar", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Avatar Styles",
"objectID": "cb632837-936f-4a83-87e8-cc769b689869",
"type": "lvl3",
"url": "/docs/components/avatar#custom-avatar-styles",
"hierarchy": {
"lvl1": "Avatar",
"lvl2": "Slots",
"lvl3": "Custom Avatar Styles"
}
},
{
"content": "Data Attributes",
"objectID": "61e79aae-02af-4b97-805f-97a56f27294c",
"type": "lvl2",
"url": "/docs/components/avatar#data-attributes",
"hierarchy": { "lvl1": "Avatar", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "API",
"objectID": "28db8d80-6266-46dc-bb37-0d87af0ef818",
"type": "lvl2",
"url": "/docs/components/avatar#api",
"hierarchy": { "lvl1": "Avatar", "lvl2": "API", "lvl3": null }
},
{
"content": "Avatar Props",
"objectID": "541ad6af-0f7c-4795-b31e-916768abf9f3",
"type": "lvl3",
"url": "/docs/components/avatar#avatar-props",
"hierarchy": { "lvl1": "Avatar", "lvl2": "API", "lvl3": "Avatar Props" }
},
{
"content": "Avatar Group Props",
"objectID": "f120402b-f717-4169-94b9-3e420963ebe4",
"type": "lvl3",
"url": "/docs/components/avatar#avatar-group-props",
"hierarchy": {
"lvl1": "Avatar",
"lvl2": "Avatar Props",
"lvl3": "Avatar Group Props"
}
},
{
"content": "Badge",
"objectID": "c6bd7149-6d6d-4bec-87e2-aa24334c3b65",
"type": "lvl1",
"url": "/docs/components/badge",
"hierarchy": { "lvl1": "Badge" }
},
{
"content": "Installation",
"objectID": "0ee5a964-142a-44fa-8ff3-c5a6730f4ed9",
"type": "lvl2",
"url": "/docs/components/badge#installation",
"hierarchy": { "lvl1": "Badge", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "424ff614-c517-4d88-afef-5a71b6a04396",
"type": "lvl2",
"url": "/docs/components/badge#import",
"hierarchy": { "lvl1": "Badge", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "19a476a0-8492-47df-8f29-e1557a1323c4",
"type": "lvl2",
"url": "/docs/components/badge#usage",
"hierarchy": { "lvl1": "Badge", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Sizes",
"objectID": "bcd7368f-a676-4b57-8827-cb4610a9fa32",
"type": "lvl3",
"url": "/docs/components/badge#sizes",
"hierarchy": { "lvl1": "Badge", "lvl2": "Usage", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "9f55ca14-05c3-4e86-80ad-d41badcfc6e1",
"type": "lvl3",
"url": "/docs/components/badge#colors",
"hierarchy": { "lvl1": "Badge", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "Variants",
"objectID": "8a346ab2-8d5a-4d9f-afcd-d0bc9cb4d509",
"type": "lvl3",
"url": "/docs/components/badge#variants",
"hierarchy": { "lvl1": "Badge", "lvl2": "Colors", "lvl3": "Variants" }
},
{
"content": "Placements",
"objectID": "8e249dc4-29ef-4f1a-85b6-96a8524cb40d",
"type": "lvl3",
"url": "/docs/components/badge#placements",
"hierarchy": { "lvl1": "Badge", "lvl2": "Variants", "lvl3": "Placements" }
},
{
"content": "Shapes",
"objectID": "6dc02a23-cb26-4bee-ad09-debc29ba2aef",
"type": "lvl3",
"url": "/docs/components/badge#shapes",
"hierarchy": { "lvl1": "Badge", "lvl2": "Placements", "lvl3": "Shapes" }
},
{
"content": "Badge Visibility",
"objectID": "7e874620-6128-41ac-9ec3-8ab9069aaf00",
"type": "lvl3",
"url": "/docs/components/badge#badge-visibility",
"hierarchy": {
"lvl1": "Badge",
"lvl2": "Shapes",
"lvl3": "Badge Visibility"
}
},
{
"content": "Content Examples",
"objectID": "1e1671df-b667-45c6-9e14-f5f7d2a530c4",
"type": "lvl3",
"url": "/docs/components/badge#content-examples",
"hierarchy": {
"lvl1": "Badge",
"lvl2": "Badge Visibility",
"lvl3": "Content Examples"
}
},
{
"content": "Disable Outline",
"objectID": "cdb30d8e-e258-4857-8539-3c76a8eefdba",
"type": "lvl3",
"url": "/docs/components/badge#disable-outline",
"hierarchy": {
"lvl1": "Badge",
"lvl2": "Content Examples",
"lvl3": "Disable Outline"
}
},
{
"content": "Accessibility",
"objectID": "1ec6d74c-78ad-4fec-b341-ee866c54696b",
"type": "lvl3",
"url": "/docs/components/badge#accessibility",
"hierarchy": {
"lvl1": "Badge",
"lvl2": "Disable Outline",
"lvl3": "Accessibility"
}
},
{
"content": "API",
"objectID": "abbeb08c-f657-4196-a8fe-205c2bba1dde",
"type": "lvl2",
"url": "/docs/components/badge#api",
"hierarchy": { "lvl1": "Badge", "lvl2": "API", "lvl3": null }
},
{
"content": "Badge Props",
"objectID": "39ba3755-ec3b-487f-aa06-9fa68a117373",
"type": "lvl3",
"url": "/docs/components/badge#badge-props",
"hierarchy": { "lvl1": "Badge", "lvl2": "API", "lvl3": "Badge Props" }
},
{
"content": "Breadcrumbs",
"objectID": "31d24f70-b4fc-4eb2-b646-dd52e170e683",
"type": "lvl1",
"url": "/docs/components/breadcrumbs",
"hierarchy": { "lvl1": "Breadcrumbs" }
},
{
"content": "Installation",
"objectID": "87729cc3-041c-4b73-8555-0ea2d69bb4ea",
"type": "lvl2",
"url": "/docs/components/breadcrumbs#installation",
"hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "fc76a010-4058-4c26-8f41-6bacdb22f821",
"type": "lvl2",
"url": "/docs/components/breadcrumbs#import",
"hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "30ae577d-dc96-45a4-ab31-d2a2f6afb227",
"type": "lvl2",
"url": "/docs/components/breadcrumbs#usage",
"hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "8b0669f2-e4ff-4a3c-8d7f-e9500391f3b1",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#disabled",
"hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Sizes",
"objectID": "0a91f09c-e94e-4f5e-81cb-2d51d8d91de0",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#sizes",
"hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Disabled", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "5254ef8e-f823-40bf-863b-08b521045037",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#colors",
"hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "Variants",
"objectID": "312dfa2d-a480-4329-917c-d8863a8d8def",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#variants",
"hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Colors", "lvl3": "Variants" }
},
{
"content": "Underlines",
"objectID": "449d8a81-1870-4c1e-af9f-f9a162d8ed00",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#underlines",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Variants",
"lvl3": "Underlines"
}
},
{
"content": "Radius",
"objectID": "fcc06440-08db-4603-bf55-89970188fcc4",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#radius",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Underlines",
"lvl3": "Radius"
}
},
{
"content": "Routing",
"objectID": "61dcddac-bb4f-4a0b-a555-1f6ea5cebab3",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#routing",
"hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Radius", "lvl3": "Routing" }
},
{
"content": "Controlled",
"objectID": "3dd72a59-0f23-4f09-ae16-64c9dd83e4d6",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#controlled",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Routing",
"lvl3": "Controlled"
}
},
{
"content": "Menu Type",
"objectID": "a0ea123e-dee9-4051-9e85-7a1bdef9c9cc",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#menu-type",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Controlled",
"lvl3": "Menu Type"
}
},
{
"content": "Start & End Content",
"objectID": "a04a0931-2ec5-4ffe-ad86-40a24ca9f1fb",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#start--end-content",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Menu Type",
"lvl3": "Start & End Content"
}
},
{
"content": "Custom Separator",
"objectID": "755d3896-dec8-455f-8dd0-daa7621ca219",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#custom-separator",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Start & End Content",
"lvl3": "Custom Separator"
}
},
{
"content": "Custom Items",
"objectID": "b79c2457-c8ce-439b-bbb1-7452bdc0b9cc",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#custom-items",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Custom Separator",
"lvl3": "Custom Items"
}
},
{
"content": "Collapsing Items",
"objectID": "3b3d4775-5947-431f-8250-ec7959a86a14",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#collapsing-items",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Custom Items",
"lvl3": "Collapsing Items"
}
},
{
"content": "Customizing the Ellipsis Item",
"objectID": "a17f0daf-f976-4840-8081-9aa7b6834fc7",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#customizing-the-ellipsis-item",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Collapsing Items",
"lvl3": "Customizing the Ellipsis Item"
}
},
{
"content": "Slots",
"objectID": "6a49a9ed-f061-43f5-9f85-1beef6a74ff9",
"type": "lvl2",
"url": "/docs/components/breadcrumbs#slots",
"hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Customizing the Breadcrumbs Styles",
"objectID": "7d409a2b-cc95-49f7-ac3f-0b17c167db90",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#customizing-the-breadcrumbs-styles",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Slots",
"lvl3": "Customizing the Breadcrumbs Styles"
}
},
{
"content": "Data Attributes",
"objectID": "23082180-90b8-444a-b8fa-20900fc9f19f",
"type": "lvl2",
"url": "/docs/components/breadcrumbs#data-attributes",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Data Attributes",
"lvl3": null
}
},
{
"content": "Accessibility",
"objectID": "cf79374d-1bcb-4667-8143-2ecd8d2aefb1",
"type": "lvl2",
"url": "/docs/components/breadcrumbs#accessibility",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Accessibility",
"lvl3": null
}
},
{
"content": "API",
"objectID": "e41e6fd5-3932-4dbc-a5ec-9f7c555d4405",
"type": "lvl2",
"url": "/docs/components/breadcrumbs#api",
"hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "API", "lvl3": null }
},
{
"content": "Breadcrumbs Props",
"objectID": "ff69f356-baae-45b1-be2d-520b214dbc9e",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#breadcrumbs-props",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "API",
"lvl3": "Breadcrumbs Props"
}
},
{
"content": "Breadcrumbs Functions",
"objectID": "a141cbcd-3750-45da-8f96-a2a972f878f7",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#breadcrumbs-functions",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Breadcrumbs Props",
"lvl3": "Breadcrumbs Functions"
}
},
{
"content": "Breadcrumbs Events",
"objectID": "54b79833-58c4-4b30-becd-5c07e2c0899a",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#breadcrumbs-events",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Breadcrumbs Functions",
"lvl3": "Breadcrumbs Events"
}
},
{
"content": "BreadcrumbItem Props",
"objectID": "4098ed22-c411-4e38-b996-ad64ccdc1580",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#breadcrumbitem-props",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "Breadcrumbs Events",
"lvl3": "BreadcrumbItem Props"
}
},
{
"content": "BreadcrumbItem Events",
"objectID": "298e0ad0-01b8-4281-86c2-1ad1d8d27635",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#breadcrumbitem-events",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "BreadcrumbItem Props",
"lvl3": "BreadcrumbItem Events"
}
},
{
"content": "Types",
"objectID": "ac99d7b0-ad53-4c23-a1c6-f200521620a9",
"type": "lvl3",
"url": "/docs/components/breadcrumbs#types",
"hierarchy": {
"lvl1": "Breadcrumbs",
"lvl2": "BreadcrumbItem Events",
"lvl3": "Types"
}
},
{
"content": "Render Ellipsis Function",
"objectID": "30585ddf-fdd4-47fc-bf15-99d0416816e9",
"type": "lvl4",
"url": "/docs/components/breadcrumbs#render-ellipsis-function",
"hierarchy": { "lvl1": "Breadcrumbs", "lvl2": "Types", "lvl3": null }
},
{
"content": "Button",
"objectID": "6db7cf1d-8716-4eb9-b879-628354350158",
"type": "lvl1",
"url": "/docs/components/button",
"hierarchy": { "lvl1": "Button" }
},
{
"content": "Installation",
"objectID": "3b28b4fd-e846-41b3-8d84-05e73fec8c6a",
"type": "lvl2",
"url": "/docs/components/button#installation",
"hierarchy": { "lvl1": "Button", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "e4dd5376-184b-47d7-a8b8-548e82d47731",
"type": "lvl2",
"url": "/docs/components/button#import",
"hierarchy": { "lvl1": "Button", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "46b290c7-261c-45a7-af76-27fc581d8ead",
"type": "lvl2",
"url": "/docs/components/button#usage",
"hierarchy": { "lvl1": "Button", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "10344fe1-7e2d-4126-91f2-7ca91124ae2a",
"type": "lvl3",
"url": "/docs/components/button#disabled",
"hierarchy": { "lvl1": "Button", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Sizes",
"objectID": "3030123d-d408-4e71-a58a-86d2fa8248ad",
"type": "lvl3",
"url": "/docs/components/button#sizes",
"hierarchy": { "lvl1": "Button", "lvl2": "Disabled", "lvl3": "Sizes" }
},
{
"content": "Radius",
"objectID": "e976ea13-792a-40c1-9a1c-63810c89b64a",
"type": "lvl3",
"url": "/docs/components/button#radius",
"hierarchy": { "lvl1": "Button", "lvl2": "Sizes", "lvl3": "Radius" }
},
{
"content": "Colors",
"objectID": "d32dbfcc-9e0e-4051-99c9-f872bd69e1fc",
"type": "lvl3",
"url": "/docs/components/button#colors",
"hierarchy": { "lvl1": "Button", "lvl2": "Radius", "lvl3": "Colors" }
},
{
"content": "Variants",
"objectID": "aa4571ed-9611-4e11-bb93-ccc46274a319",
"type": "lvl3",
"url": "/docs/components/button#variants",
"hierarchy": { "lvl1": "Button", "lvl2": "Colors", "lvl3": "Variants" }
},
{
"content": "Loading",
"objectID": "6ee0b6aa-963a-43d4-ad4e-5f22c3403461",
"type": "lvl3",
"url": "/docs/components/button#loading",
"hierarchy": { "lvl1": "Button", "lvl2": "Variants", "lvl3": "Loading" }
},
{
"content": "With Icons",
"objectID": "a69ea901-990b-4732-b20e-cb3c524ac8d9",
"type": "lvl3",
"url": "/docs/components/button#with-icons",
"hierarchy": { "lvl1": "Button", "lvl2": "Loading", "lvl3": "With Icons" }
},
{
"content": "Icon Only",
"objectID": "f0abccf7-5968-499a-9e95-af3e5400e79b",
"type": "lvl3",
"url": "/docs/components/button#icon-only",
"hierarchy": { "lvl1": "Button", "lvl2": "With Icons", "lvl3": "Icon Only" }
},
{
"content": "Custom Styles",
"objectID": "cb40731c-ee91-4c1a-a653-bfa8a0461098",
"type": "lvl3",
"url": "/docs/components/button#custom-styles",
"hierarchy": {
"lvl1": "Button",
"lvl2": "Icon Only",
"lvl3": "Custom Styles"
}
},
{
"content": "Custom Implementation",
"objectID": "341f02f4-f8b9-4513-aed1-ba9ec5b6d095",
"type": "lvl3",
"url": "/docs/components/button#custom-implementation",
"hierarchy": {
"lvl1": "Button",
"lvl2": "Custom Styles",
"lvl3": "Custom Implementation"
}
},
{
"content": "Button Group",
"objectID": "92bfba55-edba-4696-8b47-55ddb07659a1",
"type": "lvl2",
"url": "/docs/components/button#button-group",
"hierarchy": { "lvl1": "Button", "lvl2": "Button Group", "lvl3": null }
},
{
"content": "Group Disabled",
"objectID": "385c3fa1-916b-47e6-b499-de1450c6e645",
"type": "lvl3",
"url": "/docs/components/button#group-disabled",
"hierarchy": {
"lvl1": "Button",
"lvl2": "Button Group",
"lvl3": "Group Disabled"
}
},
{
"content": "Group Use case",
"objectID": "508b4924-4314-42c1-bd93-81e7ac3f5362",
"type": "lvl3",
"url": "/docs/components/button#group-use-case",
"hierarchy": {
"lvl1": "Button",
"lvl2": "Group Disabled",
"lvl3": "Group Use case"
}
},
{
"content": "Data Attributes",
"objectID": "74666d0e-4f18-4eed-a144-db77b6cf0d4c",
"type": "lvl2",
"url": "/docs/components/button#data-attributes",
"hierarchy": { "lvl1": "Button", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "973d858e-14bb-4014-8606-29113089bef8",
"type": "lvl2",
"url": "/docs/components/button#accessibility",
"hierarchy": { "lvl1": "Button", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "5a5c45e8-9cda-4063-aa62-d62fc2f4bc54",
"type": "lvl2",
"url": "/docs/components/button#api",
"hierarchy": { "lvl1": "Button", "lvl2": "API", "lvl3": null }
},
{
"content": "Button Props",
"objectID": "7891959d-a3cd-4ea5-afcf-48eae2a22186",
"type": "lvl3",
"url": "/docs/components/button#button-props",
"hierarchy": { "lvl1": "Button", "lvl2": "API", "lvl3": "Button Props" }
},
{
"content": "Button Events",
"objectID": "ec9d1e73-7279-4c24-af1f-786fb33a9f30",
"type": "lvl3",
"url": "/docs/components/button#button-events",
"hierarchy": {
"lvl1": "Button",
"lvl2": "Button Props",
"lvl3": "Button Events"
}
},
{
"content": "Button Group Props",
"objectID": "5e4f13c7-f053-4346-9778-e60dc1e49e8c",
"type": "lvl3",
"url": "/docs/components/button#button-group-props",
"hierarchy": {
"lvl1": "Button",
"lvl2": "Button Events",
"lvl3": "Button Group Props"
}
},
{
"content": "Calendar",
"objectID": "08d9580e-ff81-472a-8f41-620173fbc21f",
"type": "lvl1",
"url": "/docs/components/calendar",
"hierarchy": { "lvl1": "Calendar" }
},
{
"content": "Installation",
"objectID": "a00ed2b0-1fe7-4d47-80fc-7279cd7ab3b7",
"type": "lvl2",
"url": "/docs/components/calendar#installation",
"hierarchy": { "lvl1": "Calendar", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "feddc778-7487-41f5-bf55-d2c3592bf67e",
"type": "lvl2",
"url": "/docs/components/calendar#import",
"hierarchy": { "lvl1": "Calendar", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "cf8440b3-44d2-437d-89a7-2908b7b37111",
"type": "lvl2",
"url": "/docs/components/calendar#usage",
"hierarchy": { "lvl1": "Calendar", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "edf1c479-ad59-47c3-a7a2-fccc325db1aa",
"type": "lvl3",
"url": "/docs/components/calendar#disabled",
"hierarchy": { "lvl1": "Calendar", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Read Only",
"objectID": "94eeddbb-8423-4ed3-bb44-37ec1a2bf89a",
"type": "lvl3",
"url": "/docs/components/calendar#read-only",
"hierarchy": { "lvl1": "Calendar", "lvl2": "Disabled", "lvl3": "Read Only" }
},
{
"content": "Controlled",
"objectID": "de3fbb6e-a71e-4fac-b571-a26225b4fdd3",
"type": "lvl3",
"url": "/docs/components/calendar#controlled",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "Read Only",
"lvl3": "Controlled"
}
},
{
"content": "Min Date Value",
"objectID": "d5b2d561-de56-49df-a2c1-2d14b8bd90af",
"type": "lvl3",
"url": "/docs/components/calendar#min-date-value",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "Controlled",
"lvl3": "Min Date Value"
}
},
{
"content": "Max Date Value",
"objectID": "6dfa5957-c31d-4144-bb2f-555bd563626d",
"type": "lvl3",
"url": "/docs/components/calendar#max-date-value",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "Min Date Value",
"lvl3": "Max Date Value"
}
},
{
"content": "Unavailable Dates",
"objectID": "43c2fe13-10f6-4f7f-b02f-20402122248f",
"type": "lvl3",
"url": "/docs/components/calendar#unavailable-dates",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "Max Date Value",
"lvl3": "Unavailable Dates"
}
},
{
"content": "Controlled Focused Value",
"objectID": "0cf55a42-d7b3-4670-bb12-217e432603cc",
"type": "lvl3",
"url": "/docs/components/calendar#controlled-focused-value",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "Unavailable Dates",
"lvl3": "Controlled Focused Value"
}
},
{
"content": "Invalid Date",
"objectID": "caf868df-7378-4e1e-b7fc-24121d3b135e",
"type": "lvl3",
"url": "/docs/components/calendar#invalid-date",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "Controlled Focused Value",
"lvl3": "Invalid Date"
}
},
{
"content": "With Month And Year Picker",
"objectID": "85fd5900-989c-426d-add6-a6ffe081acd6",
"type": "lvl3",
"url": "/docs/components/calendar#with-month-and-year-picker",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "Invalid Date",
"lvl3": "With Month And Year Picker"
}
},
{
"content": "International Calendars",
"objectID": "de2379e1-e006-402f-9074-295fe3ca0211",
"type": "lvl3",
"url": "/docs/components/calendar#international-calendars",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "With Month And Year Picker",
"lvl3": "International Calendars"
}
},
{
"content": "Visible Months",
"objectID": "b1a8b6bb-f07d-494c-bdca-2ea71cf07514",
"type": "lvl3",
"url": "/docs/components/calendar#visible-months",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "International Calendars",
"lvl3": "Visible Months"
}
},
{
"content": "Page Behaviour",
"objectID": "f8c503d5-d932-4b3d-b1af-d75e30700edd",
"type": "lvl3",
"url": "/docs/components/calendar#page-behaviour",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "Visible Months",
"lvl3": "Page Behaviour"
}
},
{
"content": "Presets",
"objectID": "1b287826-4171-4bb5-b6c0-8ce43d5c3344",
"type": "lvl3",
"url": "/docs/components/calendar#presets",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "Page Behaviour",
"lvl3": "Presets"
}
},
{
"content": "Slots",
"objectID": "428a879e-e9ad-4ca7-a65d-f747d69d6d20",
"type": "lvl2",
"url": "/docs/components/calendar#slots",
"hierarchy": { "lvl1": "Calendar", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "78fdc89e-ffd3-415f-8b08-61d912c42c48",
"type": "lvl2",
"url": "/docs/components/calendar#data-attributes",
"hierarchy": { "lvl1": "Calendar", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "7473a49c-84ea-448b-b4b8-0a1a9a7c8e26",
"type": "lvl2",
"url": "/docs/components/calendar#accessibility",
"hierarchy": { "lvl1": "Calendar", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "183e1c06-3f1d-4559-9d00-fc921b038f5f",
"type": "lvl2",
"url": "/docs/components/calendar#api",
"hierarchy": { "lvl1": "Calendar", "lvl2": "API", "lvl3": null }
},
{
"content": "Calendar Props",
"objectID": "c38322dc-82e5-446c-8ce4-093b788778a4",
"type": "lvl3",
"url": "/docs/components/calendar#calendar-props",
"hierarchy": { "lvl1": "Calendar", "lvl2": "API", "lvl3": "Calendar Props" }
},
{
"content": "Calendar Events",
"objectID": "82d1a0c6-c084-4987-ab2e-c2314a3ba502",
"type": "lvl3",
"url": "/docs/components/calendar#calendar-events",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "Calendar Props",
"lvl3": "Calendar Events"
}
},
{
"content": "Types",
"objectID": "dda236e2-e609-435a-bb15-148be5de1419",
"type": "lvl3",
"url": "/docs/components/calendar#types",
"hierarchy": {
"lvl1": "Calendar",
"lvl2": "Calendar Events",
"lvl3": "Types"
}
},
{
"content": "Supported Calendars",
"objectID": "ac6fb8e9-c34a-4a04-bb35-021ce2e063e4",
"type": "lvl4",
"url": "/docs/components/calendar#supported-calendars",
"hierarchy": { "lvl1": "Calendar", "lvl2": "Types", "lvl3": null }
},
{
"content": "Card",
"objectID": "8db2081c-8a06-4752-a78e-c9489928e735",
"type": "lvl1",
"url": "/docs/components/card",
"hierarchy": { "lvl1": "Card" }
},
{
"content": "Installation",
"objectID": "dfcb5301-8583-4c85-b174-3fbc3209c0f4",
"type": "lvl2",
"url": "/docs/components/card#installation",
"hierarchy": { "lvl1": "Card", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "c0b1fd2c-b66c-4143-a47c-5f0226b53ec5",
"type": "lvl2",
"url": "/docs/components/card#import",
"hierarchy": { "lvl1": "Card", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "21958cae-772c-4cac-b297-33f535d28aea",
"type": "lvl2",
"url": "/docs/components/card#usage",
"hierarchy": { "lvl1": "Card", "lvl2": "Usage", "lvl3": null }
},
{
"content": "With Divider",
"objectID": "e8785df0-d2f1-4b53-8f0a-46db1a73928d",
"type": "lvl3",
"url": "/docs/components/card#with-divider",
"hierarchy": { "lvl1": "Card", "lvl2": "Usage", "lvl3": "With Divider" }
},
{
"content": "With Image",
"objectID": "ae4ec132-2ef5-4b8f-9fbb-eb85cd1d4e78",
"type": "lvl3",
"url": "/docs/components/card#with-image",
"hierarchy": {
"lvl1": "Card",
"lvl2": "With Divider",
"lvl3": "With Image"
}
},
{
"content": "Blurred Footer",
"objectID": "9a51cbd8-7f61-4c6b-addd-d88c646cf953",
"type": "lvl3",
"url": "/docs/components/card#blurred-footer",
"hierarchy": {
"lvl1": "Card",
"lvl2": "With Image",
"lvl3": "Blurred Footer"
}
},
{
"content": "Composition",
"objectID": "f0a66483-0969-42ab-a831-142eb028d64e",
"type": "lvl3",
"url": "/docs/components/card#composition",
"hierarchy": {
"lvl1": "Card",
"lvl2": "Blurred Footer",
"lvl3": "Composition"
}
},
{
"content": "Blurred Card",
"objectID": "041732bf-3839-41b0-9c77-0ef15246b188",
"type": "lvl3",
"url": "/docs/components/card#blurred-card",
"hierarchy": {
"lvl1": "Card",
"lvl2": "Composition",
"lvl3": "Blurred Card"
}
},
{
"content": "Primary Action",
"objectID": "91a4a281-f3f5-4da9-8d6e-2b9af355313c",
"type": "lvl3",
"url": "/docs/components/card#primary-action",
"hierarchy": {
"lvl1": "Card",
"lvl2": "Blurred Card",
"lvl3": "Primary Action"
}
},
{
"content": "Cover Image",
"objectID": "cbb1dc01-976c-4658-8371-01c548ecf37b",
"type": "lvl3",
"url": "/docs/components/card#cover-image",
"hierarchy": {
"lvl1": "Card",
"lvl2": "Primary Action",
"lvl3": "Cover Image"
}
},
{
"content": "Data Attributes",
"objectID": "b1774a3f-dcae-4415-9ac7-cae725ca6a8b",
"type": "lvl2",
"url": "/docs/components/card#data-attributes",
"hierarchy": { "lvl1": "Card", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "API",
"objectID": "ef6242b4-fa97-4e70-b603-401f9c8597c0",
"type": "lvl2",
"url": "/docs/components/card#api",
"hierarchy": { "lvl1": "Card", "lvl2": "API", "lvl3": null }
},
{
"content": "Card Props",
"objectID": "50adfd3e-a5ad-44d1-813d-09121dc68e83",
"type": "lvl3",
"url": "/docs/components/card#card-props",
"hierarchy": { "lvl1": "Card", "lvl2": "API", "lvl3": "Card Props" }
},
{
"content": "Card Events",
"objectID": "b33a320b-1492-48d6-bdf8-6dc0e091ae85",
"type": "lvl3",
"url": "/docs/components/card#card-events",
"hierarchy": { "lvl1": "Card", "lvl2": "Card Props", "lvl3": "Card Events" }
},
{
"content": "Checkbox Group",
"objectID": "e2335476-4a3a-4eda-a03d-1112a0d233a8",
"type": "lvl1",
"url": "/docs/components/checkbox-group",
"hierarchy": { "lvl1": "Checkbox Group" }
},
{
"content": "Installation",
"objectID": "950621d3-263a-4d3d-b3b4-ff804349cc09",
"type": "lvl2",
"url": "/docs/components/checkbox-group#installation",
"hierarchy": {
"lvl1": "Checkbox Group",
"lvl2": "Installation",
"lvl3": null
}
},
{
"content": "Import",
"objectID": "d72bf6c2-1e06-428b-8c37-d85dc151834a",
"type": "lvl2",
"url": "/docs/components/checkbox-group#import",
"hierarchy": { "lvl1": "Checkbox Group", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "160a4d16-03c2-4f38-95c8-621aeb00e889",
"type": "lvl2",
"url": "/docs/components/checkbox-group#usage",
"hierarchy": { "lvl1": "Checkbox Group", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "fafae1ab-cac4-4fcc-9a70-69176072baed",
"type": "lvl3",
"url": "/docs/components/checkbox-group#disabled",
"hierarchy": {
"lvl1": "Checkbox Group",
"lvl2": "Usage",
"lvl3": "Disabled"
}
},
{
"content": "Horizontal",
"objectID": "2d74c57d-a358-45d3-8a65-9e95269c0bbd",
"type": "lvl3",
"url": "/docs/components/checkbox-group#horizontal",
"hierarchy": {
"lvl1": "Checkbox Group",
"lvl2": "Disabled",
"lvl3": "Horizontal"
}
},
{
"content": "Controlled",
"objectID": "5b8a5443-1c81-4d04-9773-25675c01b09f",
"type": "lvl3",
"url": "/docs/components/checkbox-group#controlled",
"hierarchy": {
"lvl1": "Checkbox Group",
"lvl2": "Horizontal",
"lvl3": "Controlled"
}
},
{
"content": "Invalid",
"objectID": "3293465d-20cc-4489-bce5-42f98b73b340",
"type": "lvl3",
"url": "/docs/components/checkbox-group#invalid",
"hierarchy": {
"lvl1": "Checkbox Group",
"lvl2": "Controlled",
"lvl3": "Invalid"
}
},
{
"content": "Slots",
"objectID": "fdabe32a-9aeb-4e32-802a-5272bcfe8975",
"type": "lvl2",
"url": "/docs/components/checkbox-group#slots",
"hierarchy": { "lvl1": "Checkbox Group", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "7a25de41-2134-4ac4-9c46-c5f3b0dea9d4",
"type": "lvl3",
"url": "/docs/components/checkbox-group#custom-styles",
"hierarchy": {
"lvl1": "Checkbox Group",
"lvl2": "Slots",
"lvl3": "Custom Styles"
}
},
{
"content": "Custom Implementation",
"objectID": "2e3c4b68-cd33-4b9f-885b-cde1e1c48971",
"type": "lvl3",
"url": "/docs/components/checkbox-group#custom-implementation",
"hierarchy": {
"lvl1": "Checkbox Group",
"lvl2": "Custom Styles",
"lvl3": "Custom Implementation"
}
},
{
"content": "API",
"objectID": "f02185e2-2204-4504-a9e1-0cf6cc4fca49",
"type": "lvl2",
"url": "/docs/components/checkbox-group#api",
"hierarchy": { "lvl1": "Checkbox Group", "lvl2": "API", "lvl3": null }
},
{
"content": "Checkbox Group Props",
"objectID": "4b389503-a290-4835-ae3c-41e3eb0acb3b",
"type": "lvl3",
"url": "/docs/components/checkbox-group#checkbox-group-props",
"hierarchy": {
"lvl1": "Checkbox Group",
"lvl2": "API",
"lvl3": "Checkbox Group Props"
}
},
{
"content": "Checkbox Group Events",
"objectID": "15238198-0c19-4c46-8790-7d698b967716",
"type": "lvl3",
"url": "/docs/components/checkbox-group#checkbox-group-events",
"hierarchy": {
"lvl1": "Checkbox Group",
"lvl2": "Checkbox Group Props",
"lvl3": "Checkbox Group Events"
}
},
{
"content": "Checkbox",
"objectID": "48c7cbb7-2eaf-41b1-bb29-d0d4d3c02f7f",
"type": "lvl1",
"url": "/docs/components/checkbox",
"hierarchy": { "lvl1": "Checkbox" }
},
{
"content": "Installation",
"objectID": "e8001f6d-91e5-4b96-8ac0-1627c57a6870",
"type": "lvl2",
"url": "/docs/components/checkbox#installation",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "b1809ae6-8943-46bc-a960-788b0876a790",
"type": "lvl2",
"url": "/docs/components/checkbox#import",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "1de45680-f4d7-4cc7-a9cd-58ea1eaf963e",
"type": "lvl2",
"url": "/docs/components/checkbox#usage",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "9943cbe3-a11f-4c9d-a2da-364c80857b50",
"type": "lvl3",
"url": "/docs/components/checkbox#disabled",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Sizes",
"objectID": "24c208bb-1d0a-4f71-ac92-a710ac4e984e",
"type": "lvl3",
"url": "/docs/components/checkbox#sizes",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "Disabled", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "b3f9b5e0-a38d-48ae-8442-10347e76fd7b",
"type": "lvl3",
"url": "/docs/components/checkbox#colors",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "Radius",
"objectID": "5fe42b38-f90e-47b3-8b7c-5cbbb1bec4a5",
"type": "lvl3",
"url": "/docs/components/checkbox#radius",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "Colors", "lvl3": "Radius" }
},
{
"content": "Indeterminate",
"objectID": "0cd5e149-d2af-4eb8-b652-e9a83e96127a",
"type": "lvl3",
"url": "/docs/components/checkbox#indeterminate",
"hierarchy": {
"lvl1": "Checkbox",
"lvl2": "Radius",
"lvl3": "Indeterminate"
}
},
{
"content": "Line Through",
"objectID": "c400b72e-ba56-4b61-b7b1-690618b64d92",
"type": "lvl3",
"url": "/docs/components/checkbox#line-through",
"hierarchy": {
"lvl1": "Checkbox",
"lvl2": "Indeterminate",
"lvl3": "Line Through"
}
},
{
"content": "Custom Check Icon",
"objectID": "c6ce858a-a34b-4d3a-a0ae-d96a524b4b5d",
"type": "lvl3",
"url": "/docs/components/checkbox#custom-check-icon",
"hierarchy": {
"lvl1": "Checkbox",
"lvl2": "Line Through",
"lvl3": "Custom Check Icon"
}
},
{
"content": "Controlled",
"objectID": "4c5b7ec2-a0a4-42fc-bbfb-74397c087150",
"type": "lvl3",
"url": "/docs/components/checkbox#controlled",
"hierarchy": {
"lvl1": "Checkbox",
"lvl2": "Custom Check Icon",
"lvl3": "Controlled"
}
},
{
"content": "Slots",
"objectID": "1255c432-45db-41d9-ac52-bdb28d23bf8b",
"type": "lvl2",
"url": "/docs/components/checkbox#slots",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "83cf1ad4-b0fc-4236-a490-a231b6b7c7e3",
"type": "lvl3",
"url": "/docs/components/checkbox#custom-styles",
"hierarchy": {
"lvl1": "Checkbox",
"lvl2": "Slots",
"lvl3": "Custom Styles"
}
},
{
"content": "Custom Implementation",
"objectID": "0063df0b-3c34-4ff0-b350-418d411b5d99",
"type": "lvl3",
"url": "/docs/components/checkbox#custom-implementation",
"hierarchy": {
"lvl1": "Checkbox",
"lvl2": "Custom Styles",
"lvl3": "Custom Implementation"
}
},
{
"content": "Data Attributes",
"objectID": "09c934f2-f090-44ae-8aba-8a58015951a4",
"type": "lvl2",
"url": "/docs/components/checkbox#data-attributes",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "63f68dcf-4621-4baa-ad48-f3357afef864",
"type": "lvl2",
"url": "/docs/components/checkbox#accessibility",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "42b7b8b3-92b2-4bf7-a5ef-c04d12531f33",
"type": "lvl2",
"url": "/docs/components/checkbox#api",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "API", "lvl3": null }
},
{
"content": "Checkbox Props",
"objectID": "ddaac5be-d104-4481-8829-613111d142e3",
"type": "lvl3",
"url": "/docs/components/checkbox#checkbox-props",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "API", "lvl3": "Checkbox Props" }
},
{
"content": "Checkbox Events",
"objectID": "ed81d821-a9e6-4559-8e8a-cf0831e80ff9",
"type": "lvl3",
"url": "/docs/components/checkbox#checkbox-events",
"hierarchy": {
"lvl1": "Checkbox",
"lvl2": "Checkbox Props",
"lvl3": "Checkbox Events"
}
},
{
"content": "Types",
"objectID": "d9f073d6-2e18-4dec-b6cc-755218b73c60",
"type": "lvl3",
"url": "/docs/components/checkbox#types",
"hierarchy": {
"lvl1": "Checkbox",
"lvl2": "Checkbox Events",
"lvl3": "Types"
}
},
{
"content": "Checkbox Icon Props",
"objectID": "fe2fc0d3-225d-4291-b2f9-83cfe7042bfd",
"type": "lvl4",
"url": "/docs/components/checkbox#checkbox-icon-props",
"hierarchy": { "lvl1": "Checkbox", "lvl2": "Types", "lvl3": null }
},
{
"content": "Chip",
"objectID": "d97b98b8-c51c-4679-81e8-5a8e3abbc008",
"type": "lvl1",
"url": "/docs/components/chip",
"hierarchy": { "lvl1": "Chip" }
},
{
"content": "Installation",
"objectID": "564c5559-afc6-47d2-98d2-8bb793ca2d6f",
"type": "lvl2",
"url": "/docs/components/chip#installation",
"hierarchy": { "lvl1": "Chip", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "7f15650b-cc82-4bec-bca0-08fd6b0141fc",
"type": "lvl2",
"url": "/docs/components/chip#import",
"hierarchy": { "lvl1": "Chip", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "a56618d1-dc95-4dd5-af03-b730e3217753",
"type": "lvl2",
"url": "/docs/components/chip#usage",
"hierarchy": { "lvl1": "Chip", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "4aa3f019-8d62-41e3-afc0-f3e79ce524e7",
"type": "lvl3",
"url": "/docs/components/chip#disabled",
"hierarchy": { "lvl1": "Chip", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Sizes",
"objectID": "e5d19732-6362-4a1d-ab93-c977b84b19b4",
"type": "lvl3",
"url": "/docs/components/chip#sizes",
"hierarchy": { "lvl1": "Chip", "lvl2": "Disabled", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "7daaf942-5f56-4116-b129-1f3ef785755f",
"type": "lvl3",
"url": "/docs/components/chip#colors",
"hierarchy": { "lvl1": "Chip", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "Radius",
"objectID": "ec1d3326-2331-42ad-95a7-04e7ffc9d4b0",
"type": "lvl3",
"url": "/docs/components/chip#radius",
"hierarchy": { "lvl1": "Chip", "lvl2": "Colors", "lvl3": "Radius" }
},
{
"content": "Variants",
"objectID": "7408324b-6838-4caf-871d-e4f52085b424",
"type": "lvl3",
"url": "/docs/components/chip#variants",
"hierarchy": { "lvl1": "Chip", "lvl2": "Radius", "lvl3": "Variants" }
},
{
"content": "Start & End Content",
"objectID": "e35479ef-4384-40d8-a897-9d022516765b",
"type": "lvl3",
"url": "/docs/components/chip#start--end-content",
"hierarchy": {
"lvl1": "Chip",
"lvl2": "Variants",
"lvl3": "Start & End Content"
}
},
{
"content": "With Close Button",
"objectID": "f6f1a533-534a-420c-9f29-f7b65af1b1fc",
"type": "lvl3",
"url": "/docs/components/chip#with-close-button",
"hierarchy": {
"lvl1": "Chip",
"lvl2": "Start & End Content",
"lvl3": "With Close Button"
}
},
{
"content": "With Avatar",
"objectID": "9b04a404-bc7c-42cb-96df-ff118b18c33e",
"type": "lvl3",
"url": "/docs/components/chip#with-avatar",
"hierarchy": {
"lvl1": "Chip",
"lvl2": "With Close Button",
"lvl3": "With Avatar"
}
},
{
"content": "List of Chips",
"objectID": "6d004b09-ad8a-406c-b6b8-61a63bada6e5",
"type": "lvl3",
"url": "/docs/components/chip#list-of-chips",
"hierarchy": {
"lvl1": "Chip",
"lvl2": "With Avatar",
"lvl3": "List of Chips"
}
},
{
"content": "Slots",
"objectID": "ae2c74d4-47b0-471b-819d-ee6e3e4d00e0",
"type": "lvl2",
"url": "/docs/components/chip#slots",
"hierarchy": { "lvl1": "Chip", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "908a98d8-2cb8-4075-8f30-ab32ba02fdc0",
"type": "lvl3",
"url": "/docs/components/chip#custom-styles",
"hierarchy": { "lvl1": "Chip", "lvl2": "Slots", "lvl3": "Custom Styles" }
},
{
"content": "API",
"objectID": "01033136-2cb3-403c-8cd1-fa1bbb0ad8b3",
"type": "lvl2",
"url": "/docs/components/chip#api",
"hierarchy": { "lvl1": "Chip", "lvl2": "API", "lvl3": null }
},
{
"content": "Chip Props",
"objectID": "c199dcf6-7b67-4aea-b7ce-681189b9ee0a",
"type": "lvl3",
"url": "/docs/components/chip#chip-props",
"hierarchy": { "lvl1": "Chip", "lvl2": "API", "lvl3": "Chip Props" }
},
{
"content": "Chip Events",
"objectID": "a1d8e1f7-455e-48ec-a900-8af579cc1e7e",
"type": "lvl3",
"url": "/docs/components/chip#chip-events",
"hierarchy": { "lvl1": "Chip", "lvl2": "Chip Props", "lvl3": "Chip Events" }
},
{
"content": "Circular Progress",
"objectID": "c0607e80-d672-4fc1-8060-a6df6c189bcb",
"type": "lvl1",
"url": "/docs/components/circular-progress",
"hierarchy": { "lvl1": "Circular Progress" }
},
{
"content": "Installation",
"objectID": "30a09286-aded-4140-84ca-9e4c1e38cec3",
"type": "lvl2",
"url": "/docs/components/circular-progress#installation",
"hierarchy": {
"lvl1": "Circular Progress",
"lvl2": "Installation",
"lvl3": null
}
},
{
"content": "Import",
"objectID": "4bd8452b-9ee0-4547-ade9-907f4fe4a0a1",
"type": "lvl2",
"url": "/docs/components/circular-progress#import",
"hierarchy": { "lvl1": "Circular Progress", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "59b1bbaa-1ee4-45ca-9e66-8ef327f6a82d",
"type": "lvl2",
"url": "/docs/components/circular-progress#usage",
"hierarchy": { "lvl1": "Circular Progress", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Sizes",
"objectID": "30c8db81-5997-439b-8d2e-ed604ca0978d",
"type": "lvl3",
"url": "/docs/components/circular-progress#sizes",
"hierarchy": {
"lvl1": "Circular Progress",
"lvl2": "Usage",
"lvl3": "Sizes"
}
},
{
"content": "Colors",
"objectID": "85f8d788-7cdd-431d-9fac-77110d2613c0",
"type": "lvl3",
"url": "/docs/components/circular-progress#colors",
"hierarchy": {
"lvl1": "Circular Progress",
"lvl2": "Sizes",
"lvl3": "Colors"
}
},
{
"content": "With Label",
"objectID": "a82ffe55-1bec-49ca-b0dd-324802cab1da",
"type": "lvl3",
"url": "/docs/components/circular-progress#with-label",
"hierarchy": {
"lvl1": "Circular Progress",
"lvl2": "Colors",
"lvl3": "With Label"
}
},
{
"content": "With Value",
"objectID": "4fb88960-5bca-43e6-9f01-09ef9412b8dd",
"type": "lvl3",
"url": "/docs/components/circular-progress#with-value",
"hierarchy": {
"lvl1": "Circular Progress",
"lvl2": "With Label",
"lvl3": "With Value"
}
},
{
"content": "Value Formatting",
"objectID": "9ea8134d-205d-4cd4-a4cf-40096ee88af1",
"type": "lvl3",
"url": "/docs/components/circular-progress#value-formatting",
"hierarchy": {
"lvl1": "Circular Progress",
"lvl2": "With Value",
"lvl3": "Value Formatting"
}
},
{
"content": "Slots",
"objectID": "57922dbd-f9f1-4871-9506-9302ff4b2ed0",
"type": "lvl2",
"url": "/docs/components/circular-progress#slots",
"hierarchy": { "lvl1": "Circular Progress", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "004a464d-9009-4f9b-b7f6-a5770ee14bb4",
"type": "lvl3",
"url": "/docs/components/circular-progress#custom-styles",
"hierarchy": {
"lvl1": "Circular Progress",
"lvl2": "Slots",
"lvl3": "Custom Styles"
}
},
{
"content": "Data Attributes",
"objectID": "f9ba9b7a-0def-47ba-9cb6-8e7c23cc5f41",
"type": "lvl2",
"url": "/docs/components/circular-progress#data-attributes",
"hierarchy": {
"lvl1": "Circular Progress",
"lvl2": "Data Attributes",
"lvl3": null
}
},
{
"content": "Accessibility",
"objectID": "a94bb28a-72df-4fb6-aac5-7a0bae6113da",
"type": "lvl2",
"url": "/docs/components/circular-progress#accessibility",
"hierarchy": {
"lvl1": "Circular Progress",
"lvl2": "Accessibility",
"lvl3": null
}
},
{
"content": "API",
"objectID": "b44d543a-537b-4253-9fde-e9f95bed9340",
"type": "lvl2",
"url": "/docs/components/circular-progress#api",
"hierarchy": { "lvl1": "Circular Progress", "lvl2": "API", "lvl3": null }
},
{
"content": "Circular Progress Props",
"objectID": "0210e5b9-a76f-4a91-8a01-529ce3870bd8",
"type": "lvl3",
"url": "/docs/components/circular-progress#circular-progress-props",
"hierarchy": {
"lvl1": "Circular Progress",
"lvl2": "API",
"lvl3": "Circular Progress Props"
}
},
{
"content": "Code",
"objectID": "cf07fd4e-6c7e-4890-a704-69fb6d7bb8f1",
"type": "lvl1",
"url": "/docs/components/code",
"hierarchy": { "lvl1": "Code" }
},
{
"content": "Installation",
"objectID": "ec660c98-25fe-43d2-a2c2-cfc8eaf6db7c",
"type": "lvl2",
"url": "/docs/components/code#installation",
"hierarchy": { "lvl1": "Code", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "7587d40c-2349-486a-8cc7-99936165f93a",
"type": "lvl2",
"url": "/docs/components/code#import",
"hierarchy": { "lvl1": "Code", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "d38ca906-712e-4940-ae31-6dfd57b16705",
"type": "lvl2",
"url": "/docs/components/code#usage",
"hierarchy": { "lvl1": "Code", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Sizes",
"objectID": "e710681f-26e1-4b82-b32c-c5a7ce7c9092",
"type": "lvl3",
"url": "/docs/components/code#sizes",
"hierarchy": { "lvl1": "Code", "lvl2": "Usage", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "6ac8f63b-1f2e-448a-8db5-e8937dff1743",
"type": "lvl3",
"url": "/docs/components/code#colors",
"hierarchy": { "lvl1": "Code", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "API",
"objectID": "cedfd15b-a490-422a-b076-4d3064968ddd",
"type": "lvl2",
"url": "/docs/components/code#api",
"hierarchy": { "lvl1": "Code", "lvl2": "API", "lvl3": null }
},
{
"content": "Code Props",
"objectID": "0b61944c-44f8-4692-8524-70cfce5dacc7",
"type": "lvl3",
"url": "/docs/components/code#code-props",
"hierarchy": { "lvl1": "Code", "lvl2": "API", "lvl3": "Code Props" }
},
{
"content": "DateInput",
"objectID": "8c80aedb-d84d-4b5b-aea0-6b64aab4b6d3",
"type": "lvl1",
"url": "/docs/components/date-input",
"hierarchy": { "lvl1": "DateInput" }
},
{
"content": "Installation",
"objectID": "1e90ebdb-9846-45d8-9cbc-2d78af13185a",
"type": "lvl2",
"url": "/docs/components/date-input#installation",
"hierarchy": { "lvl1": "DateInput", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "b9ba2757-8a07-46b9-9042-39dc9b36e677",
"type": "lvl2",
"url": "/docs/components/date-input#import",
"hierarchy": { "lvl1": "DateInput", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "62badf7b-5fd3-4f62-8012-48339e6199e6",
"type": "lvl2",
"url": "/docs/components/date-input#usage",
"hierarchy": { "lvl1": "DateInput", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "a193089f-ade7-4338-b306-3b35e1d9231c",
"type": "lvl3",
"url": "/docs/components/date-input#disabled",
"hierarchy": { "lvl1": "DateInput", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Read Only",
"objectID": "c94392f7-0dc0-413b-b357-30c86d7270f5",
"type": "lvl3",
"url": "/docs/components/date-input#read-only",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "Disabled",
"lvl3": "Read Only"
}
},
{
"content": "Required",
"objectID": "374fae73-7b13-4269-aadb-45e0ca94d3a3",
"type": "lvl3",
"url": "/docs/components/date-input#required",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "Read Only",
"lvl3": "Required"
}
},
{
"content": "Variants",
"objectID": "f1cde3e6-78b8-4e73-a310-404cff60372e",
"type": "lvl3",
"url": "/docs/components/date-input#variants",
"hierarchy": { "lvl1": "DateInput", "lvl2": "Required", "lvl3": "Variants" }
},
{
"content": "Label Placements",
"objectID": "9fbef8a5-425a-49aa-a2e5-3b03e0a7bd92",
"type": "lvl3",
"url": "/docs/components/date-input#label-placements",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "Variants",
"lvl3": "Label Placements"
}
},
{
"content": "Start & End Content",
"objectID": "e0807aec-05b6-48dc-a738-841e94012873",
"type": "lvl3",
"url": "/docs/components/date-input#start--end-content",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "Label Placements",
"lvl3": "Start & End Content"
}
},
{
"content": "With Description",
"objectID": "2ddbcebc-2400-47f9-83d2-2c46b15cb4ef",
"type": "lvl3",
"url": "/docs/components/date-input#with-description",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "Start & End Content",
"lvl3": "With Description"
}
},
{
"content": "With Error Message",
"objectID": "48df5e3d-9386-4a0a-984d-2e587991438d",
"type": "lvl3",
"url": "/docs/components/date-input#with-error-message",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "With Description",
"lvl3": "With Error Message"
}
},
{
"content": "Controlled",
"objectID": "632f4ff4-7a55-49e1-a71c-be1eefdbfba8",
"type": "lvl3",
"url": "/docs/components/date-input#controlled",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "With Error Message",
"lvl3": "Controlled"
}
},
{
"content": "Time Zones",
"objectID": "9c608e5a-4d0c-43f0-ab21-f9e3241062c5",
"type": "lvl3",
"url": "/docs/components/date-input#time-zones",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "Controlled",
"lvl3": "Time Zones"
}
},
{
"content": "Granularity",
"objectID": "87217e3a-0689-4b21-a531-7c54b83db4da",
"type": "lvl3",
"url": "/docs/components/date-input#granularity",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "Time Zones",
"lvl3": "Granularity"
}
},
{
"content": "Min Date And Max Date",
"objectID": "7ecbe533-2ad4-4a07-a2ce-e93507878b8c",
"type": "lvl3",
"url": "/docs/components/date-input#min-date-and-max-date",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "Granularity",
"lvl3": "Min Date And Max Date"
}
},
{
"content": "International Calendar",
"objectID": "5373a630-4e8b-475a-a2ee-4d3bf9cb76e1",
"type": "lvl3",
"url": "/docs/components/date-input#international-calendar",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "Min Date And Max Date",
"lvl3": "International Calendar"
}
},
{
"content": "Hide Time Zone",
"objectID": "32a33adb-6ec4-4572-b49d-d7e3dc39426e",
"type": "lvl3",
"url": "/docs/components/date-input#hide-time-zone",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "International Calendar",
"lvl3": "Hide Time Zone"
}
},
{
"content": "Hourly Cycle",
"objectID": "3ba902a5-e0fc-4ceb-8589-9282d6dfcc65",
"type": "lvl3",
"url": "/docs/components/date-input#hourly-cycle",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "Hide Time Zone",
"lvl3": "Hourly Cycle"
}
},
{
"content": "Slots",
"objectID": "230d2f81-fcd5-41dd-88a3-066755e0f22a",
"type": "lvl2",
"url": "/docs/components/date-input#slots",
"hierarchy": { "lvl1": "DateInput", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "863d2f50-d3da-430e-9357-90e61af97919",
"type": "lvl2",
"url": "/docs/components/date-input#data-attributes",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "Data Attributes",
"lvl3": null
}
},
{
"content": "Accessibility",
"objectID": "45c2315f-7655-4dbf-882b-7f55e685e6fd",
"type": "lvl2",
"url": "/docs/components/date-input#accessibility",
"hierarchy": { "lvl1": "DateInput", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "e0def356-d55e-428a-b5b2-7db62f45c7a5",
"type": "lvl2",
"url": "/docs/components/date-input#api",
"hierarchy": { "lvl1": "DateInput", "lvl2": "API", "lvl3": null }
},
{
"content": "DateInput Props",
"objectID": "ace3d888-f0f0-4536-8d1b-a2e91d19e4f5",
"type": "lvl3",
"url": "/docs/components/date-input#dateinput-props",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "API",
"lvl3": "DateInput Props"
}
},
{
"content": "DateInput Events",
"objectID": "7f5d3562-5dfc-472d-bb60-a427b00f3ea9",
"type": "lvl3",
"url": "/docs/components/date-input#dateinput-events",
"hierarchy": {
"lvl1": "DateInput",
"lvl2": "DateInput Props",
"lvl3": "DateInput Events"
}
},
{
"content": "DatePicker",
"objectID": "f24a3dcc-4c61-4ac9-b693-81850c0dd97b",
"type": "lvl1",
"url": "/docs/components/date-picker",
"hierarchy": { "lvl1": "DatePicker" }
},
{
"content": "Installation",
"objectID": "51284fdb-ebe7-4b66-9a30-20bfc6753c54",
"type": "lvl2",
"url": "/docs/components/date-picker#installation",
"hierarchy": { "lvl1": "DatePicker", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "5ff7efbb-5c6d-48b1-91bb-02bf3dc6c2e1",
"type": "lvl2",
"url": "/docs/components/date-picker#import",
"hierarchy": { "lvl1": "DatePicker", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "58cd41f3-b17c-491d-89a5-0ca03551aa88",
"type": "lvl2",
"url": "/docs/components/date-picker#usage",
"hierarchy": { "lvl1": "DatePicker", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "30a7c9d5-06e8-406b-beb3-65b857239d77",
"type": "lvl3",
"url": "/docs/components/date-picker#disabled",
"hierarchy": { "lvl1": "DatePicker", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Read Only",
"objectID": "cf052b54-6a72-47d0-bad6-47afcdd70e9e",
"type": "lvl3",
"url": "/docs/components/date-picker#read-only",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Disabled",
"lvl3": "Read Only"
}
},
{
"content": "Required",
"objectID": "25a97ead-92a1-47d3-a74d-40e9c0d993c5",
"type": "lvl3",
"url": "/docs/components/date-picker#required",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Read Only",
"lvl3": "Required"
}
},
{
"content": "Variants",
"objectID": "8d98cfa0-b3c4-4456-b940-ae1f9e88eeda",
"type": "lvl3",
"url": "/docs/components/date-picker#variants",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Required",
"lvl3": "Variants"
}
},
{
"content": "Label Placements",
"objectID": "ec726d03-fe3e-4d25-a6a0-4ebc3a1a8460",
"type": "lvl3",
"url": "/docs/components/date-picker#label-placements",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Variants",
"lvl3": "Label Placements"
}
},
{
"content": "With Description",
"objectID": "f039e32b-578c-4b51-9295-04767433f4ae",
"type": "lvl3",
"url": "/docs/components/date-picker#with-description",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Label Placements",
"lvl3": "With Description"
}
},
{
"content": "With Error Message",
"objectID": "ae1b99bf-19c4-4a1f-90fd-2cc8421cd183",
"type": "lvl3",
"url": "/docs/components/date-picker#with-error-message",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "With Description",
"lvl3": "With Error Message"
}
},
{
"content": "With Month and Year Pickers",
"objectID": "cdc2ef17-cef1-4452-bcd7-9591775384a3",
"type": "lvl3",
"url": "/docs/components/date-picker#with-month-and-year-pickers",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "With Error Message",
"lvl3": "With Month and Year Pickers"
}
},
{
"content": "With Time Fields",
"objectID": "2ddf5e77-4cde-4aae-8c84-7347ae88bd06",
"type": "lvl3",
"url": "/docs/components/date-picker#with-time-fields",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "With Month and Year Pickers",
"lvl3": "With Time Fields"
}
},
{
"content": "Selector Icon",
"objectID": "457269e3-4341-4af8-9f76-68a68e9a7205",
"type": "lvl3",
"url": "/docs/components/date-picker#selector-icon",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "With Time Fields",
"lvl3": "Selector Icon"
}
},
{
"content": "Controlled",
"objectID": "5cc80a7d-f237-4822-ab22-2ebf1d53a0a8",
"type": "lvl3",
"url": "/docs/components/date-picker#controlled",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Selector Icon",
"lvl3": "Controlled"
}
},
{
"content": "Time Zones",
"objectID": "d2a12639-3b66-4fe8-8e31-fe8a1f4363eb",
"type": "lvl3",
"url": "/docs/components/date-picker#time-zones",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Controlled",
"lvl3": "Time Zones"
}
},
{
"content": "Granularity",
"objectID": "9e0ea0d4-7e21-4bc4-adc5-35d6b2c41ba9",
"type": "lvl3",
"url": "/docs/components/date-picker#granularity",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Time Zones",
"lvl3": "Granularity"
}
},
{
"content": "Min Date And Max Date",
"objectID": "49768cfd-891c-4205-8a1b-429b502d310d",
"type": "lvl3",
"url": "/docs/components/date-picker#min-date-and-max-date",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Granularity",
"lvl3": "Min Date And Max Date"
}
},
{
"content": "International Calendar",
"objectID": "c3b2fc1b-9de0-4356-9852-00432d3c0bb7",
"type": "lvl3",
"url": "/docs/components/date-picker#international-calendar",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Min Date And Max Date",
"lvl3": "International Calendar"
}
},
{
"content": "Unavailable Dates",
"objectID": "84e23f4a-cac7-4bf8-8e21-8607bc5654a2",
"type": "lvl3",
"url": "/docs/components/date-picker#unavailable-dates",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "International Calendar",
"lvl3": "Unavailable Dates"
}
},
{
"content": "Visible Months",
"objectID": "71b452fd-cd81-4d67-a31f-31ec7cae803b",
"type": "lvl3",
"url": "/docs/components/date-picker#visible-months",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Unavailable Dates",
"lvl3": "Visible Months"
}
},
{
"content": "Page Behavior",
"objectID": "64f81eff-7262-4c81-889c-c9c9bd84cba8",
"type": "lvl3",
"url": "/docs/components/date-picker#page-behavior",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Visible Months",
"lvl3": "Page Behavior"
}
},
{
"content": "Preset",
"objectID": "47ea7a28-4f9c-4ef7-a580-8001cbfe09cf",
"type": "lvl3",
"url": "/docs/components/date-picker#preset",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Page Behavior",
"lvl3": "Preset"
}
},
{
"content": "Slots",
"objectID": "47d4cbce-8081-49e6-9e4c-92cd293ab869",
"type": "lvl2",
"url": "/docs/components/date-picker#slots",
"hierarchy": { "lvl1": "DatePicker", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "faf9a3cc-bb72-42b5-9d23-af0b9c1e9ef3",
"type": "lvl2",
"url": "/docs/components/date-picker#data-attributes",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "Data Attributes",
"lvl3": null
}
},
{
"content": "Accessibility",
"objectID": "d3bb9d7b-c6d9-4d29-816b-b583ac162bd7",
"type": "lvl2",
"url": "/docs/components/date-picker#accessibility",
"hierarchy": { "lvl1": "DatePicker", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "c5e5a12e-0497-4089-91c1-486f85357ff6",
"type": "lvl2",
"url": "/docs/components/date-picker#api",
"hierarchy": { "lvl1": "DatePicker", "lvl2": "API", "lvl3": null }
},
{
"content": "DatePicker Props",
"objectID": "8b6c51df-fded-4572-9bff-1140fd6061d7",
"type": "lvl3",
"url": "/docs/components/date-picker#datepicker-props",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "API",
"lvl3": "DatePicker Props"
}
},
{
"content": "DatePicker Events",
"objectID": "9a091269-8130-43ec-9619-18d5a5db1bf1",
"type": "lvl3",
"url": "/docs/components/date-picker#datepicker-events",
"hierarchy": {
"lvl1": "DatePicker",
"lvl2": "DatePicker Props",
"lvl3": "DatePicker Events"
}
},
{
"content": "Date Range Picker",
"objectID": "9475d30d-832a-4ce5-bc21-34d278195f1b",
"type": "lvl1",
"url": "/docs/components/date-range-picker",
"hierarchy": { "lvl1": "Date Range Picker" }
},
{
"content": "Import",
"objectID": "c97ec6f2-e0da-4ae1-af47-149db1b734dd",
"type": "lvl2",
"url": "/docs/components/date-range-picker#import",
"hierarchy": { "lvl1": "Date Range Picker", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "03c1198c-e7a5-4227-9429-f13f59d76050",
"type": "lvl2",
"url": "/docs/components/date-range-picker#usage",
"hierarchy": { "lvl1": "Date Range Picker", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "72e932e6-1fc9-4512-bb06-3cf51e62a69d",
"type": "lvl3",
"url": "/docs/components/date-range-picker#disabled",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Usage",
"lvl3": "Disabled"
}
},
{
"content": "Read Only",
"objectID": "62c8ca62-bc88-40bc-92e8-446328938a0b",
"type": "lvl3",
"url": "/docs/components/date-range-picker#read-only",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Disabled",
"lvl3": "Read Only"
}
},
{
"content": "Required",
"objectID": "47eca5ba-10b4-4b31-a3da-15470b7690cc",
"type": "lvl3",
"url": "/docs/components/date-range-picker#required",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Read Only",
"lvl3": "Required"
}
},
{
"content": "Variants",
"objectID": "8e79bfe0-08e0-466c-abbe-c18e72674c04",
"type": "lvl3",
"url": "/docs/components/date-range-picker#variants",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Required",
"lvl3": "Variants"
}
},
{
"content": "Label Placements",
"objectID": "d924aca1-f449-465f-bfef-9e284b252173",
"type": "lvl3",
"url": "/docs/components/date-range-picker#label-placements",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Variants",
"lvl3": "Label Placements"
}
},
{
"content": "With Description",
"objectID": "fd39c7e6-e4bb-4638-944c-7bdb8479bd43",
"type": "lvl3",
"url": "/docs/components/date-range-picker#with-description",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Label Placements",
"lvl3": "With Description"
}
},
{
"content": "With Error Message",
"objectID": "b06b5f6a-68b6-4b8b-9dbe-c0d7335a606f",
"type": "lvl3",
"url": "/docs/components/date-range-picker#with-error-message",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "With Description",
"lvl3": "With Error Message"
}
},
{
"content": "With Time Fields",
"objectID": "ed328851-bc6a-4e19-add4-f71adf1c57f3",
"type": "lvl3",
"url": "/docs/components/date-range-picker#with-time-fields",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "With Error Message",
"lvl3": "With Time Fields"
}
},
{
"content": "Selector Icon",
"objectID": "ae51ba93-ca4f-4212-b5ce-8df3d4c8b79f",
"type": "lvl3",
"url": "/docs/components/date-range-picker#selector-icon",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "With Time Fields",
"lvl3": "Selector Icon"
}
},
{
"content": "Controlled",
"objectID": "ead1c015-c6f2-4af0-a81b-3e4d3c0bde3a",
"type": "lvl3",
"url": "/docs/components/date-range-picker#controlled",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Selector Icon",
"lvl3": "Controlled"
}
},
{
"content": "Time Zones",
"objectID": "990f65f0-192c-4edd-8eff-dc33e93487dc",
"type": "lvl3",
"url": "/docs/components/date-range-picker#time-zones",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Controlled",
"lvl3": "Time Zones"
}
},
{
"content": "Granularity",
"objectID": "5d8b6708-46f2-48d0-a7a9-bad993641ab1",
"type": "lvl3",
"url": "/docs/components/date-range-picker#granularity",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Time Zones",
"lvl3": "Granularity"
}
},
{
"content": "Min Date And Max Date",
"objectID": "499635b7-561b-4e3d-b115-fab677e6b32f",
"type": "lvl3",
"url": "/docs/components/date-range-picker#min-date-and-max-date",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Granularity",
"lvl3": "Min Date And Max Date"
}
},
{
"content": "International Calendar",
"objectID": "c4b18b61-fbd8-490e-b7a8-c9e78bc56e56",
"type": "lvl3",
"url": "/docs/components/date-range-picker#international-calendar",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Min Date And Max Date",
"lvl3": "International Calendar"
}
},
{
"content": "Unavailable Dates",
"objectID": "a235fa13-2985-48f8-80d2-1cee8d94d31d",
"type": "lvl3",
"url": "/docs/components/date-range-picker#unavailable-dates",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "International Calendar",
"lvl3": "Unavailable Dates"
}
},
{
"content": "Non Contiguous",
"objectID": "2de67aa5-5de4-434e-947d-3d158a6f9e55",
"type": "lvl3",
"url": "/docs/components/date-range-picker#non-contiguous",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Unavailable Dates",
"lvl3": "Non Contiguous"
}
},
{
"content": "Visible Months",
"objectID": "3c72a958-b816-46d0-b4a7-aa9db8f428f7",
"type": "lvl3",
"url": "/docs/components/date-range-picker#visible-months",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Non Contiguous",
"lvl3": "Visible Months"
}
},
{
"content": "Page Behavior",
"objectID": "d7f0af72-2ac2-49b8-9b2d-8a75faaabac4",
"type": "lvl3",
"url": "/docs/components/date-range-picker#page-behavior",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Visible Months",
"lvl3": "Page Behavior"
}
},
{
"content": "Presets",
"objectID": "6d1bdc43-1471-459c-a64b-9e0c2b7b584f",
"type": "lvl3",
"url": "/docs/components/date-range-picker#presets",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Page Behavior",
"lvl3": "Presets"
}
},
{
"content": "Slots",
"objectID": "30b609f2-a752-44c2-90de-d6f217f165af",
"type": "lvl2",
"url": "/docs/components/date-range-picker#slots",
"hierarchy": { "lvl1": "Date Range Picker", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "64a21bd9-8449-4e02-a9e5-c8524d5654a1",
"type": "lvl2",
"url": "/docs/components/date-range-picker#data-attributes",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Data Attributes",
"lvl3": null
}
},
{
"content": "Accessibility",
"objectID": "42526581-20e6-4c63-86d7-0c3f27c00ad0",
"type": "lvl2",
"url": "/docs/components/date-range-picker#accessibility",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "Accessibility",
"lvl3": null
}
},
{
"content": "API",
"objectID": "dc33ac42-aa9d-4e91-a9b4-ea9c203f83ac",
"type": "lvl2",
"url": "/docs/components/date-range-picker#api",
"hierarchy": { "lvl1": "Date Range Picker", "lvl2": "API", "lvl3": null }
},
{
"content": "DateRangePicker Props",
"objectID": "cf869298-811d-4ed3-a89c-dd1924615b06",
"type": "lvl3",
"url": "/docs/components/date-range-picker#daterangepicker-props",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "API",
"lvl3": "DateRangePicker Props"
}
},
{
"content": "DateRangePicker Events",
"objectID": "3b78ff5a-bbb2-41ad-9c6f-1a5a20197114",
"type": "lvl3",
"url": "/docs/components/date-range-picker#daterangepicker-events",
"hierarchy": {
"lvl1": "Date Range Picker",
"lvl2": "DateRangePicker Props",
"lvl3": "DateRangePicker Events"
}
},
{
"content": "Divider",
"objectID": "06607d44-a408-4d2f-8113-5e538e1d0038",
"type": "lvl1",
"url": "/docs/components/divider",
"hierarchy": { "lvl1": "Divider" }
},
{
"content": "Installation",
"objectID": "b5eb5595-ce15-4e5a-abe9-886e774bea7f",
"type": "lvl2",
"url": "/docs/components/divider#installation",
"hierarchy": { "lvl1": "Divider", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "94febf42-11a2-47ae-a13c-6eef8f138d32",
"type": "lvl2",
"url": "/docs/components/divider#import",
"hierarchy": { "lvl1": "Divider", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "6d11988d-2619-4b98-9e73-34402d452ce5",
"type": "lvl2",
"url": "/docs/components/divider#usage",
"hierarchy": { "lvl1": "Divider", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "443a46fd-38d8-4022-812f-3f798dff8e2e",
"type": "lvl2",
"url": "/docs/components/divider#data-attributes",
"hierarchy": { "lvl1": "Divider", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "085da30c-642e-4e83-9ccc-b74a6876beb6",
"type": "lvl2",
"url": "/docs/components/divider#accessibility",
"hierarchy": { "lvl1": "Divider", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "f013c11b-14d2-4190-a833-15634e28d06f",
"type": "lvl2",
"url": "/docs/components/divider#api",
"hierarchy": { "lvl1": "Divider", "lvl2": "API", "lvl3": null }
},
{
"content": "Divider Props",
"objectID": "180f296d-2661-44ad-a12d-43508d59431c",
"type": "lvl3",
"url": "/docs/components/divider#divider-props",
"hierarchy": { "lvl1": "Divider", "lvl2": "API", "lvl3": "Divider Props" }
},
{
"content": "Dropdown",
"objectID": "a4b6187a-ad4a-4e68-9d27-ecb4045f0e8e",
"type": "lvl1",
"url": "/docs/components/dropdown",
"hierarchy": { "lvl1": "Dropdown" }
},
{
"content": "Installation",
"objectID": "e830d76c-c551-4067-af1f-ffeaeeb103a7",
"type": "lvl2",
"url": "/docs/components/dropdown#installation",
"hierarchy": { "lvl1": "Dropdown", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "49011ef6-a8f4-443a-816e-735beefb2d61",
"type": "lvl2",
"url": "/docs/components/dropdown#import",
"hierarchy": { "lvl1": "Dropdown", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "76b3bda6-f400-4fc4-84b3-672077b7850a",
"type": "lvl2",
"url": "/docs/components/dropdown#usage",
"hierarchy": { "lvl1": "Dropdown", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Dynamic items",
"objectID": "4054f685-3c0d-4e58-89ec-948415ab2864",
"type": "lvl3",
"url": "/docs/components/dropdown#dynamic-items",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Usage",
"lvl3": "Dynamic items"
}
},
{
"content": "Disabled Keys",
"objectID": "8b128ff1-158e-4441-b9ca-1e6533c40f91",
"type": "lvl3",
"url": "/docs/components/dropdown#disabled-keys",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Dynamic items",
"lvl3": "Disabled Keys"
}
},
{
"content": "Action event",
"objectID": "f1c20e40-9122-41ad-99ac-d2c0bc35629b",
"type": "lvl3",
"url": "/docs/components/dropdown#action-event",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Disabled Keys",
"lvl3": "Action event"
}
},
{
"content": "Variants",
"objectID": "66650e65-41de-432e-a4a1-e6d1668a5372",
"type": "lvl3",
"url": "/docs/components/dropdown#variants",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Action event",
"lvl3": "Variants"
}
},
{
"content": "Single Selection",
"objectID": "1bc80e7e-379a-408f-b63a-7193a47319e9",
"type": "lvl3",
"url": "/docs/components/dropdown#single-selection",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Variants",
"lvl3": "Single Selection"
}
},
{
"content": "Multiple Selection",
"objectID": "7942f93e-45f6-4c20-9417-22ecac2187d1",
"type": "lvl3",
"url": "/docs/components/dropdown#multiple-selection",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Single Selection",
"lvl3": "Multiple Selection"
}
},
{
"content": "With Shortcut",
"objectID": "7aa7d961-b794-49d2-b31c-913ca30f2373",
"type": "lvl3",
"url": "/docs/components/dropdown#with-shortcut",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Multiple Selection",
"lvl3": "With Shortcut"
}
},
{
"content": "With Icons",
"objectID": "731b0b86-21cd-405a-947d-db4418d7bacd",
"type": "lvl3",
"url": "/docs/components/dropdown#with-icons",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "With Shortcut",
"lvl3": "With Icons"
}
},
{
"content": "With Description",
"objectID": "8a4c791a-ad10-47ef-883e-72af180724e0",
"type": "lvl3",
"url": "/docs/components/dropdown#with-description",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "With Icons",
"lvl3": "With Description"
}
},
{
"content": "With Sections",
"objectID": "c8cd23f9-f8a7-4eca-89e8-a3492ff6243c",
"type": "lvl3",
"url": "/docs/components/dropdown#with-sections",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "With Description",
"lvl3": "With Sections"
}
},
{
"content": "Custom Trigger",
"objectID": "bca79e3b-1f31-4b4f-a9b7-2f578a12fc4c",
"type": "lvl3",
"url": "/docs/components/dropdown#custom-trigger",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "With Sections",
"lvl3": "Custom Trigger"
}
},
{
"content": "Changing the backdrop",
"objectID": "b5d94f90-1757-4f30-93b6-5974543fe6cf",
"type": "lvl3",
"url": "/docs/components/dropdown#changing-the-backdrop",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Custom Trigger",
"lvl3": "Changing the backdrop"
}
},
{
"content": "Routing",
"objectID": "49522ae7-2c50-4779-9c31-004fd3709b55",
"type": "lvl3",
"url": "/docs/components/dropdown#routing",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Changing the backdrop",
"lvl3": "Routing"
}
},
{
"content": "Slots",
"objectID": "9089bac8-9de3-4908-9f26-c0d6d30b13af",
"type": "lvl2",
"url": "/docs/components/dropdown#slots",
"hierarchy": { "lvl1": "Dropdown", "lvl2": "Slots", "lvl3": null }
},
{
"content": "DropdownMenu",
"objectID": "eb60c3b0-7ee0-4470-8f13-20900cda3b9e",
"type": "lvl3",
"url": "/docs/components/dropdown#dropdownmenu",
"hierarchy": { "lvl1": "Dropdown", "lvl2": "Slots", "lvl3": "DropdownMenu" }
},
{
"content": "DropdownItem",
"objectID": "21f72b16-4cef-4c7b-8a69-4031c05ee17c",
"type": "lvl3",
"url": "/docs/components/dropdown#dropdownitem",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "DropdownMenu",
"lvl3": "DropdownItem"
}
},
{
"content": "DropdownSection",
"objectID": "b88e9a82-5586-411a-8d27-3babcad1b78e",
"type": "lvl3",
"url": "/docs/components/dropdown#dropdownsection",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "DropdownItem",
"lvl3": "DropdownSection"
}
},
{
"content": "Customizing the dropdown popover",
"objectID": "416295a6-fe3c-4a29-8d7b-828c777f1c94",
"type": "lvl3",
"url": "/docs/components/dropdown#customizing-the-dropdown-popover",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "DropdownSection",
"lvl3": "Customizing the dropdown popover"
}
},
{
"content": "Customizing the dropdown items style",
"objectID": "18695ba8-f012-4d2e-a590-a10f7291fb78",
"type": "lvl3",
"url": "/docs/components/dropdown#customizing-the-dropdown-items-style",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Customizing the dropdown popover",
"lvl3": "Customizing the dropdown items style"
}
},
{
"content": "Keyboard Interactions",
"objectID": "7f524a16-3b2f-4945-80af-eadb8b4c2023",
"type": "lvl3",
"url": "/docs/components/dropdown#keyboard-interactions",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Customizing the dropdown items style",
"lvl3": "Keyboard Interactions"
}
},
{
"content": "Data Attributes",
"objectID": "9775ec88-0651-4352-a090-0a00f12a79fe",
"type": "lvl2",
"url": "/docs/components/dropdown#data-attributes",
"hierarchy": { "lvl1": "Dropdown", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "6a62fdc4-cbb4-48a5-b6d3-4c436e8d25bb",
"type": "lvl2",
"url": "/docs/components/dropdown#accessibility",
"hierarchy": { "lvl1": "Dropdown", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "9bcbf1f9-706b-43b0-b46a-b8d19cd118ae",
"type": "lvl2",
"url": "/docs/components/dropdown#api",
"hierarchy": { "lvl1": "Dropdown", "lvl2": "API", "lvl3": null }
},
{
"content": "Dropdown Props",
"objectID": "8588f87c-e162-4f53-9f5b-3d925b9590dd",
"type": "lvl3",
"url": "/docs/components/dropdown#dropdown-props",
"hierarchy": { "lvl1": "Dropdown", "lvl2": "API", "lvl3": "Dropdown Props" }
},
{
"content": "Dropdown Events",
"objectID": "b1f2e40a-32e8-41f7-8589-565d8241a113",
"type": "lvl3",
"url": "/docs/components/dropdown#dropdown-events",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Dropdown Props",
"lvl3": "Dropdown Events"
}
},
{
"content": "DropdownTrigger Props",
"objectID": "fb1bfea1-d6e0-405f-8013-81593a915f3e",
"type": "lvl3",
"url": "/docs/components/dropdown#dropdowntrigger-props",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "Dropdown Events",
"lvl3": "DropdownTrigger Props"
}
},
{
"content": "DropdownMenu Props",
"objectID": "f57b27c8-1293-4817-a416-2b9fda186fae",
"type": "lvl3",
"url": "/docs/components/dropdown#dropdownmenu-props",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "DropdownTrigger Props",
"lvl3": "DropdownMenu Props"
}
},
{
"content": "DropdownMenu Events",
"objectID": "76c24eae-b5be-44d8-a313-475c5e9e5d3e",
"type": "lvl3",
"url": "/docs/components/dropdown#dropdownmenu-events",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "DropdownMenu Props",
"lvl3": "DropdownMenu Events"
}
},
{
"content": "DropdownSection Props",
"objectID": "dd0901d9-c4df-46a8-95ec-aab08f39f181",
"type": "lvl3",
"url": "/docs/components/dropdown#dropdownsection-props",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "DropdownMenu Events",
"lvl3": "DropdownSection Props"
}
},
{
"content": "DropdownItem Props",
"objectID": "e85157c7-2c46-400b-a3a5-bd7645190949",
"type": "lvl3",
"url": "/docs/components/dropdown#dropdownitem-props",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "DropdownSection Props",
"lvl3": "DropdownItem Props"
}
},
{
"content": "DropdownItem Events",
"objectID": "f62db7b9-800d-4be2-8861-564fea64e7cf",
"type": "lvl3",
"url": "/docs/components/dropdown#dropdownitem-events",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "DropdownItem Props",
"lvl3": "DropdownItem Events"
}
},
{
"content": "Types",
"objectID": "d07ada1b-34b9-4d63-997c-38f810e75ed6",
"type": "lvl3",
"url": "/docs/components/dropdown#types",
"hierarchy": {
"lvl1": "Dropdown",
"lvl2": "DropdownItem Events",
"lvl3": "Types"
}
},
{
"content": "Dropdown Item Selected Icon Props",
"objectID": "0fef4b44-82d1-4aa6-ae34-79733bf02c81",
"type": "lvl4",
"url": "/docs/components/dropdown#dropdown-item-selected-icon-props",
"hierarchy": { "lvl1": "Dropdown", "lvl2": "Types", "lvl3": null }
},
{
"content": "Image",
"objectID": "db393f83-454a-4c0b-8aba-a3656bd3765a",
"type": "lvl1",
"url": "/docs/components/image",
"hierarchy": { "lvl1": "Image" }
},
{
"content": "Installation",
"objectID": "5601668c-75e9-467f-bd83-85c802cd16a1",
"type": "lvl2",
"url": "/docs/components/image#installation",
"hierarchy": { "lvl1": "Image", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "978b014b-bfdf-4004-98d9-a9401457c613",
"type": "lvl2",
"url": "/docs/components/image#import",
"hierarchy": { "lvl1": "Image", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "53547032-6c47-456f-87a9-88794308c887",
"type": "lvl2",
"url": "/docs/components/image#usage",
"hierarchy": { "lvl1": "Image", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Blurred",
"objectID": "53d16a73-6e61-4fd5-9026-9d105787e75b",
"type": "lvl3",
"url": "/docs/components/image#blurred",
"hierarchy": { "lvl1": "Image", "lvl2": "Usage", "lvl3": "Blurred" }
},
{
"content": "Zoomed",
"objectID": "9ab0efc1-3795-4cf8-84da-3b88186d6dab",
"type": "lvl3",
"url": "/docs/components/image#zoomed",
"hierarchy": { "lvl1": "Image", "lvl2": "Blurred", "lvl3": "Zoomed" }
},
{
"content": "Animated Loading",
"objectID": "31f61340-74f3-45ee-b2ce-4104e8b5a3f6",
"type": "lvl3",
"url": "/docs/components/image#animated-loading",
"hierarchy": {
"lvl1": "Image",
"lvl2": "Zoomed",
"lvl3": "Animated Loading"
}
},
{
"content": "Image with fallback",
"objectID": "f052a010-57dd-4644-b040-7962a2bcd5f5",
"type": "lvl3",
"url": "/docs/components/image#image-with-fallback",
"hierarchy": {
"lvl1": "Image",
"lvl2": "Animated Loading",
"lvl3": "Image with fallback"
}
},
{
"content": "With Next.js Image",
"objectID": "83cd7f8a-bcc6-4373-a40b-1949c9f0325d",
"type": "lvl3",
"url": "/docs/components/image#with-nextjs-image",
"hierarchy": {
"lvl1": "Image",
"lvl2": "Image with fallback",
"lvl3": "With Next.js Image"
}
},
{
"content": "Slots",
"objectID": "a3d50d56-3af2-4f20-9fd6-b96c52a6dfe3",
"type": "lvl2",
"url": "/docs/components/image#slots",
"hierarchy": { "lvl1": "Image", "lvl2": "Slots", "lvl3": null }
},
{
"content": "API",
"objectID": "81966505-6573-4a86-97ad-c160931f2a0c",
"type": "lvl2",
"url": "/docs/components/image#api",
"hierarchy": { "lvl1": "Image", "lvl2": "API", "lvl3": null }
},
{
"content": "Image Props",
"objectID": "46ceddc8-3334-4668-b256-8d692d71f28d",
"type": "lvl3",
"url": "/docs/components/image#image-props",
"hierarchy": { "lvl1": "Image", "lvl2": "API", "lvl3": "Image Props" }
},
{
"content": "Image Events",
"objectID": "70aa1f57-06ab-4f05-9de3-140acff04b2e",
"type": "lvl3",
"url": "/docs/components/image#image-events",
"hierarchy": {
"lvl1": "Image",
"lvl2": "Image Props",
"lvl3": "Image Events"
}
},
{
"content": "Input",
"objectID": "4526ccad-ad0f-4f09-a851-8c7f70dee1ec",
"type": "lvl1",
"url": "/docs/components/input",
"hierarchy": { "lvl1": "Input" }
},
{
"content": "Installation",
"objectID": "157764be-da0e-43f7-8f0c-3cd810e16b56",
"type": "lvl2",
"url": "/docs/components/input#installation",
"hierarchy": { "lvl1": "Input", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "72a2390f-e47d-40bd-81c5-f5202f6424ab",
"type": "lvl2",
"url": "/docs/components/input#import",
"hierarchy": { "lvl1": "Input", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "b61e597a-e243-4374-8ff2-35cef0e64832",
"type": "lvl2",
"url": "/docs/components/input#usage",
"hierarchy": { "lvl1": "Input", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "ae969dc2-775b-4de0-b778-abd5b34a1fcb",
"type": "lvl3",
"url": "/docs/components/input#disabled",
"hierarchy": { "lvl1": "Input", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Read Only",
"objectID": "e7451a99-b5c5-4cd2-8006-cbfd8e5258db",
"type": "lvl3",
"url": "/docs/components/input#read-only",
"hierarchy": { "lvl1": "Input", "lvl2": "Disabled", "lvl3": "Read Only" }
},
{
"content": "Required",
"objectID": "82ea373d-4956-4001-9b34-5048bef031f5",
"type": "lvl3",
"url": "/docs/components/input#required",
"hierarchy": { "lvl1": "Input", "lvl2": "Read Only", "lvl3": "Required" }
},
{
"content": "Sizes",
"objectID": "08e71517-fd42-4e44-ba04-79d6f7d7cd59",
"type": "lvl3",
"url": "/docs/components/input#sizes",
"hierarchy": { "lvl1": "Input", "lvl2": "Required", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "f8b41d9a-48c8-4504-8ab1-3200461379d4",
"type": "lvl3",
"url": "/docs/components/input#colors",
"hierarchy": { "lvl1": "Input", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "Variants",
"objectID": "457a78aa-7bd5-4d5d-be61-f90066daa497",
"type": "lvl3",
"url": "/docs/components/input#variants",
"hierarchy": { "lvl1": "Input", "lvl2": "Colors", "lvl3": "Variants" }
},
{
"content": "Radius",
"objectID": "4010c6b9-0c94-4bf9-b386-22b057984ba8",
"type": "lvl3",
"url": "/docs/components/input#radius",
"hierarchy": { "lvl1": "Input", "lvl2": "Variants", "lvl3": "Radius" }
},
{
"content": "Label Placements",
"objectID": "6a23951d-abc3-4d52-9a52-d7d4e2384d51",
"type": "lvl3",
"url": "/docs/components/input#label-placements",
"hierarchy": {
"lvl1": "Input",
"lvl2": "Radius",
"lvl3": "Label Placements"
}
},
{
"content": "Password Input",
"objectID": "211792be-737d-41f9-bb60-aad97ea913dd",
"type": "lvl3",
"url": "/docs/components/input#password-input",
"hierarchy": {
"lvl1": "Input",
"lvl2": "Label Placements",
"lvl3": "Password Input"
}
},
{
"content": "Clear Button",
"objectID": "24e13461-080d-4bf1-bfd8-e12234f4a91d",
"type": "lvl3",
"url": "/docs/components/input#clear-button",
"hierarchy": {
"lvl1": "Input",
"lvl2": "Password Input",
"lvl3": "Clear Button"
}
},
{
"content": "Start & End Content",
"objectID": "c5ec0dac-d44b-4860-99d1-7802c3706a61",
"type": "lvl3",
"url": "/docs/components/input#start--end-content",
"hierarchy": {
"lvl1": "Input",
"lvl2": "Clear Button",
"lvl3": "Start & End Content"
}
},
{
"content": "With Description",
"objectID": "6c72bae1-9289-495a-9012-bbf1ecf5fbad",
"type": "lvl3",
"url": "/docs/components/input#with-description",
"hierarchy": {
"lvl1": "Input",
"lvl2": "Start & End Content",
"lvl3": "With Description"
}
},
{
"content": "With Error Message",
"objectID": "6b167ef4-7bce-45fd-87e3-f957cf810cf9",
"type": "lvl3",
"url": "/docs/components/input#with-error-message",
"hierarchy": {
"lvl1": "Input",
"lvl2": "With Description",
"lvl3": "With Error Message"
}
},
{
"content": "Controlled",
"objectID": "5a2fa4eb-84fb-40e8-b6bd-e2484a8aa427",
"type": "lvl3",
"url": "/docs/components/input#controlled",
"hierarchy": {
"lvl1": "Input",
"lvl2": "With Error Message",
"lvl3": "Controlled"
}
},
{
"content": "Slots",
"objectID": "a3b74c28-79e0-4c9e-a3fe-adf37c1c53a4",
"type": "lvl2",
"url": "/docs/components/input#slots",
"hierarchy": { "lvl1": "Input", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "cf5be42c-c0f3-4641-be33-ca50a6dcbe45",
"type": "lvl3",
"url": "/docs/components/input#custom-styles",
"hierarchy": { "lvl1": "Input", "lvl2": "Slots", "lvl3": "Custom Styles" }
},
{
"content": "Custom Implementation",
"objectID": "b10f0a92-1c7c-45f2-91d5-9161d2555462",
"type": "lvl3",
"url": "/docs/components/input#custom-implementation",
"hierarchy": {
"lvl1": "Input",
"lvl2": "Custom Styles",
"lvl3": "Custom Implementation"
}
},
{
"content": "Data Attributes",
"objectID": "3e87c41f-570a-4917-9895-320c2fa7a9ea",
"type": "lvl2",
"url": "/docs/components/input#data-attributes",
"hierarchy": { "lvl1": "Input", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "c9650296-b7ce-4fcf-8c31-6c71e892af48",
"type": "lvl2",
"url": "/docs/components/input#accessibility",
"hierarchy": { "lvl1": "Input", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "9807dbcc-45cd-4e9d-8149-c4a37d5bd14a",
"type": "lvl2",
"url": "/docs/components/input#api",
"hierarchy": { "lvl1": "Input", "lvl2": "API", "lvl3": null }
},
{
"content": "Input Props",
"objectID": "3044a951-a67e-4980-bbed-8e2ed15cefc9",
"type": "lvl3",
"url": "/docs/components/input#input-props",
"hierarchy": { "lvl1": "Input", "lvl2": "API", "lvl3": "Input Props" }
},
{
"content": "Input Events",
"objectID": "3bc30494-d099-4297-ac17-7f7a93cf8956",
"type": "lvl3",
"url": "/docs/components/input#input-events",
"hierarchy": {
"lvl1": "Input",
"lvl2": "Input Props",
"lvl3": "Input Events"
}
},
{
"content": "Keyboard Key",
"objectID": "06699f1a-3c91-4222-b548-9bd7865bfa50",
"type": "lvl1",
"url": "/docs/components/kbd",
"hierarchy": { "lvl1": "Keyboard Key" }
},
{
"content": "Installation",
"objectID": "fd672ca4-a74e-409c-ad9c-28d50f89fe15",
"type": "lvl2",
"url": "/docs/components/kbd#installation",
"hierarchy": {
"lvl1": "Keyboard Key",
"lvl2": "Installation",
"lvl3": null
}
},
{
"content": "Import",
"objectID": "80141571-6899-4080-bceb-5ac70c974633",
"type": "lvl2",
"url": "/docs/components/kbd#import",
"hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "41b1ebf5-1b79-480f-bd1a-3d7be072e8a4",
"type": "lvl2",
"url": "/docs/components/kbd#usage",
"hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Keys",
"objectID": "6f4e8340-11ca-4226-a577-6655a1c6c550",
"type": "lvl3",
"url": "/docs/components/kbd#keys",
"hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Usage", "lvl3": "Keys" }
},
{
"content": "Slots",
"objectID": "395affd6-085b-4a41-8df2-a5d082f46f34",
"type": "lvl2",
"url": "/docs/components/kbd#slots",
"hierarchy": { "lvl1": "Keyboard Key", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "32f77aa1-2986-486e-b73c-8a95eff7b9d4",
"type": "lvl2",
"url": "/docs/components/kbd#accessibility",
"hierarchy": {
"lvl1": "Keyboard Key",
"lvl2": "Accessibility",
"lvl3": null
}
},
{
"content": "API",
"objectID": "c3c3a4b3-d630-4cf2-b8cd-78a2689d8ce2",
"type": "lvl2",
"url": "/docs/components/kbd#api",
"hierarchy": { "lvl1": "Keyboard Key", "lvl2": "API", "lvl3": null }
},
{
"content": "Keyboard Key Props",
"objectID": "3445b1fd-157f-494a-9829-f006b2099be5",
"type": "lvl3",
"url": "/docs/components/kbd#keyboard-key-props",
"hierarchy": {
"lvl1": "Keyboard Key",
"lvl2": "API",
"lvl3": "Keyboard Key Props"
}
},
{
"content": "Keyboard Keys",
"objectID": "9c17f2b4-768f-4bea-855f-86705c5f61e0",
"type": "lvl3",
"url": "/docs/components/kbd#keyboard-keys",
"hierarchy": {
"lvl1": "Keyboard Key",
"lvl2": "Keyboard Key Props",
"lvl3": "Keyboard Keys"
}
},
{
"content": "Link",
"objectID": "a6449b2c-b955-499b-8d57-b33c18930359",
"type": "lvl1",
"url": "/docs/components/link",
"hierarchy": { "lvl1": "Link" }
},
{
"content": "Installation",
"objectID": "b6b397c9-1740-42a7-8378-991efff4b440",
"type": "lvl2",
"url": "/docs/components/link#installation",
"hierarchy": { "lvl1": "Link", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "19f28e7f-f4ce-458a-b57c-e2d37ed24c6c",
"type": "lvl2",
"url": "/docs/components/link#import",
"hierarchy": { "lvl1": "Link", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "1814a50c-1cd1-464c-a058-ef65c1e3584f",
"type": "lvl2",
"url": "/docs/components/link#usage",
"hierarchy": { "lvl1": "Link", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "b8dd67ad-6e01-4087-b68c-b55c94264a34",
"type": "lvl3",
"url": "/docs/components/link#disabled",
"hierarchy": { "lvl1": "Link", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Sizes",
"objectID": "544bc1a1-b9ab-46e8-b616-cf65b95b5f76",
"type": "lvl3",
"url": "/docs/components/link#sizes",
"hierarchy": { "lvl1": "Link", "lvl2": "Disabled", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "3208030f-88b0-4f09-85a1-1d6c092995a2",
"type": "lvl3",
"url": "/docs/components/link#colors",
"hierarchy": { "lvl1": "Link", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "Underline",
"objectID": "1e76d87f-4143-4b0c-9eef-7045ae718364",
"type": "lvl3",
"url": "/docs/components/link#underline",
"hierarchy": { "lvl1": "Link", "lvl2": "Colors", "lvl3": "Underline" }
},
{
"content": "External",
"objectID": "cd32f4bd-fcdf-492a-9fb0-c288c2be6cd7",
"type": "lvl3",
"url": "/docs/components/link#external",
"hierarchy": { "lvl1": "Link", "lvl2": "Underline", "lvl3": "External" }
},
{
"content": "Custom Anchor Icon",
"objectID": "4d969bea-6e7d-4c0a-b45a-ec4e33f3f862",
"type": "lvl3",
"url": "/docs/components/link#custom-anchor-icon",
"hierarchy": {
"lvl1": "Link",
"lvl2": "External",
"lvl3": "Custom Anchor Icon"
}
},
{
"content": "Block Link",
"objectID": "622eae9a-be3e-45e7-990a-ba5226721981",
"type": "lvl3",
"url": "/docs/components/link#block-link",
"hierarchy": {
"lvl1": "Link",
"lvl2": "Custom Anchor Icon",
"lvl3": "Block Link"
}
},
{
"content": "Polymorphic Component",
"objectID": "db7b4c4c-be7f-4d5e-b018-2f9b98255bdc",
"type": "lvl3",
"url": "/docs/components/link#polymorphic-component",
"hierarchy": {
"lvl1": "Link",
"lvl2": "Block Link",
"lvl3": "Polymorphic Component"
}
},
{
"content": "Routing",
"objectID": "9aa63c7a-ed70-4b81-bd5e-0258345bb02a",
"type": "lvl3",
"url": "/docs/components/link#routing",
"hierarchy": {
"lvl1": "Link",
"lvl2": "Polymorphic Component",
"lvl3": "Routing"
}
},
{
"content": "Custom Implementation",
"objectID": "862ecd5c-d761-49af-9603-fb2d975c1d1e",
"type": "lvl3",
"url": "/docs/components/link#custom-implementation",
"hierarchy": {
"lvl1": "Link",
"lvl2": "Routing",
"lvl3": "Custom Implementation"
}
},
{
"content": "Data Attributes",
"objectID": "a0518983-e02b-41bb-a197-a0dd890de0d6",
"type": "lvl2",
"url": "/docs/components/link#data-attributes",
"hierarchy": { "lvl1": "Link", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "172db110-8aeb-4225-80cd-dabb518e506c",
"type": "lvl2",
"url": "/docs/components/link#accessibility",
"hierarchy": { "lvl1": "Link", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "5b732df2-0785-4bea-b5ad-0c895995a0c2",
"type": "lvl2",
"url": "/docs/components/link#api",
"hierarchy": { "lvl1": "Link", "lvl2": "API", "lvl3": null }
},
{
"content": "Link Props",
"objectID": "7582f3f6-53b6-41b2-bf2e-cee12ffe60ee",
"type": "lvl3",
"url": "/docs/components/link#link-props",
"hierarchy": { "lvl1": "Link", "lvl2": "API", "lvl3": "Link Props" }
},
{
"content": "Link Events",
"objectID": "0354ab38-beed-4e2e-a8c6-85c296a4e781",
"type": "lvl3",
"url": "/docs/components/link#link-events",
"hierarchy": { "lvl1": "Link", "lvl2": "Link Props", "lvl3": "Link Events" }
},
{
"content": "Listbox",
"objectID": "f0ae33e5-1d56-4210-87cc-054a06d284b9",
"type": "lvl1",
"url": "/docs/components/listbox",
"hierarchy": { "lvl1": "Listbox" }
},
{
"content": "Installation",
"objectID": "0852c4b5-52ee-4211-bc11-426bcf177901",
"type": "lvl2",
"url": "/docs/components/listbox#installation",
"hierarchy": { "lvl1": "Listbox", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "f2888326-5609-4412-b49e-404c702b53b0",
"type": "lvl2",
"url": "/docs/components/listbox#import",
"hierarchy": { "lvl1": "Listbox", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "8ad9a049-badd-421c-95a3-05215fcbe1ff",
"type": "lvl2",
"url": "/docs/components/listbox#usage",
"hierarchy": { "lvl1": "Listbox", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Dynamic items",
"objectID": "f8c9672c-05ff-4eca-bd1c-4ea6554bdf37",
"type": "lvl3",
"url": "/docs/components/listbox#dynamic-items",
"hierarchy": { "lvl1": "Listbox", "lvl2": "Usage", "lvl3": "Dynamic items" }
},
{
"content": "Disabled Keys",
"objectID": "669e9531-92b7-47d1-8f70-f40f053cb8ab",
"type": "lvl3",
"url": "/docs/components/listbox#disabled-keys",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "Dynamic items",
"lvl3": "Disabled Keys"
}
},
{
"content": "Variants",
"objectID": "e6c43360-ecac-4be8-8954-3338abe5fd58",
"type": "lvl3",
"url": "/docs/components/listbox#variants",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "Disabled Keys",
"lvl3": "Variants"
}
},
{
"content": "Single Selection",
"objectID": "4cb1dc68-b961-4c68-8d5c-0bb0ad1edc10",
"type": "lvl3",
"url": "/docs/components/listbox#single-selection",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "Variants",
"lvl3": "Single Selection"
}
},
{
"content": "Multiple Selection",
"objectID": "3246a240-6a26-40f6-842e-f7f3a872eb55",
"type": "lvl3",
"url": "/docs/components/listbox#multiple-selection",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "Single Selection",
"lvl3": "Multiple Selection"
}
},
{
"content": "With Icons",
"objectID": "81dc55ba-d926-4196-8cc8-334c9d0f1a2b",
"type": "lvl3",
"url": "/docs/components/listbox#with-icons",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "Multiple Selection",
"lvl3": "With Icons"
}
},
{
"content": "With Description",
"objectID": "ae4f4815-2b4f-467c-bd66-93bcb03fdd47",
"type": "lvl3",
"url": "/docs/components/listbox#with-description",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "With Icons",
"lvl3": "With Description"
}
},
{
"content": "With Top & Bottom Content",
"objectID": "04d2b17b-065b-4970-8fbd-0cf4f2507258",
"type": "lvl3",
"url": "/docs/components/listbox#with-top--bottom-content",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "With Description",
"lvl3": "With Top & Bottom Content"
}
},
{
"content": "With Sections",
"objectID": "f30c9abf-162b-4326-b34c-7638fa66223a",
"type": "lvl3",
"url": "/docs/components/listbox#with-sections",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "With Top & Bottom Content",
"lvl3": "With Sections"
}
},
{
"content": "Routing",
"objectID": "cdae32ae-45c4-4df9-8f12-369b117e6075",
"type": "lvl3",
"url": "/docs/components/listbox#routing",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "With Sections",
"lvl3": "Routing"
}
},
{
"content": "Slots",
"objectID": "e7c1bcec-f94f-40d4-a72e-f1ac51913c0a",
"type": "lvl2",
"url": "/docs/components/listbox#slots",
"hierarchy": { "lvl1": "Listbox", "lvl2": "Slots", "lvl3": null }
},
{
"content": "ListboxItem",
"objectID": "ce4b851f-2030-4893-8b14-a37f761002ae",
"type": "lvl3",
"url": "/docs/components/listbox#listboxitem",
"hierarchy": { "lvl1": "Listbox", "lvl2": "Listbox", "lvl3": "ListboxItem" }
},
{
"content": "ListboxSection",
"objectID": "a98ec201-bda4-43f2-86f6-c768d7623977",
"type": "lvl3",
"url": "/docs/components/listbox#listboxsection",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "ListboxItem",
"lvl3": "ListboxSection"
}
},
{
"content": "Customizing the listbox",
"objectID": "9862bdec-535f-47e2-9d27-912571b710ec",
"type": "lvl3",
"url": "/docs/components/listbox#customizing-the-listbox",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "ListboxSection",
"lvl3": "Customizing the listbox"
}
},
{
"content": "Keyboard Interactions",
"objectID": "25dffbca-7526-4c4d-b495-2f9794f53bf0",
"type": "lvl3",
"url": "/docs/components/listbox#keyboard-interactions",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "Customizing the listbox",
"lvl3": "Keyboard Interactions"
}
},
{
"content": "Data Attributes",
"objectID": "8712fb40-8400-47c8-86ff-98df06bb4d07",
"type": "lvl2",
"url": "/docs/components/listbox#data-attributes",
"hierarchy": { "lvl1": "Listbox", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "0ace1672-c695-43d6-8135-7e01a21e8b27",
"type": "lvl2",
"url": "/docs/components/listbox#accessibility",
"hierarchy": { "lvl1": "Listbox", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "4b9c29b2-02b0-417a-8048-ae3674d59775",
"type": "lvl2",
"url": "/docs/components/listbox#api",
"hierarchy": { "lvl1": "Listbox", "lvl2": "API", "lvl3": null }
},
{
"content": "Listbox Props",
"objectID": "683a9286-3ee8-4b32-9656-cf710d57d4d8",
"type": "lvl3",
"url": "/docs/components/listbox#listbox-props",
"hierarchy": { "lvl1": "Listbox", "lvl2": "API", "lvl3": "Listbox Props" }
},
{
"content": "Listbox Events",
"objectID": "8947068f-131e-4ff5-83f3-68ecf3e38ac5",
"type": "lvl3",
"url": "/docs/components/listbox#listbox-events",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "Listbox Props",
"lvl3": "Listbox Events"
}
},
{
"content": "ListboxSection Props",
"objectID": "ad973a6a-d0aa-4536-af06-8daa36aae4a2",
"type": "lvl3",
"url": "/docs/components/listbox#listboxsection-props",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "Listbox Events",
"lvl3": "ListboxSection Props"
}
},
{
"content": "ListboxItem Props",
"objectID": "9f8a54c6-eab7-4fb3-82d0-319b4ba3c741",
"type": "lvl3",
"url": "/docs/components/listbox#listboxitem-props",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "ListboxSection Props",
"lvl3": "ListboxItem Props"
}
},
{
"content": "ListboxItem Events",
"objectID": "e74bfc02-0290-4fb7-95e4-a79bf8c53ca2",
"type": "lvl3",
"url": "/docs/components/listbox#listboxitem-events",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "ListboxItem Props",
"lvl3": "ListboxItem Events"
}
},
{
"content": "Types",
"objectID": "bba2468e-92f6-4cc0-aa67-a4176734377f",
"type": "lvl3",
"url": "/docs/components/listbox#types",
"hierarchy": {
"lvl1": "Listbox",
"lvl2": "ListboxItem Events",
"lvl3": "Types"
}
},
{
"content": "Listbox Item Selected Icon Props",
"objectID": "c28fa923-edbd-420a-a8ce-cbd401cc35de",
"type": "lvl4",
"url": "/docs/components/listbox#listbox-item-selected-icon-props",
"hierarchy": { "lvl1": "Listbox", "lvl2": "Types", "lvl3": null }
},
{
"content": "Modal",
"objectID": "b391f01c-2381-4046-a78c-3f9d7a69ed2f",
"type": "lvl1",
"url": "/docs/components/modal",
"hierarchy": { "lvl1": "Modal" }
},
{
"content": "Installation",
"objectID": "e957562f-de5b-4f7e-b5da-273cedc22027",
"type": "lvl2",
"url": "/docs/components/modal#installation",
"hierarchy": { "lvl1": "Modal", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "c8ad78f7-83bd-44b4-87d9-f1cf0c3429b6",
"type": "lvl2",
"url": "/docs/components/modal#import",
"hierarchy": { "lvl1": "Modal", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "7fab825f-61bf-4523-9968-3c945fa60270",
"type": "lvl2",
"url": "/docs/components/modal#usage",
"hierarchy": { "lvl1": "Modal", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Sizes",
"objectID": "2e10db5d-eb66-44fd-b758-e932f3d41848",
"type": "lvl3",
"url": "/docs/components/modal#sizes",
"hierarchy": { "lvl1": "Modal", "lvl2": "Usage", "lvl3": "Sizes" }
},
{
"content": "Non-dissmissable",
"objectID": "34fea277-5750-49ec-b681-06e1830e933e",
"type": "lvl3",
"url": "/docs/components/modal#non-dissmissable",
"hierarchy": {
"lvl1": "Modal",
"lvl2": "Sizes",
"lvl3": "Non-dissmissable"
}
},
{
"content": "Modal placement",
"objectID": "044c55fd-3509-4014-8ba4-2e3ed51c6a6b",
"type": "lvl3",
"url": "/docs/components/modal#modal-placement",
"hierarchy": {
"lvl1": "Modal",
"lvl2": "Non-dissmissable",
"lvl3": "Modal placement"
}
},
{
"content": "Overflow scroll",
"objectID": "784780be-b36d-4b00-8501-a4b9b6a9b7b1",
"type": "lvl3",
"url": "/docs/components/modal#overflow-scroll",
"hierarchy": {
"lvl1": "Modal",
"lvl2": "Modal placement",
"lvl3": "Overflow scroll"
}
},
{
"content": "With Form",
"objectID": "4ef4977d-f95f-42ba-993d-553d5e5cdf9b",
"type": "lvl3",
"url": "/docs/components/modal#with-form",
"hierarchy": {
"lvl1": "Modal",
"lvl2": "Overflow scroll",
"lvl3": "With Form"
}
},
{
"content": "Backdrop",
"objectID": "64b4c2a1-e905-4b14-95b8-9723a0634fbf",
"type": "lvl3",
"url": "/docs/components/modal#backdrop",
"hierarchy": { "lvl1": "Modal", "lvl2": "With Form", "lvl3": "Backdrop" }
},
{
"content": "Custom Backdrop",
"objectID": "b8c8ebef-7207-4a27-910e-9b16a6938f10",
"type": "lvl3",
"url": "/docs/components/modal#custom-backdrop",
"hierarchy": {
"lvl1": "Modal",
"lvl2": "Backdrop",
"lvl3": "Custom Backdrop"
}
},
{
"content": "Custom Motion",
"objectID": "53bdd81a-3737-4dfc-a392-d85c277f1677",
"type": "lvl3",
"url": "/docs/components/modal#custom-motion",
"hierarchy": {
"lvl1": "Modal",
"lvl2": "Custom Backdrop",
"lvl3": "Custom Motion"
}
},
{
"content": "Slots",
"objectID": "42322dcf-4fe4-4c8b-b5e5-0890e265a78f",
"type": "lvl2",
"url": "/docs/components/modal#slots",
"hierarchy": { "lvl1": "Modal", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "86cc4b17-87ce-4882-ab0e-1d21a6aad12f",
"type": "lvl3",
"url": "/docs/components/modal#custom-styles",
"hierarchy": { "lvl1": "Modal", "lvl2": "Slots", "lvl3": "Custom Styles" }
},
{
"content": "Data Attributes",
"objectID": "335d7a33-f029-4a30-8035-73e1aa99e33d",
"type": "lvl2",
"url": "/docs/components/modal#data-attributes",
"hierarchy": { "lvl1": "Modal", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "a6962672-55de-478a-b357-d4c967a7cdbe",
"type": "lvl2",
"url": "/docs/components/modal#accessibility",
"hierarchy": { "lvl1": "Modal", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "4bc96210-699d-429d-8f2b-8d3f02f937c9",
"type": "lvl2",
"url": "/docs/components/modal#api",
"hierarchy": { "lvl1": "Modal", "lvl2": "API", "lvl3": null }
},
{
"content": "Modal Props",
"objectID": "bbc1337b-17e6-49ec-be1c-dd5360b40400",
"type": "lvl3",
"url": "/docs/components/modal#modal-props",
"hierarchy": { "lvl1": "Modal", "lvl2": "API", "lvl3": "Modal Props" }
},
{
"content": "Modal Events",
"objectID": "68066ba6-85ad-47fd-8c75-77b7cbe98b2d",
"type": "lvl3",
"url": "/docs/components/modal#modal-events",
"hierarchy": {
"lvl1": "Modal",
"lvl2": "Modal Props",
"lvl3": "Modal Events"
}
},
{
"content": "Modal types",
"objectID": "5fb75f85-f375-46c7-a345-c1388b4a2a1a",
"type": "lvl3",
"url": "/docs/components/modal#modal-types",
"hierarchy": {
"lvl1": "Modal",
"lvl2": "Modal Events",
"lvl3": "Modal types"
}
},
{
"content": "Motion Props",
"objectID": "a7b424dc-2164-4717-812f-a45956929fad",
"type": "lvl4",
"url": "/docs/components/modal#motion-props",
"hierarchy": { "lvl1": "Modal", "lvl2": "Modal types", "lvl3": null }
},
{
"content": "Navbar",
"objectID": "185aad11-c7a9-4f81-ae2e-d196da99ebee",
"type": "lvl1",
"url": "/docs/components/navbar",
"hierarchy": { "lvl1": "Navbar" }
},
{
"content": "Installation",
"objectID": "e1cd622f-d928-49bc-8b60-c09e22994b99",
"type": "lvl2",
"url": "/docs/components/navbar#installation",
"hierarchy": { "lvl1": "Navbar", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "1c8aa9ea-04ad-4c38-9b36-ddfc48ae5781",
"type": "lvl2",
"url": "/docs/components/navbar#import",
"hierarchy": { "lvl1": "Navbar", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "412b7778-0211-4203-ade5-f6cfe5117c94",
"type": "lvl2",
"url": "/docs/components/navbar#usage",
"hierarchy": { "lvl1": "Navbar", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Static",
"objectID": "bb0107e9-8094-4f31-b3a7-13f7ecacf57a",
"type": "lvl3",
"url": "/docs/components/navbar#static",
"hierarchy": { "lvl1": "Navbar", "lvl2": "Usage", "lvl3": "Static" }
},
{
"content": "Hide on scroll",
"objectID": "ae8dbc09-2a2f-47bc-a2bb-6e7c8b7e2aac",
"type": "lvl3",
"url": "/docs/components/navbar#hide-on-scroll",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "Static",
"lvl3": "Hide on scroll"
}
},
{
"content": "With Menu",
"objectID": "07a7ab11-a084-4318-ae12-29aefa3e2492",
"type": "lvl3",
"url": "/docs/components/navbar#with-menu",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "Hide on scroll",
"lvl3": "With Menu"
}
},
{
"content": "Controlled Menu",
"objectID": "d974a3a0-dadb-4c7e-ad7c-7c3d0f3c085a",
"type": "lvl3",
"url": "/docs/components/navbar#controlled-menu",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "With Menu",
"lvl3": "Controlled Menu"
}
},
{
"content": "With Border",
"objectID": "db3d0665-678d-42fa-ba03-73e32aa2b8af",
"type": "lvl3",
"url": "/docs/components/navbar#with-border",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "Controlled Menu",
"lvl3": "With Border"
}
},
{
"content": "Disabling Blur",
"objectID": "972a9229-69f3-4ac8-b682-e43973d544d8",
"type": "lvl3",
"url": "/docs/components/navbar#disabling-blur",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "With Border",
"lvl3": "Disabling Blur"
}
},
{
"content": "With Dropdown Menu",
"objectID": "607dabdd-1e00-47cb-b4ff-c97b27055bfb",
"type": "lvl3",
"url": "/docs/components/navbar#with-dropdown-menu",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "Disabling Blur",
"lvl3": "With Dropdown Menu"
}
},
{
"content": "With Avatar",
"objectID": "c666459b-8244-4b18-9b45-a3d42e4fe3cb",
"type": "lvl3",
"url": "/docs/components/navbar#with-avatar",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "With Dropdown Menu",
"lvl3": "With Avatar"
}
},
{
"content": "With Search Input",
"objectID": "870f4656-d6c8-43c3-a105-a5cb9f2cfc10",
"type": "lvl3",
"url": "/docs/components/navbar#with-search-input",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "With Avatar",
"lvl3": "With Search Input"
}
},
{
"content": "Customizing the active item",
"objectID": "2c2d0cab-7c2c-4633-ac8f-cc8cd8f891da",
"type": "lvl3",
"url": "/docs/components/navbar#customizing-the-active-item",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "With Search Input",
"lvl3": "Customizing the active item"
}
},
{
"content": "Slots",
"objectID": "9a8a9175-2ccc-452b-a845-ce27cc7acd50",
"type": "lvl2",
"url": "/docs/components/navbar#slots",
"hierarchy": { "lvl1": "Navbar", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "e16351ee-4ae4-495f-a205-af0ec1e1ef53",
"type": "lvl2",
"url": "/docs/components/navbar#data-attributes",
"hierarchy": { "lvl1": "Navbar", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "API",
"objectID": "bc6fc83f-1617-4647-b5bc-b2f2f2685806",
"type": "lvl2",
"url": "/docs/components/navbar#api",
"hierarchy": { "lvl1": "Navbar", "lvl2": "API", "lvl3": null }
},
{
"content": "Navbar Props",
"objectID": "6d5e9b42-19a2-4f8d-8cfb-7cef8bdd9a57",
"type": "lvl3",
"url": "/docs/components/navbar#navbar-props",
"hierarchy": { "lvl1": "Navbar", "lvl2": "API", "lvl3": "Navbar Props" }
},
{
"content": "Navbar Events",
"objectID": "f719424b-a629-4aa8-b8da-e311f289750e",
"type": "lvl3",
"url": "/docs/components/navbar#navbar-events",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "Navbar Props",
"lvl3": "Navbar Events"
}
},
{
"content": "NavbarContent Props",
"objectID": "457514af-d65d-451b-85c4-9af5813432c5",
"type": "lvl3",
"url": "/docs/components/navbar#navbarcontent-props",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "Navbar Events",
"lvl3": "NavbarContent Props"
}
},
{
"content": "NavbarItem Props",
"objectID": "0e55e2ef-26b1-4560-a7f0-6e99b6c8686b",
"type": "lvl3",
"url": "/docs/components/navbar#navbaritem-props",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "NavbarContent Props",
"lvl3": "NavbarItem Props"
}
},
{
"content": "NavbarMenuToggle Props",
"objectID": "21a8a4fa-10d0-4542-9b3e-711b07b48290",
"type": "lvl3",
"url": "/docs/components/navbar#navbarmenutoggle-props",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "NavbarItem Props",
"lvl3": "NavbarMenuToggle Props"
}
},
{
"content": "NavbarMenuToggle Events",
"objectID": "31d57cf5-83af-4962-b6b0-235e0dc4761b",
"type": "lvl3",
"url": "/docs/components/navbar#navbarmenutoggle-events",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "NavbarMenuToggle Props",
"lvl3": "NavbarMenuToggle Events"
}
},
{
"content": "NavbarMenu Props",
"objectID": "b24405e9-26b0-4692-b8a1-6740cde364ff",
"type": "lvl3",
"url": "/docs/components/navbar#navbarmenu-props",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "NavbarMenuToggle Events",
"lvl3": "NavbarMenu Props"
}
},
{
"content": "NavbarMenuItem Props",
"objectID": "f573d365-65a1-445e-a63f-351b1ab7d3dc",
"type": "lvl3",
"url": "/docs/components/navbar#navbarmenuitem-props",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "NavbarMenu Props",
"lvl3": "NavbarMenuItem Props"
}
},
{
"content": "Navbar types",
"objectID": "92369b1e-d126-45ef-b9ff-0176545aba86",
"type": "lvl3",
"url": "/docs/components/navbar#navbar-types",
"hierarchy": {
"lvl1": "Navbar",
"lvl2": "NavbarMenuItem Props",
"lvl3": "Navbar types"
}
},
{
"content": "Motion Props",
"objectID": "c19a553a-3dbd-4898-afe2-4971aac89208",
"type": "lvl4",
"url": "/docs/components/navbar#motion-props",
"hierarchy": { "lvl1": "Navbar", "lvl2": "Navbar types", "lvl3": null }
},
{
"content": "Pagination",
"objectID": "0e79acaa-f3ab-4200-8a17-015e4919a595",
"type": "lvl1",
"url": "/docs/components/pagination",
"hierarchy": { "lvl1": "Pagination" }
},
{
"content": "Installation",
"objectID": "398013fb-9517-4533-ab6f-fe5974b9e3e5",
"type": "lvl2",
"url": "/docs/components/pagination#installation",
"hierarchy": { "lvl1": "Pagination", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "84745104-93ab-4f20-ab8c-4fec65582603",
"type": "lvl2",
"url": "/docs/components/pagination#import",
"hierarchy": { "lvl1": "Pagination", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "8afc9e3a-5621-47f3-8457-b6753264515d",
"type": "lvl2",
"url": "/docs/components/pagination#usage",
"hierarchy": { "lvl1": "Pagination", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "17a1bb3a-56ee-47c0-923e-0de13143e9f4",
"type": "lvl3",
"url": "/docs/components/pagination#disabled",
"hierarchy": { "lvl1": "Pagination", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Sizes",
"objectID": "a0f28ee4-a80a-4941-830a-4b4f8fa52a3e",
"type": "lvl3",
"url": "/docs/components/pagination#sizes",
"hierarchy": { "lvl1": "Pagination", "lvl2": "Disabled", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "baea06ea-1489-48db-9db4-93756727bcc7",
"type": "lvl3",
"url": "/docs/components/pagination#colors",
"hierarchy": { "lvl1": "Pagination", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "Variants",
"objectID": "45d062c3-9c63-4cad-9543-af4731100321",
"type": "lvl3",
"url": "/docs/components/pagination#variants",
"hierarchy": { "lvl1": "Pagination", "lvl2": "Colors", "lvl3": "Variants" }
},
{
"content": "With Controls",
"objectID": "45f7fed0-991d-4d83-ba6d-4dc0fb48e0da",
"type": "lvl3",
"url": "/docs/components/pagination#with-controls",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "Variants",
"lvl3": "With Controls"
}
},
{
"content": "Pagination Loop",
"objectID": "33336743-e055-45f0-8101-5fcf9a298049",
"type": "lvl3",
"url": "/docs/components/pagination#pagination-loop",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "With Controls",
"lvl3": "Pagination Loop"
}
},
{
"content": "Changing the initial page",
"objectID": "c6d353c8-002d-469d-9baa-746bc76a7bbc",
"type": "lvl3",
"url": "/docs/components/pagination#changing-the-initial-page",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "Pagination Loop",
"lvl3": "Changing the initial page"
}
},
{
"content": "Compact Pagination",
"objectID": "0ba4e34e-5053-44b5-b9ac-8741977a7afe",
"type": "lvl3",
"url": "/docs/components/pagination#compact-pagination",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "Changing the initial page",
"lvl3": "Compact Pagination"
}
},
{
"content": "With Shadow",
"objectID": "4d2e8cc5-7569-4d6b-b8c2-78410bceb81c",
"type": "lvl3",
"url": "/docs/components/pagination#with-shadow",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "Compact Pagination",
"lvl3": "With Shadow"
}
},
{
"content": "Controlled",
"objectID": "e49defd8-cfec-4334-9a66-1b9fb3ec6e39",
"type": "lvl3",
"url": "/docs/components/pagination#controlled",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "With Shadow",
"lvl3": "Controlled"
}
},
{
"content": "Siblings",
"objectID": "442da795-8ed7-4b16-8970-b9d094b7f8f8",
"type": "lvl3",
"url": "/docs/components/pagination#siblings",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "Controlled",
"lvl3": "Siblings"
}
},
{
"content": "Boundaries",
"objectID": "49835710-44da-4237-b1db-3eddba2b2b23",
"type": "lvl3",
"url": "/docs/components/pagination#boundaries",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "Siblings",
"lvl3": "Boundaries"
}
},
{
"content": "Custom items",
"objectID": "b00a38f0-9a93-4616-a168-78385c3a2da2",
"type": "lvl3",
"url": "/docs/components/pagination#custom-items",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "Boundaries",
"lvl3": "Custom items"
}
},
{
"content": "Slots",
"objectID": "96e50019-97f2-4e85-9346-b2082eaccfa1",
"type": "lvl2",
"url": "/docs/components/pagination#slots",
"hierarchy": { "lvl1": "Pagination", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "a6c85b2c-e74d-467e-9fe5-9640c1ef62b9",
"type": "lvl3",
"url": "/docs/components/pagination#custom-styles",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "Slots",
"lvl3": "Custom Styles"
}
},
{
"content": "Custom Implementation",
"objectID": "e0f36e97-a338-4c0b-819c-ef000c89e183",
"type": "lvl3",
"url": "/docs/components/pagination#custom-implementation",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "Custom Styles",
"lvl3": "Custom Implementation"
}
},
{
"content": "Data Attributes",
"objectID": "6502db5d-4ed1-4b01-ae9d-68c5c8994aa8",
"type": "lvl2",
"url": "/docs/components/pagination#data-attributes",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "Data Attributes",
"lvl3": null
}
},
{
"content": "Accessibility",
"objectID": "1332808d-d7e0-4c22-bbb7-ec24384e5b0d",
"type": "lvl2",
"url": "/docs/components/pagination#accessibility",
"hierarchy": { "lvl1": "Pagination", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "0f022438-bfb4-4c71-9d72-78931ab2bb1d",
"type": "lvl2",
"url": "/docs/components/pagination#api",
"hierarchy": { "lvl1": "Pagination", "lvl2": "API", "lvl3": null }
},
{
"content": "Pagination Props",
"objectID": "75add0e6-21ee-4e1a-838f-c261974ee702",
"type": "lvl3",
"url": "/docs/components/pagination#pagination-props",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "API",
"lvl3": "Pagination Props"
}
},
{
"content": "Pagination Events",
"objectID": "b9eda79a-8f6e-4b6e-8e74-8eff29c5f86d",
"type": "lvl3",
"url": "/docs/components/pagination#pagination-events",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "Pagination Props",
"lvl3": "Pagination Events"
}
},
{
"content": "Types",
"objectID": "302b83b4-b4f2-4691-8a1e-7471791e5c1e",
"type": "lvl3",
"url": "/docs/components/pagination#types",
"hierarchy": {
"lvl1": "Pagination",
"lvl2": "Pagination Events",
"lvl3": "Types"
}
},
{
"content": "Pagination Item Props",
"objectID": "8c24652f-fca1-4dab-9b8b-c00de8f591d2",
"type": "lvl4",
"url": "/docs/components/pagination#pagination-item-props",
"hierarchy": { "lvl1": "Pagination", "lvl2": "Types", "lvl3": null }
},
{
"content": "Popover",
"objectID": "9cf0871c-af84-4fd1-8e43-50bf70572d65",
"type": "lvl1",
"url": "/docs/components/popover",
"hierarchy": { "lvl1": "Popover" }
},
{
"content": "Installation",
"objectID": "f17fad02-5213-497f-a511-698bb6c1badb",
"type": "lvl2",
"url": "/docs/components/popover#installation",
"hierarchy": { "lvl1": "Popover", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "9164a526-18a5-45b1-965a-a5ac439365aa",
"type": "lvl2",
"url": "/docs/components/popover#import",
"hierarchy": { "lvl1": "Popover", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "fc47d13d-2bd2-4f79-97f2-6f6a760d351c",
"type": "lvl2",
"url": "/docs/components/popover#usage",
"hierarchy": { "lvl1": "Popover", "lvl2": "Usage", "lvl3": null }
},
{
"content": "With Arrow",
"objectID": "fb0cf880-0278-4e21-9e1b-52e42e22d6cd",
"type": "lvl3",
"url": "/docs/components/popover#with-arrow",
"hierarchy": { "lvl1": "Popover", "lvl2": "Usage", "lvl3": "With Arrow" }
},
{
"content": "Colors",
"objectID": "f8a9d3ed-e61b-432d-a1d3-41b121c55d2f",
"type": "lvl3",
"url": "/docs/components/popover#colors",
"hierarchy": { "lvl1": "Popover", "lvl2": "With Arrow", "lvl3": "Colors" }
},
{
"content": "Placements",
"objectID": "959028df-4dc7-480f-9b1c-97905be95e9b",
"type": "lvl3",
"url": "/docs/components/popover#placements",
"hierarchy": { "lvl1": "Popover", "lvl2": "Colors", "lvl3": "Placements" }
},
{
"content": "Offset",
"objectID": "eb23c384-cf53-481e-b1df-6aa1eadc8b6c",
"type": "lvl3",
"url": "/docs/components/popover#offset",
"hierarchy": { "lvl1": "Popover", "lvl2": "Placements", "lvl3": "Offset" }
},
{
"content": "Controlled",
"objectID": "116c0653-ca20-4a01-9848-134eee4971f5",
"type": "lvl3",
"url": "/docs/components/popover#controlled",
"hierarchy": { "lvl1": "Popover", "lvl2": "Offset", "lvl3": "Controlled" }
},
{
"content": "Title Props",
"objectID": "abd1328c-d123-47cb-ac7e-1d8b2df39ccf",
"type": "lvl3",
"url": "/docs/components/popover#title-props",
"hierarchy": {
"lvl1": "Popover",
"lvl2": "Controlled",
"lvl3": "Title Props"
}
},
{
"content": "With Form",
"objectID": "3255c0ff-3aec-4566-a265-757330f7acf8",
"type": "lvl3",
"url": "/docs/components/popover#with-form",
"hierarchy": {
"lvl1": "Popover",
"lvl2": "Title Props",
"lvl3": "With Form"
}
},
{
"content": "Backdrop",
"objectID": "d2b6d0b3-0430-4a78-95f0-596c6d31659a",
"type": "lvl3",
"url": "/docs/components/popover#backdrop",
"hierarchy": { "lvl1": "Popover", "lvl2": "With Form", "lvl3": "Backdrop" }
},
{
"content": "Custom Motion",
"objectID": "32676dc7-81a0-40f8-ad8e-f69aacd38c25",
"type": "lvl3",
"url": "/docs/components/popover#custom-motion",
"hierarchy": {
"lvl1": "Popover",
"lvl2": "Backdrop",
"lvl3": "Custom Motion"
}
},
{
"content": "Custom Trigger",
"objectID": "5a9366d2-5c65-4ee3-9167-cc3a8f6750ec",
"type": "lvl3",
"url": "/docs/components/popover#custom-trigger",
"hierarchy": {
"lvl1": "Popover",
"lvl2": "Custom Motion",
"lvl3": "Custom Trigger"
}
},
{
"content": "Slots",
"objectID": "67464e25-7471-413e-a161-577ead1a0f20",
"type": "lvl2",
"url": "/docs/components/popover#slots",
"hierarchy": { "lvl1": "Popover", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "e4b3ad67-b176-4b69-9046-c938f58b3030",
"type": "lvl3",
"url": "/docs/components/popover#custom-styles",
"hierarchy": { "lvl1": "Popover", "lvl2": "Slots", "lvl3": "Custom Styles" }
},
{
"content": "Data Attributes",
"objectID": "95313bdd-1383-4c31-9b62-9d2b415e7c1b",
"type": "lvl2",
"url": "/docs/components/popover#data-attributes",
"hierarchy": { "lvl1": "Popover", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "12f829af-e805-44b5-82d3-4effdef49035",
"type": "lvl2",
"url": "/docs/components/popover#accessibility",
"hierarchy": { "lvl1": "Popover", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "97208632-4716-4912-90e8-3c95c0ac4f02",
"type": "lvl2",
"url": "/docs/components/popover#api",
"hierarchy": { "lvl1": "Popover", "lvl2": "API", "lvl3": null }
},
{
"content": "Popover Props",
"objectID": "24eebe0a-bb78-41fb-af7a-19bc95eeca2c",
"type": "lvl3",
"url": "/docs/components/popover#popover-props",
"hierarchy": { "lvl1": "Popover", "lvl2": "API", "lvl3": "Popover Props" }
},
{
"content": "Popover Events",
"objectID": "a8ac643f-ef5a-4621-8ddb-b59dfd988655",
"type": "lvl3",
"url": "/docs/components/popover#popover-events",
"hierarchy": {
"lvl1": "Popover",
"lvl2": "Popover Props",
"lvl3": "Popover Events"
}
},
{
"content": "PopoverTrigger Props",
"objectID": "6691a008-de01-4eab-863e-df0cc6e750b7",
"type": "lvl3",
"url": "/docs/components/popover#popovertrigger-props",
"hierarchy": {
"lvl1": "Popover",
"lvl2": "Popover Events",
"lvl3": "PopoverTrigger Props"
}
},
{
"content": "PopoverContent Props",
"objectID": "eaea5de2-f817-4c61-bc33-a58f087c10ae",
"type": "lvl3",
"url": "/docs/components/popover#popovercontent-props",
"hierarchy": {
"lvl1": "Popover",
"lvl2": "PopoverTrigger Props",
"lvl3": "PopoverContent Props"
}
},
{
"content": "Popover types",
"objectID": "fda20f86-b441-45de-8a82-9fb69473616e",
"type": "lvl3",
"url": "/docs/components/popover#popover-types",
"hierarchy": {
"lvl1": "Popover",
"lvl2": "PopoverContent Props",
"lvl3": "Popover types"
}
},
{
"content": "Popover Placement",
"objectID": "9e4978f9-11db-494e-bc83-8c3822cb520a",
"type": "lvl4",
"url": "/docs/components/popover#popover-placement",
"hierarchy": { "lvl1": "Popover", "lvl2": "Popover types", "lvl3": null }
},
{
"content": "Motion Props",
"objectID": "f73e3c2e-811e-4f83-8d4e-189fccc5d89d",
"type": "lvl4",
"url": "/docs/components/popover#motion-props",
"hierarchy": {
"lvl1": "Popover",
"lvl2": "Popover Placement",
"lvl3": null
}
},
{
"content": "Progress",
"objectID": "2edb930c-0d00-44ad-ae8d-7a918cc71240",
"type": "lvl1",
"url": "/docs/components/progress",
"hierarchy": { "lvl1": "Progress" }
},
{
"content": "Installation",
"objectID": "7b545a75-6cdd-47e3-8ad1-22f587368e08",
"type": "lvl2",
"url": "/docs/components/progress#installation",
"hierarchy": { "lvl1": "Progress", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "c4f3bf70-4434-4a50-8541-8961dfadf159",
"type": "lvl2",
"url": "/docs/components/progress#import",
"hierarchy": { "lvl1": "Progress", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "84d7a90f-bbed-4cf5-95c9-e924adf25d65",
"type": "lvl2",
"url": "/docs/components/progress#usage",
"hierarchy": { "lvl1": "Progress", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Sizes",
"objectID": "198c4009-6cf0-42ac-ae83-9d04e541ba34",
"type": "lvl3",
"url": "/docs/components/progress#sizes",
"hierarchy": { "lvl1": "Progress", "lvl2": "Usage", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "4c825735-8d24-4f4b-9e13-0d22679266ac",
"type": "lvl3",
"url": "/docs/components/progress#colors",
"hierarchy": { "lvl1": "Progress", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "Indeterminate",
"objectID": "536c2f7f-d71c-4fad-957f-78554973b31f",
"type": "lvl3",
"url": "/docs/components/progress#indeterminate",
"hierarchy": {
"lvl1": "Progress",
"lvl2": "Colors",
"lvl3": "Indeterminate"
}
},
{
"content": "Striped",
"objectID": "845fd249-5358-4f3d-b999-3039208c9529",
"type": "lvl3",
"url": "/docs/components/progress#striped",
"hierarchy": {
"lvl1": "Progress",
"lvl2": "Indeterminate",
"lvl3": "Striped"
}
},
{
"content": "With Label",
"objectID": "2beebf9e-f546-4846-af5c-5aeddf8cf4d3",
"type": "lvl3",
"url": "/docs/components/progress#with-label",
"hierarchy": { "lvl1": "Progress", "lvl2": "Striped", "lvl3": "With Label" }
},
{
"content": "With Value",
"objectID": "17a471e3-ff56-40da-b87c-401fefa73285",
"type": "lvl3",
"url": "/docs/components/progress#with-value",
"hierarchy": {
"lvl1": "Progress",
"lvl2": "With Label",
"lvl3": "With Value"
}
},
{
"content": "Value Formatting",
"objectID": "81a372b3-dfb2-4fa3-847f-035e80b2f187",
"type": "lvl3",
"url": "/docs/components/progress#value-formatting",
"hierarchy": {
"lvl1": "Progress",
"lvl2": "With Value",
"lvl3": "Value Formatting"
}
},
{
"content": "Slots",
"objectID": "5d202539-96a4-4f6d-951d-12d7cc715b08",
"type": "lvl2",
"url": "/docs/components/progress#slots",
"hierarchy": { "lvl1": "Progress", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "2836bc0c-3d1f-477b-9726-580edd156bf1",
"type": "lvl3",
"url": "/docs/components/progress#custom-styles",
"hierarchy": {
"lvl1": "Progress",
"lvl2": "Slots",
"lvl3": "Custom Styles"
}
},
{
"content": "Data Attributes",
"objectID": "b0b33c73-50a4-4600-b7e0-972f99528d7e",
"type": "lvl2",
"url": "/docs/components/progress#data-attributes",
"hierarchy": { "lvl1": "Progress", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "f86b7330-ac6e-4c7a-ba13-7590fceb6a05",
"type": "lvl2",
"url": "/docs/components/progress#accessibility",
"hierarchy": { "lvl1": "Progress", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "12c3af23-ad7c-4c24-9247-0cd29023b81b",
"type": "lvl2",
"url": "/docs/components/progress#api",
"hierarchy": { "lvl1": "Progress", "lvl2": "API", "lvl3": null }
},
{
"content": "Progress Props",
"objectID": "7e70e29c-7976-4858-9af3-45f7fec877dd",
"type": "lvl3",
"url": "/docs/components/progress#progress-props",
"hierarchy": { "lvl1": "Progress", "lvl2": "API", "lvl3": "Progress Props" }
},
{
"content": "Radio",
"objectID": "f95fa054-d89a-4a65-83c6-c4d4205c1681",
"type": "lvl1",
"url": "/docs/components/radio-group",
"hierarchy": { "lvl1": "Radio" }
},
{
"content": "Radio group",
"objectID": "d22e774f-5979-4042-8b35-d7aab58f6065",
"type": "lvl1",
"url": "/docs/components/radio-group#radio-group",
"hierarchy": { "lvl1": "Radio", "lvl2": null, "lvl3": null }
},
{
"content": "Installation",
"objectID": "fd8eff22-a973-489e-8f13-1c67885e634e",
"type": "lvl2",
"url": "/docs/components/radio-group#installation",
"hierarchy": { "lvl1": "Radio", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "3f3c0574-41f6-4c40-89aa-1b8e8150563c",
"type": "lvl2",
"url": "/docs/components/radio-group#import",
"hierarchy": { "lvl1": "Radio", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "8ba6608e-f0d7-4bcb-ab70-8253a8156b8c",
"type": "lvl2",
"url": "/docs/components/radio-group#usage",
"hierarchy": { "lvl1": "Radio", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "f29fa08f-97c7-4ee3-b8e5-6eb4d25112b6",
"type": "lvl3",
"url": "/docs/components/radio-group#disabled",
"hierarchy": { "lvl1": "Radio", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Default Value",
"objectID": "396ea819-34e6-4b1f-a665-6b28453d0476",
"type": "lvl3",
"url": "/docs/components/radio-group#default-value",
"hierarchy": {
"lvl1": "Radio",
"lvl2": "Disabled",
"lvl3": "Default Value"
}
},
{
"content": "With Description",
"objectID": "98e06f3d-db8e-4ca8-96ee-adae15899562",
"type": "lvl3",
"url": "/docs/components/radio-group#with-description",
"hierarchy": {
"lvl1": "Radio",
"lvl2": "Default Value",
"lvl3": "With Description"
}
},
{
"content": "Horizontal",
"objectID": "12e6ce83-1926-4278-a83c-820f2c443028",
"type": "lvl3",
"url": "/docs/components/radio-group#horizontal",
"hierarchy": {
"lvl1": "Radio",
"lvl2": "With Description",
"lvl3": "Horizontal"
}
},
{
"content": "Controlled",
"objectID": "dd967ea5-431e-4568-b5d6-35bd4e4389c9",
"type": "lvl3",
"url": "/docs/components/radio-group#controlled",
"hierarchy": { "lvl1": "Radio", "lvl2": "Horizontal", "lvl3": "Controlled" }
},
{
"content": "Invalid",
"objectID": "9d0d9958-e765-4c53-9ec1-4acbf1a342eb",
"type": "lvl3",
"url": "/docs/components/radio-group#invalid",
"hierarchy": { "lvl1": "Radio", "lvl2": "Controlled", "lvl3": "Invalid" }
},
{
"content": "Slots",
"objectID": "244b2e5e-df72-4d4c-8f57-8ce53315e55a",
"type": "lvl2",
"url": "/docs/components/radio-group#slots",
"hierarchy": { "lvl1": "Radio", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "534a3814-8d62-48ea-b637-f7fac071b1f1",
"type": "lvl3",
"url": "/docs/components/radio-group#custom-styles",
"hierarchy": { "lvl1": "Radio", "lvl2": "Slots", "lvl3": "Custom Styles" }
},
{
"content": "Custom Implementation",
"objectID": "36ed5523-36b8-426c-a2ef-b3981c5ee198",
"type": "lvl3",
"url": "/docs/components/radio-group#custom-implementation",
"hierarchy": {
"lvl1": "Radio",
"lvl2": "Custom Styles",
"lvl3": "Custom Implementation"
}
},
{
"content": "Data Attributes",
"objectID": "d16bab9d-f869-44cc-b8e4-acaf93a5ae85",
"type": "lvl2",
"url": "/docs/components/radio-group#data-attributes",
"hierarchy": { "lvl1": "Radio", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "d80b26da-ec78-4af6-a0d6-62aab513410e",
"type": "lvl2",
"url": "/docs/components/radio-group#accessibility",
"hierarchy": { "lvl1": "Radio", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "f805c6fd-e492-4822-ae66-ac5e38acd679",
"type": "lvl2",
"url": "/docs/components/radio-group#api",
"hierarchy": { "lvl1": "Radio", "lvl2": "API", "lvl3": null }
},
{
"content": "RadioGroup Props",
"objectID": "2c73a8b3-fac0-4310-8e65-1fb22791370b",
"type": "lvl3",
"url": "/docs/components/radio-group#radiogroup-props",
"hierarchy": { "lvl1": "Radio", "lvl2": "API", "lvl3": "RadioGroup Props" }
},
{
"content": "RadioGroup Events",
"objectID": "ebee0599-a3ce-4000-8575-d14120bc8807",
"type": "lvl3",
"url": "/docs/components/radio-group#radiogroup-events",
"hierarchy": {
"lvl1": "Radio",
"lvl2": "RadioGroup Props",
"lvl3": "RadioGroup Events"
}
},
{
"content": "Radio Props",
"objectID": "bc06c184-c736-4d5a-ad0d-067d4c8a2cf5",
"type": "lvl3",
"url": "/docs/components/radio-group#radio-props",
"hierarchy": {
"lvl1": "Radio",
"lvl2": "RadioGroup Events",
"lvl3": "Radio Props"
}
},
{
"content": "Range Calendar",
"objectID": "575b4208-82a6-4199-8ba8-f72cc0bd6029",
"type": "lvl1",
"url": "/docs/components/range-calendar",
"hierarchy": { "lvl1": "Range Calendar" }
},
{
"content": "Installation",
"objectID": "5171b3ca-2720-4f59-8362-bd1a41ada909",
"type": "lvl2",
"url": "/docs/components/range-calendar#installation",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Installation",
"lvl3": null
}
},
{
"content": "Import",
"objectID": "b10ceadc-c38c-48db-b7e7-4a9be01f526e",
"type": "lvl2",
"url": "/docs/components/range-calendar#import",
"hierarchy": { "lvl1": "Range Calendar", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "3757f9e8-4a5f-41d0-9b8e-3ef3fb8e91ea",
"type": "lvl2",
"url": "/docs/components/range-calendar#usage",
"hierarchy": { "lvl1": "Range Calendar", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "2f2eec83-43b9-47d1-a1cb-b0d3b6246c4c",
"type": "lvl3",
"url": "/docs/components/range-calendar#disabled",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Usage",
"lvl3": "Disabled"
}
},
{
"content": "Read Only",
"objectID": "b257157b-1e7a-4623-b789-b2ed7b6f8042",
"type": "lvl3",
"url": "/docs/components/range-calendar#read-only",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Disabled",
"lvl3": "Read Only"
}
},
{
"content": "Controlled",
"objectID": "03b5e8f0-1582-406a-8761-198ddda0aa4f",
"type": "lvl3",
"url": "/docs/components/range-calendar#controlled",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Read Only",
"lvl3": "Controlled"
}
},
{
"content": "Min Date Value",
"objectID": "0b2e3317-1b75-4995-ae0b-7ffe0167c42e",
"type": "lvl3",
"url": "/docs/components/range-calendar#min-date-value",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Controlled",
"lvl3": "Min Date Value"
}
},
{
"content": "Max Date Value",
"objectID": "c0686577-e125-4138-a9f4-df1ba8db0172",
"type": "lvl3",
"url": "/docs/components/range-calendar#max-date-value",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Min Date Value",
"lvl3": "Max Date Value"
}
},
{
"content": "Unavailable Dates",
"objectID": "7ea06775-592e-4113-b861-a70f5d7663b2",
"type": "lvl3",
"url": "/docs/components/range-calendar#unavailable-dates",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Max Date Value",
"lvl3": "Unavailable Dates"
}
},
{
"content": "Non-Contiguous Ranges",
"objectID": "08c6a5ee-8a31-4746-88e1-0047078ff5a5",
"type": "lvl3",
"url": "/docs/components/range-calendar#non-contiguous-ranges",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Unavailable Dates",
"lvl3": "Non-Contiguous Ranges"
}
},
{
"content": "Controlled Focused Value",
"objectID": "5f1c671a-567b-4d82-aa1e-58b24220e04a",
"type": "lvl3",
"url": "/docs/components/range-calendar#controlled-focused-value",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Non-Contiguous Ranges",
"lvl3": "Controlled Focused Value"
}
},
{
"content": "Invalid Date",
"objectID": "443b9320-3601-4940-a207-608c15cfd9b1",
"type": "lvl3",
"url": "/docs/components/range-calendar#invalid-date",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Controlled Focused Value",
"lvl3": "Invalid Date"
}
},
{
"content": "International Calendars",
"objectID": "f1bed985-c572-4e19-9994-3893758a7765",
"type": "lvl3",
"url": "/docs/components/range-calendar#international-calendars",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Invalid Date",
"lvl3": "International Calendars"
}
},
{
"content": "Visible Months",
"objectID": "9c1efca8-7784-4b79-9644-8246386a6b0d",
"type": "lvl3",
"url": "/docs/components/range-calendar#visible-months",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "International Calendars",
"lvl3": "Visible Months"
}
},
{
"content": "Page Behaviour",
"objectID": "c1361748-b47d-481d-a21c-1d161afdfac5",
"type": "lvl3",
"url": "/docs/components/range-calendar#page-behaviour",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Visible Months",
"lvl3": "Page Behaviour"
}
},
{
"content": "Presets",
"objectID": "067298ea-4134-477e-a319-9c7345b068c8",
"type": "lvl3",
"url": "/docs/components/range-calendar#presets",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Page Behaviour",
"lvl3": "Presets"
}
},
{
"content": "Slots",
"objectID": "354b9d1e-478f-47ab-975b-f35f79dd1764",
"type": "lvl2",
"url": "/docs/components/range-calendar#slots",
"hierarchy": { "lvl1": "Range Calendar", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "d109ba05-49d3-49ce-bb9d-543cca303714",
"type": "lvl2",
"url": "/docs/components/range-calendar#data-attributes",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Data Attributes",
"lvl3": null
}
},
{
"content": "Accessibility",
"objectID": "7e144382-35c9-44dd-bb82-49922035f3f9",
"type": "lvl2",
"url": "/docs/components/range-calendar#accessibility",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "Accessibility",
"lvl3": null
}
},
{
"content": "API",
"objectID": "0a5d9ab2-8b14-4880-ada1-5c1218f4572a",
"type": "lvl2",
"url": "/docs/components/range-calendar#api",
"hierarchy": { "lvl1": "Range Calendar", "lvl2": "API", "lvl3": null }
},
{
"content": "RangeCalendar Props",
"objectID": "bb37b537-2af4-40c4-99a8-0d5860eb23b2",
"type": "lvl3",
"url": "/docs/components/range-calendar#rangecalendar-props",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "API",
"lvl3": "RangeCalendar Props"
}
},
{
"content": "RangeCalendar Events",
"objectID": "bd5db4f1-7916-4e31-90a4-f3daee516365",
"type": "lvl3",
"url": "/docs/components/range-calendar#rangecalendar-events",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "RangeCalendar Props",
"lvl3": "RangeCalendar Events"
}
},
{
"content": "Supported Calendars",
"objectID": "b76d7cb4-41ca-4b07-a865-411b3da7331a",
"type": "lvl4",
"url": "/docs/components/range-calendar#supported-calendars",
"hierarchy": {
"lvl1": "Range Calendar",
"lvl2": "RangeCalendar Events",
"lvl3": null
}
},
{
"content": "Scroll Shadow",
"objectID": "6415610f-00bc-4e41-9ad4-12f190de39fd",
"type": "lvl1",
"url": "/docs/components/scroll-shadow",
"hierarchy": { "lvl1": "Scroll Shadow" }
},
{
"content": "Installation",
"objectID": "234192b9-1801-4ac7-ba43-30aca28d5f94",
"type": "lvl2",
"url": "/docs/components/scroll-shadow#installation",
"hierarchy": {
"lvl1": "Scroll Shadow",
"lvl2": "Installation",
"lvl3": null
}
},
{
"content": "Import",
"objectID": "b6f9c927-6535-49d9-bd18-2c482acf5308",
"type": "lvl2",
"url": "/docs/components/scroll-shadow#import",
"hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "0641120f-b5cd-4132-809e-b394941a5377",
"type": "lvl2",
"url": "/docs/components/scroll-shadow#usage",
"hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Hide Scrollbar",
"objectID": "34dc8fad-d89e-4994-bcab-67107d36c115",
"type": "lvl3",
"url": "/docs/components/scroll-shadow#hide-scrollbar",
"hierarchy": {
"lvl1": "Scroll Shadow",
"lvl2": "Usage",
"lvl3": "Hide Scrollbar"
}
},
{
"content": "Custom Shadow Size",
"objectID": "b29c948b-8756-4cb9-815c-119175a984a7",
"type": "lvl3",
"url": "/docs/components/scroll-shadow#custom-shadow-size",
"hierarchy": {
"lvl1": "Scroll Shadow",
"lvl2": "Hide Scrollbar",
"lvl3": "Custom Shadow Size"
}
},
{
"content": "Horizontal Orientation",
"objectID": "5dc6799e-965e-408b-81c5-f7e68ad58f44",
"type": "lvl3",
"url": "/docs/components/scroll-shadow#horizontal-orientation",
"hierarchy": {
"lvl1": "Scroll Shadow",
"lvl2": "Custom Shadow Size",
"lvl3": "Horizontal Orientation"
}
},
{
"content": "Shadow Offset",
"objectID": "7969ba33-8aa8-444b-a3e4-103474c79bcc",
"type": "lvl3",
"url": "/docs/components/scroll-shadow#shadow-offset",
"hierarchy": {
"lvl1": "Scroll Shadow",
"lvl2": "Horizontal Orientation",
"lvl3": "Shadow Offset"
}
},
{
"content": "API",
"objectID": "74936381-2725-40a5-a61d-bf51362c86dd",
"type": "lvl2",
"url": "/docs/components/scroll-shadow#api",
"hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "API", "lvl3": null }
},
{
"content": "ShadowScroll Props",
"objectID": "92568995-0103-41b7-b7bf-8b4bd41ea901",
"type": "lvl3",
"url": "/docs/components/scroll-shadow#shadowscroll-props",
"hierarchy": {
"lvl1": "Scroll Shadow",
"lvl2": "API",
"lvl3": "ShadowScroll Props"
}
},
{
"content": "ShadowScroll Events",
"objectID": "9b91093f-07b8-4e25-88fc-241fac366aba",
"type": "lvl3",
"url": "/docs/components/scroll-shadow#shadowscroll-events",
"hierarchy": {
"lvl1": "Scroll Shadow",
"lvl2": "ShadowScroll Props",
"lvl3": "ShadowScroll Events"
}
},
{
"content": "Types",
"objectID": "2b768f8f-9a31-48f1-a147-fa8db81da0e8",
"type": "lvl3",
"url": "/docs/components/scroll-shadow#types",
"hierarchy": {
"lvl1": "Scroll Shadow",
"lvl2": "ShadowScroll Events",
"lvl3": "Types"
}
},
{
"content": "Scroll Shadow Visibility",
"objectID": "9d05097d-7e19-48bd-b188-d3d36c7c2404",
"type": "lvl4",
"url": "/docs/components/scroll-shadow#scroll-shadow-visibility",
"hierarchy": { "lvl1": "Scroll Shadow", "lvl2": "Types", "lvl3": null }
},
{
"content": "Select",
"objectID": "661b5e81-d086-4957-a3c1-59f24c50e7e6",
"type": "lvl1",
"url": "/docs/components/select",
"hierarchy": { "lvl1": "Select" }
},
{
"content": "Installation",
"objectID": "d9a5db7c-861f-4f75-94bb-a777b6d18f5c",
"type": "lvl2",
"url": "/docs/components/select#installation",
"hierarchy": { "lvl1": "Select", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "6f43ab6b-0614-4345-a707-2bac22454674",
"type": "lvl2",
"url": "/docs/components/select#import",
"hierarchy": { "lvl1": "Select", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "9067705a-36a8-4fb2-b550-780515f0100b",
"type": "lvl2",
"url": "/docs/components/select#usage",
"hierarchy": { "lvl1": "Select", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Dynamic items",
"objectID": "872085c6-b056-49c1-9266-03637cd3c761",
"type": "lvl3",
"url": "/docs/components/select#dynamic-items",
"hierarchy": { "lvl1": "Select", "lvl2": "Usage", "lvl3": "Dynamic items" }
},
{
"content": "Multiple Selection",
"objectID": "d55ef4be-b244-4b36-8be3-afa060fa8383",
"type": "lvl3",
"url": "/docs/components/select#multiple-selection",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Dynamic items",
"lvl3": "Multiple Selection"
}
},
{
"content": "Disabled",
"objectID": "a012af18-98da-4642-8135-3144000706ef",
"type": "lvl3",
"url": "/docs/components/select#disabled",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Multiple Selection",
"lvl3": "Disabled"
}
},
{
"content": "Disabled Items",
"objectID": "5b8f95fd-0672-46e5-aa8f-a3fc16f4e006",
"type": "lvl3",
"url": "/docs/components/select#disabled-items",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Disabled",
"lvl3": "Disabled Items"
}
},
{
"content": "Required",
"objectID": "a4f548e2-714a-4401-9852-6b7968e179ea",
"type": "lvl3",
"url": "/docs/components/select#required",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Disabled Items",
"lvl3": "Required"
}
},
{
"content": "Sizes",
"objectID": "c3da8a3b-bdd9-4fa4-aeec-59fc97488cbf",
"type": "lvl3",
"url": "/docs/components/select#sizes",
"hierarchy": { "lvl1": "Select", "lvl2": "Required", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "6be3bfec-26c9-40c2-bcf1-639322562f0b",
"type": "lvl3",
"url": "/docs/components/select#colors",
"hierarchy": { "lvl1": "Select", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "Variants",
"objectID": "302deef0-258b-42ab-a1b7-67d1c1aa8b83",
"type": "lvl3",
"url": "/docs/components/select#variants",
"hierarchy": { "lvl1": "Select", "lvl2": "Colors", "lvl3": "Variants" }
},
{
"content": "Radius",
"objectID": "3657e491-11f5-42d0-9936-a4ba31daa74b",
"type": "lvl3",
"url": "/docs/components/select#radius",
"hierarchy": { "lvl1": "Select", "lvl2": "Variants", "lvl3": "Radius" }
},
{
"content": "Label Placements",
"objectID": "d3f4e095-c056-4aee-a015-c79fa972cc59",
"type": "lvl3",
"url": "/docs/components/select#label-placements",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Radius",
"lvl3": "Label Placements"
}
},
{
"content": "Start Content",
"objectID": "7642a28d-99ea-41d6-8b3b-848b2c6e20bd",
"type": "lvl3",
"url": "/docs/components/select#start-content",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Label Placements",
"lvl3": "Start Content"
}
},
{
"content": "Item Start & End Content",
"objectID": "85ea50e4-cc71-4669-95f8-bf42217d9ed9",
"type": "lvl3",
"url": "/docs/components/select#item-start--end-content",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Start Content",
"lvl3": "Item Start & End Content"
}
},
{
"content": "Custom Selector Icon",
"objectID": "553fb2eb-f714-411f-9a56-4fc185342e1e",
"type": "lvl3",
"url": "/docs/components/select#custom-selector-icon",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Item Start & End Content",
"lvl3": "Custom Selector Icon"
}
},
{
"content": "Without Scroll Shadow",
"objectID": "9faecd41-302b-45c9-91b8-11d0f2cf6f43",
"type": "lvl3",
"url": "/docs/components/select#without-scroll-shadow",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Custom Selector Icon",
"lvl3": "Without Scroll Shadow"
}
},
{
"content": "With Description",
"objectID": "ddeebb05-48f1-4954-a90e-669851c934c2",
"type": "lvl3",
"url": "/docs/components/select#with-description",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Without Scroll Shadow",
"lvl3": "With Description"
}
},
{
"content": "With Error Message",
"objectID": "99cdfb7f-105f-46cf-99f2-68520719989b",
"type": "lvl3",
"url": "/docs/components/select#with-error-message",
"hierarchy": {
"lvl1": "Select",
"lvl2": "With Description",
"lvl3": "With Error Message"
}
},
{
"content": "Controlled",
"objectID": "595a2a38-27af-414b-b29b-b242c9d0adca",
"type": "lvl3",
"url": "/docs/components/select#controlled",
"hierarchy": {
"lvl1": "Select",
"lvl2": "With Error Message",
"lvl3": "Controlled"
}
},
{
"content": "Controlling the open state",
"objectID": "72287d33-431e-4edc-b272-0149f02de871",
"type": "lvl3",
"url": "/docs/components/select#controlling-the-open-state",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Controlled",
"lvl3": "Controlling the open state"
}
},
{
"content": "Custom Items",
"objectID": "bce334e0-f04d-417a-b142-015a86d8afb4",
"type": "lvl3",
"url": "/docs/components/select#custom-items",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Controlling the open state",
"lvl3": "Custom Items"
}
},
{
"content": "Custom Render Value",
"objectID": "4ab8edf8-1142-4ff9-ab9b-c8b38f9a5e7d",
"type": "lvl3",
"url": "/docs/components/select#custom-render-value",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Custom Items",
"lvl3": "Custom Render Value"
}
},
{
"content": "Asynchronous Loading",
"objectID": "b91f42d6-1b21-43db-ab4a-786431cf6ef1",
"type": "lvl3",
"url": "/docs/components/select#asynchronous-loading",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Custom Render Value",
"lvl3": "Asynchronous Loading"
}
},
{
"content": "With Sections",
"objectID": "1e349d6f-6a3d-4c4b-9eb7-32f114c71a01",
"type": "lvl3",
"url": "/docs/components/select#with-sections",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Asynchronous Loading",
"lvl3": "With Sections"
}
},
{
"content": "Custom Sections Style",
"objectID": "3f41be36-8a11-45ac-95ba-f66de51afcab",
"type": "lvl3",
"url": "/docs/components/select#custom-sections-style",
"hierarchy": {
"lvl1": "Select",
"lvl2": "With Sections",
"lvl3": "Custom Sections Style"
}
},
{
"content": "Multiple Select Controlled",
"objectID": "f220c717-0acc-4717-88bb-7b5e6b35a958",
"type": "lvl3",
"url": "/docs/components/select#multiple-select-controlled",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Custom Sections Style",
"lvl3": "Multiple Select Controlled"
}
},
{
"content": "Multiple With Chips",
"objectID": "73b43178-7a05-4fe8-b093-f8e1cfd0a14b",
"type": "lvl3",
"url": "/docs/components/select#multiple-with-chips",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Multiple Select Controlled",
"lvl3": "Multiple With Chips"
}
},
{
"content": "Customizing the select",
"objectID": "b0570b60-26d2-404c-9b65-6c4a508d4245",
"type": "lvl3",
"url": "/docs/components/select#customizing-the-select",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Multiple With Chips",
"lvl3": "Customizing the select"
}
},
{
"content": "Slots",
"objectID": "b24a13ae-619a-4b5b-a503-f0c251d50426",
"type": "lvl2",
"url": "/docs/components/select#slots",
"hierarchy": { "lvl1": "Select", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "b5036f9f-46e0-4f60-bc0a-80f4a4732eba",
"type": "lvl2",
"url": "/docs/components/select#data-attributes",
"hierarchy": { "lvl1": "Select", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "7069a68c-4af0-4c6c-89b1-2719ee526080",
"type": "lvl2",
"url": "/docs/components/select#accessibility",
"hierarchy": { "lvl1": "Select", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "c7140990-b375-4bfd-8fc1-79ceabcb5dff",
"type": "lvl2",
"url": "/docs/components/select#api",
"hierarchy": { "lvl1": "Select", "lvl2": "API", "lvl3": null }
},
{
"content": "Select Props",
"objectID": "afd77683-5012-411c-a6d9-a81d1ce0bf2f",
"type": "lvl3",
"url": "/docs/components/select#select-props",
"hierarchy": { "lvl1": "Select", "lvl2": "API", "lvl3": "Select Props" }
},
{
"content": "Select Events",
"objectID": "c1ee0904-3379-42d4-9d09-5973ccbb4777",
"type": "lvl3",
"url": "/docs/components/select#select-events",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Select Props",
"lvl3": "Select Events"
}
},
{
"content": "SelectItem Props",
"objectID": "29319f8d-b2ef-4528-8c12-1f948238779a",
"type": "lvl3",
"url": "/docs/components/select#selectitem-props",
"hierarchy": {
"lvl1": "Select",
"lvl2": "Select Events",
"lvl3": "SelectItem Props"
}
},
{
"content": "SelectItem Events",
"objectID": "41952559-9c34-4728-8bc4-e35fbf5e8e64",
"type": "lvl3",
"url": "/docs/components/select#selectitem-events",
"hierarchy": {
"lvl1": "Select",
"lvl2": "SelectItem Props",
"lvl3": "SelectItem Events"
}
},
{
"content": "SelectSection Props",
"objectID": "5de9e266-8efe-48d0-b1e7-ddfa89aac0a0",
"type": "lvl3",
"url": "/docs/components/select#selectsection-props",
"hierarchy": {
"lvl1": "Select",
"lvl2": "SelectItem Events",
"lvl3": "SelectSection Props"
}
},
{
"content": "Types",
"objectID": "812e6951-b960-439f-8bed-efc4266f1d34",
"type": "lvl3",
"url": "/docs/components/select#types",
"hierarchy": {
"lvl1": "Select",
"lvl2": "SelectSection Props",
"lvl3": "Types"
}
},
{
"content": "Render Value Function",
"objectID": "4ebd6928-d685-49ad-9895-2f63ea5f591c",
"type": "lvl4",
"url": "/docs/components/select#render-value-function",
"hierarchy": { "lvl1": "Select", "lvl2": "Types", "lvl3": null }
},
{
"content": "Skeleton",
"objectID": "2caa6f4d-c368-40b2-b891-0be13e995fe5",
"type": "lvl1",
"url": "/docs/components/skeleton",
"hierarchy": { "lvl1": "Skeleton" }
},
{
"content": "Installation",
"objectID": "13e74764-1828-41c4-b70f-05c6b0e0f45f",
"type": "lvl2",
"url": "/docs/components/skeleton#installation",
"hierarchy": { "lvl1": "Skeleton", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "398635ad-bc3b-4a58-b2cf-33c058f140a7",
"type": "lvl2",
"url": "/docs/components/skeleton#import",
"hierarchy": { "lvl1": "Skeleton", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "3fd3a776-b9dd-4049-bd8f-8c9dc3c74854",
"type": "lvl2",
"url": "/docs/components/skeleton#usage",
"hierarchy": { "lvl1": "Skeleton", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Standalone",
"objectID": "048dd124-5beb-4670-8175-013db97f2271",
"type": "lvl3",
"url": "/docs/components/skeleton#standalone",
"hierarchy": { "lvl1": "Skeleton", "lvl2": "Usage", "lvl3": "Standalone" }
},
{
"content": "Loaded State",
"objectID": "dd6da424-7fd0-48b7-af00-96b070fffeb6",
"type": "lvl3",
"url": "/docs/components/skeleton#loaded-state",
"hierarchy": {
"lvl1": "Skeleton",
"lvl2": "Standalone",
"lvl3": "Loaded State"
}
},
{
"content": "Slots",
"objectID": "20aee778-918a-4759-9345-56b40718359f",
"type": "lvl2",
"url": "/docs/components/skeleton#slots",
"hierarchy": { "lvl1": "Skeleton", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "d84ace43-6755-4914-8f72-f4f0ebff8be2",
"type": "lvl2",
"url": "/docs/components/skeleton#data-attributes",
"hierarchy": { "lvl1": "Skeleton", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "API",
"objectID": "f59ca7c4-6dc4-447a-bd67-5daee2cda38b",
"type": "lvl2",
"url": "/docs/components/skeleton#api",
"hierarchy": { "lvl1": "Skeleton", "lvl2": "API", "lvl3": null }
},
{
"content": "Skeleton Props",
"objectID": "2fe62658-f403-4c20-a811-99a3a3df1fd2",
"type": "lvl3",
"url": "/docs/components/skeleton#skeleton-props",
"hierarchy": { "lvl1": "Skeleton", "lvl2": "API", "lvl3": "Skeleton Props" }
},
{
"content": "Slider",
"objectID": "735e9931-cee3-4283-8f13-a924f5246009",
"type": "lvl1",
"url": "/docs/components/slider",
"hierarchy": { "lvl1": "Slider" }
},
{
"content": "Installation",
"objectID": "539757b9-b666-4092-a62d-4c584f5d1ad6",
"type": "lvl2",
"url": "/docs/components/slider#installation",
"hierarchy": { "lvl1": "Slider", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "f360b5b6-3994-42dc-96ee-0f70c97114ae",
"type": "lvl2",
"url": "/docs/components/slider#import",
"hierarchy": { "lvl1": "Slider", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "08da30f3-2080-476e-a8bf-909f949a3a93",
"type": "lvl2",
"url": "/docs/components/slider#usage",
"hierarchy": { "lvl1": "Slider", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "08b2ba2f-fc35-408a-a56c-dd0de9127f8b",
"type": "lvl3",
"url": "/docs/components/slider#disabled",
"hierarchy": { "lvl1": "Slider", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Sizes",
"objectID": "7731d2a7-c1d9-4a90-8318-ce3f1daa8099",
"type": "lvl3",
"url": "/docs/components/slider#sizes",
"hierarchy": { "lvl1": "Slider", "lvl2": "Disabled", "lvl3": "Sizes" }
},
{
"content": "Radius",
"objectID": "8bebab13-de32-4386-89d0-19ca952d2bf1",
"type": "lvl3",
"url": "/docs/components/slider#radius",
"hierarchy": { "lvl1": "Slider", "lvl2": "Sizes", "lvl3": "Radius" }
},
{
"content": "Colors",
"objectID": "287f7004-0d5a-4c8f-8ec6-6e4a2ed6858b",
"type": "lvl3",
"url": "/docs/components/slider#colors",
"hierarchy": { "lvl1": "Slider", "lvl2": "Radius", "lvl3": "Colors" }
},
{
"content": "Vertical Slider",
"objectID": "3f0c4151-0417-4456-88f5-87a2cb28afa5",
"type": "lvl3",
"url": "/docs/components/slider#vertical-slider",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Colors",
"lvl3": "Vertical Slider"
}
},
{
"content": "With Visible Steps",
"objectID": "54408376-0623-4ec2-8faa-222eb4c3244a",
"type": "lvl3",
"url": "/docs/components/slider#with-visible-steps",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Vertical Slider",
"lvl3": "With Visible Steps"
}
},
{
"content": "With Marks",
"objectID": "e654cff0-5e22-4e54-b0b4-6b3dae57d7d7",
"type": "lvl3",
"url": "/docs/components/slider#with-marks",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "With Visible Steps",
"lvl3": "With Marks"
}
},
{
"content": "Range Slider",
"objectID": "3065a8a9-1ed1-45c5-8079-27d8dea4f4fc",
"type": "lvl3",
"url": "/docs/components/slider#range-slider",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "With Marks",
"lvl3": "Range Slider"
}
},
{
"content": "Fill Offset",
"objectID": "86809b15-3fd5-42cb-96d3-d81ce0016562",
"type": "lvl3",
"url": "/docs/components/slider#fill-offset",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Range Slider",
"lvl3": "Fill Offset"
}
},
{
"content": "With Tooltip",
"objectID": "2f920936-a843-4859-b89e-386adc1c978e",
"type": "lvl3",
"url": "/docs/components/slider#with-tooltip",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Fill Offset",
"lvl3": "With Tooltip"
}
},
{
"content": "With Outline",
"objectID": "3b7e2d16-dfdf-4b46-9d73-0b3b638b1454",
"type": "lvl3",
"url": "/docs/components/slider#with-outline",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "With Tooltip",
"lvl3": "With Outline"
}
},
{
"content": "Start & End Content",
"objectID": "584ecc51-584b-44fd-8520-87d0cd8903a4",
"type": "lvl3",
"url": "/docs/components/slider#start--end-content",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "With Outline",
"lvl3": "Start & End Content"
}
},
{
"content": "Value Formatting",
"objectID": "0d2e3fd8-bc5b-4829-a026-4214bce5cd8c",
"type": "lvl3",
"url": "/docs/components/slider#value-formatting",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Start & End Content",
"lvl3": "Value Formatting"
}
},
{
"content": "Hiding the Value",
"objectID": "937d4f04-1846-4079-bf11-f57e61e00fb1",
"type": "lvl3",
"url": "/docs/components/slider#hiding-the-value",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Value Formatting",
"lvl3": "Hiding the Value"
}
},
{
"content": "Hiding the Thumbs",
"objectID": "c957de7a-7550-4089-a42c-717282749aa4",
"type": "lvl3",
"url": "/docs/components/slider#hiding-the-thumbs",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Hiding the Value",
"lvl3": "Hiding the Thumbs"
}
},
{
"content": "Controlled",
"objectID": "0e5df990-022c-4968-8706-02d46df08c1e",
"type": "lvl3",
"url": "/docs/components/slider#controlled",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Hiding the Thumbs",
"lvl3": "Controlled"
}
},
{
"content": "Controlled Range",
"objectID": "74bbf8fc-9351-4028-939e-cacff5a1ebe0",
"type": "lvl3",
"url": "/docs/components/slider#controlled-range",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Controlled",
"lvl3": "Controlled Range"
}
},
{
"content": "Custom Thumb",
"objectID": "055a3f2b-720f-4b8e-b93f-345a12e5d956",
"type": "lvl3",
"url": "/docs/components/slider#custom-thumb",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Controlled Range",
"lvl3": "Custom Thumb"
}
},
{
"content": "Custom Range Thumbs",
"objectID": "3ee56536-e99d-406c-92ef-732ac3030b28",
"type": "lvl3",
"url": "/docs/components/slider#custom-range-thumbs",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Custom Thumb",
"lvl3": "Custom Range Thumbs"
}
},
{
"content": "Custom Label",
"objectID": "24ae56f3-3efd-428f-88ba-c002df3ea5ad",
"type": "lvl3",
"url": "/docs/components/slider#custom-label",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Custom Range Thumbs",
"lvl3": "Custom Label"
}
},
{
"content": "Custom Value",
"objectID": "fa8b1383-4616-419b-9852-0d54bd39a30f",
"type": "lvl3",
"url": "/docs/components/slider#custom-value",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Custom Label",
"lvl3": "Custom Value"
}
},
{
"content": "Disabling Thumb Scale",
"objectID": "ec04bcec-9fbc-4496-94f7-13cec660497d",
"type": "lvl3",
"url": "/docs/components/slider#disabling-thumb-scale",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Custom Value",
"lvl3": "Disabling Thumb Scale"
}
},
{
"content": "Slots",
"objectID": "ead9ecc4-0d6a-41e0-8f9a-dece3449c38c",
"type": "lvl2",
"url": "/docs/components/slider#slots",
"hierarchy": { "lvl1": "Slider", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "d2220cc6-0c42-4e3e-bd82-04fe8f1c419e",
"type": "lvl3",
"url": "/docs/components/slider#custom-styles",
"hierarchy": { "lvl1": "Slider", "lvl2": "Slots", "lvl3": "Custom Styles" }
},
{
"content": "Data Attributes",
"objectID": "a0ce58d4-ecd4-4a1b-b8bb-f66ea8a39596",
"type": "lvl2",
"url": "/docs/components/slider#data-attributes",
"hierarchy": { "lvl1": "Slider", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "4a2fae05-181e-4e8d-b9da-d4c8540f9ecc",
"type": "lvl2",
"url": "/docs/components/slider#accessibility",
"hierarchy": { "lvl1": "Slider", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "b3d5b4b4-7b01-4550-9ec6-37664cd78bda",
"type": "lvl2",
"url": "/docs/components/slider#api",
"hierarchy": { "lvl1": "Slider", "lvl2": "API", "lvl3": null }
},
{
"content": "Slider Props",
"objectID": "a64f19f3-74bb-4f08-b4aa-235ee68e35f9",
"type": "lvl3",
"url": "/docs/components/slider#slider-props",
"hierarchy": { "lvl1": "Slider", "lvl2": "API", "lvl3": "Slider Props" }
},
{
"content": "Slider Functions",
"objectID": "73b9289d-93d7-4aa3-8529-93bb0aaa541c",
"type": "lvl3",
"url": "/docs/components/slider#slider-functions",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Slider Props",
"lvl3": "Slider Functions"
}
},
{
"content": "Slider Events",
"objectID": "00e3a15c-8e61-4f54-a0c4-66acc2f36528",
"type": "lvl3",
"url": "/docs/components/slider#slider-events",
"hierarchy": {
"lvl1": "Slider",
"lvl2": "Slider Functions",
"lvl3": "Slider Events"
}
},
{
"content": "Types",
"objectID": "4c3187ab-92b1-43e2-9179-ea9cc454f108",
"type": "lvl3",
"url": "/docs/components/slider#types",
"hierarchy": { "lvl1": "Slider", "lvl2": "Slider Events", "lvl3": "Types" }
},
{
"content": "Slider Value",
"objectID": "4427a830-08b9-46e5-907f-da92ab356bf2",
"type": "lvl4",
"url": "/docs/components/slider#slider-value",
"hierarchy": { "lvl1": "Slider", "lvl2": "Types", "lvl3": null }
},
{
"content": "Slider Step Marks",
"objectID": "6d8a132a-c100-4f0b-91fe-7cf737fcf1cf",
"type": "lvl4",
"url": "/docs/components/slider#slider-step-marks",
"hierarchy": { "lvl1": "Slider", "lvl2": "Slider Value", "lvl3": null }
},
{
"content": "Snippet",
"objectID": "dac683e2-3c3b-4d65-87b4-5ee32122ecbe",
"type": "lvl1",
"url": "/docs/components/snippet",
"hierarchy": { "lvl1": "Snippet" }
},
{
"content": "Installation",
"objectID": "119664ef-0074-4400-8b0c-c7551ecad9b3",
"type": "lvl2",
"url": "/docs/components/snippet#installation",
"hierarchy": { "lvl1": "Snippet", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "a7c1a761-6023-4f9f-8117-dff183855e80",
"type": "lvl2",
"url": "/docs/components/snippet#import",
"hierarchy": { "lvl1": "Snippet", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "7158e21a-e4b1-4420-9697-a48400623acd",
"type": "lvl2",
"url": "/docs/components/snippet#usage",
"hierarchy": { "lvl1": "Snippet", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Sizes",
"objectID": "2fb82161-433e-4708-aa03-6d3597fcd94f",
"type": "lvl3",
"url": "/docs/components/snippet#sizes",
"hierarchy": { "lvl1": "Snippet", "lvl2": "Usage", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "fc9f2fda-c760-44f5-abe4-1ed8ca391b36",
"type": "lvl3",
"url": "/docs/components/snippet#colors",
"hierarchy": { "lvl1": "Snippet", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "Variants",
"objectID": "8d891111-bc60-4982-bf5a-f23a465485e4",
"type": "lvl3",
"url": "/docs/components/snippet#variants",
"hierarchy": { "lvl1": "Snippet", "lvl2": "Colors", "lvl3": "Variants" }
},
{
"content": "Custom Symbol",
"objectID": "753fd420-97fe-46a1-b300-d204bc1498fc",
"type": "lvl3",
"url": "/docs/components/snippet#custom-symbol",
"hierarchy": {
"lvl1": "Snippet",
"lvl2": "Variants",
"lvl3": "Custom Symbol"
}
},
{
"content": "Without Copy",
"objectID": "3eb18fe7-9a43-4d74-8a0a-f25852edb83b",
"type": "lvl3",
"url": "/docs/components/snippet#without-copy",
"hierarchy": {
"lvl1": "Snippet",
"lvl2": "Custom Symbol",
"lvl3": "Without Copy"
}
},
{
"content": "Custom Tooltip",
"objectID": "6307e491-1c31-4ead-81a3-3fdaf1e1161a",
"type": "lvl3",
"url": "/docs/components/snippet#custom-tooltip",
"hierarchy": {
"lvl1": "Snippet",
"lvl2": "Without Copy",
"lvl3": "Custom Tooltip"
}
},
{
"content": "Multiline",
"objectID": "02a16042-ece8-44e7-99a7-633ff3718594",
"type": "lvl3",
"url": "/docs/components/snippet#multiline",
"hierarchy": {
"lvl1": "Snippet",
"lvl2": "Custom Tooltip",
"lvl3": "Multiline"
}
},
{
"content": "Custom Icons",
"objectID": "6a22e244-567e-48a3-b3e0-2915de3cd100",
"type": "lvl3",
"url": "/docs/components/snippet#custom-icons",
"hierarchy": {
"lvl1": "Snippet",
"lvl2": "Multiline",
"lvl3": "Custom Icons"
}
},
{
"content": "Slots",
"objectID": "8c47312b-ffee-4bc7-8640-50d53774f8dc",
"type": "lvl2",
"url": "/docs/components/snippet#slots",
"hierarchy": { "lvl1": "Snippet", "lvl2": "Slots", "lvl3": null }
},
{
"content": "API",
"objectID": "f6782ab0-f3c6-4d0f-b423-e99834e196cc",
"type": "lvl2",
"url": "/docs/components/snippet#api",
"hierarchy": { "lvl1": "Snippet", "lvl2": "API", "lvl3": null }
},
{
"content": "Snippet Props",
"objectID": "6f44e456-09ef-4942-9a47-da4bc964245d",
"type": "lvl3",
"url": "/docs/components/snippet#snippet-props",
"hierarchy": { "lvl1": "Snippet", "lvl2": "API", "lvl3": "Snippet Props" }
},
{
"content": "Snippet Events",
"objectID": "65003c89-90e5-4ba1-8a15-1abbc546d04c",
"type": "lvl3",
"url": "/docs/components/snippet#snippet-events",
"hierarchy": {
"lvl1": "Snippet",
"lvl2": "Snippet Props",
"lvl3": "Snippet Events"
}
},
{
"content": "Spacer",
"objectID": "b68cf98d-42fa-4481-9eb1-712e930e5b9f",
"type": "lvl1",
"url": "/docs/components/spacer",
"hierarchy": { "lvl1": "Spacer" }
},
{
"content": "Installation",
"objectID": "541e6499-2fad-412d-971d-457cb50bc29f",
"type": "lvl2",
"url": "/docs/components/spacer#installation",
"hierarchy": { "lvl1": "Spacer", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "7868b391-9c29-49b4-97f7-1aa9e47aaf13",
"type": "lvl2",
"url": "/docs/components/spacer#import",
"hierarchy": { "lvl1": "Spacer", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "a35d6ac5-d82f-493f-83a6-d68357e548f0",
"type": "lvl2",
"url": "/docs/components/spacer#usage",
"hierarchy": { "lvl1": "Spacer", "lvl2": "Usage", "lvl3": null }
},
{
"content": "API",
"objectID": "534f6f11-55ee-48dd-ab97-d4002092cba2",
"type": "lvl2",
"url": "/docs/components/spacer#api",
"hierarchy": { "lvl1": "Spacer", "lvl2": "API", "lvl3": null }
},
{
"content": "Spacer Props",
"objectID": "0e8c2ab3-d790-45a4-bfb9-ce7a80194311",
"type": "lvl3",
"url": "/docs/components/spacer#spacer-props",
"hierarchy": { "lvl1": "Spacer", "lvl2": "API", "lvl3": "Spacer Props" }
},
{
"content": "Spaces",
"objectID": "6e61c939-7856-4a53-ba22-9cc52c58ac27",
"type": "lvl3",
"url": "/docs/components/spacer#spaces",
"hierarchy": { "lvl1": "Spacer", "lvl2": "Spacer Props", "lvl3": "Spaces" }
},
{
"content": "Spinner",
"objectID": "d9ed8731-fdb0-4d87-8f75-d4a4d2a32578",
"type": "lvl1",
"url": "/docs/components/spinner",
"hierarchy": { "lvl1": "Spinner" }
},
{
"content": "Installation",
"objectID": "cbfae7b4-cf80-46da-bd6c-5884e9ec3f6f",
"type": "lvl2",
"url": "/docs/components/spinner#installation",
"hierarchy": { "lvl1": "Spinner", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "0e11adc4-84e1-4731-9c81-fca5f5d1f69f",
"type": "lvl2",
"url": "/docs/components/spinner#import",
"hierarchy": { "lvl1": "Spinner", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "ec5e023f-bb00-43d6-afad-88fc8bfd0109",
"type": "lvl2",
"url": "/docs/components/spinner#usage",
"hierarchy": { "lvl1": "Spinner", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Sizes",
"objectID": "7af1ecf5-bac9-479d-a691-c3869218107f",
"type": "lvl3",
"url": "/docs/components/spinner#sizes",
"hierarchy": { "lvl1": "Spinner", "lvl2": "Usage", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "2ea404a0-100d-4cd7-a20d-77728d821fab",
"type": "lvl3",
"url": "/docs/components/spinner#colors",
"hierarchy": { "lvl1": "Spinner", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "With Label",
"objectID": "ae7df134-7344-4701-8e40-0ce1857c3b85",
"type": "lvl3",
"url": "/docs/components/spinner#with-label",
"hierarchy": { "lvl1": "Spinner", "lvl2": "Colors", "lvl3": "With Label" }
},
{
"content": "Label colors",
"objectID": "91b8e3c0-5675-4580-a8a0-6cb40dbb27bc",
"type": "lvl3",
"url": "/docs/components/spinner#label-colors",
"hierarchy": {
"lvl1": "Spinner",
"lvl2": "With Label",
"lvl3": "Label colors"
}
},
{
"content": "Slots",
"objectID": "f564dcff-101e-410b-b1dc-f587c0f949b9",
"type": "lvl2",
"url": "/docs/components/spinner#slots",
"hierarchy": { "lvl1": "Spinner", "lvl2": "Slots", "lvl3": null }
},
{
"content": "API",
"objectID": "f8b87065-666e-45f6-aec0-ea44a3e02682",
"type": "lvl2",
"url": "/docs/components/spinner#api",
"hierarchy": { "lvl1": "Spinner", "lvl2": "API", "lvl3": null }
},
{
"content": "Circular Progress Props",
"objectID": "b0dc7f97-e9fd-4c79-8942-3b96836c5509",
"type": "lvl3",
"url": "/docs/components/spinner#circular-progress-props",
"hierarchy": {
"lvl1": "Spinner",
"lvl2": "API",
"lvl3": "Circular Progress Props"
}
},
{
"content": "Switch",
"objectID": "bd6aa00b-459e-41c6-ae92-52a14d8952c1",
"type": "lvl1",
"url": "/docs/components/switch",
"hierarchy": { "lvl1": "Switch" }
},
{
"content": "Installation",
"objectID": "487e8d57-173d-4887-ae9f-2e4f305f54e0",
"type": "lvl2",
"url": "/docs/components/switch#installation",
"hierarchy": { "lvl1": "Switch", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "40624e21-18b0-4258-85fc-736e1469b97b",
"type": "lvl2",
"url": "/docs/components/switch#import",
"hierarchy": { "lvl1": "Switch", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "79c4c27a-aa16-4a1c-94f5-428e5645a14b",
"type": "lvl2",
"url": "/docs/components/switch#usage",
"hierarchy": { "lvl1": "Switch", "lvl2": "Usage", "lvl3": null }
},
{
"content": "With Label",
"objectID": "051d34e0-a24a-48bb-8b3f-c4f6c3b490c8",
"type": "lvl3",
"url": "/docs/components/switch#with-label",
"hierarchy": { "lvl1": "Switch", "lvl2": "Usage", "lvl3": "With Label" }
},
{
"content": "Disabled",
"objectID": "6ac3e626-85f3-45d7-9149-2a6d1c6b8835",
"type": "lvl3",
"url": "/docs/components/switch#disabled",
"hierarchy": { "lvl1": "Switch", "lvl2": "With Label", "lvl3": "Disabled" }
},
{
"content": "Sizes",
"objectID": "045d8a4c-80a4-4eab-bf8c-f6cab49db471",
"type": "lvl3",
"url": "/docs/components/switch#sizes",
"hierarchy": { "lvl1": "Switch", "lvl2": "Disabled", "lvl3": "Sizes" }
},
{
"content": "Colors",
"objectID": "68a285d8-3f6a-427b-8bed-1afa40fae081",
"type": "lvl3",
"url": "/docs/components/switch#colors",
"hierarchy": { "lvl1": "Switch", "lvl2": "Sizes", "lvl3": "Colors" }
},
{
"content": "With Thumb Icon",
"objectID": "522e550e-23b8-4e8e-b0cb-016f9b9c8df6",
"type": "lvl3",
"url": "/docs/components/switch#with-thumb-icon",
"hierarchy": {
"lvl1": "Switch",
"lvl2": "Colors",
"lvl3": "With Thumb Icon"
}
},
{
"content": "With Icons",
"objectID": "18565276-269a-43b7-a4b4-f92a5c2fceeb",
"type": "lvl3",
"url": "/docs/components/switch#with-icons",
"hierarchy": {
"lvl1": "Switch",
"lvl2": "With Thumb Icon",
"lvl3": "With Icons"
}
},
{
"content": "Controlled",
"objectID": "1caa6d71-7b6c-4c39-8eb2-a4aa79096f47",
"type": "lvl3",
"url": "/docs/components/switch#controlled",
"hierarchy": {
"lvl1": "Switch",
"lvl2": "With Icons",
"lvl3": "Controlled"
}
},
{
"content": "Slots",
"objectID": "37aa7968-3328-4c05-bac7-2835a9cd775b",
"type": "lvl2",
"url": "/docs/components/switch#slots",
"hierarchy": { "lvl1": "Switch", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "f911d789-4396-4c9a-8bcd-3fb5abfab699",
"type": "lvl3",
"url": "/docs/components/switch#custom-styles",
"hierarchy": { "lvl1": "Switch", "lvl2": "Slots", "lvl3": "Custom Styles" }
},
{
"content": "Custom Implementation",
"objectID": "c512e8c2-9059-40bd-b52b-7db4c4555d97",
"type": "lvl3",
"url": "/docs/components/switch#custom-implementation",
"hierarchy": {
"lvl1": "Switch",
"lvl2": "Custom Styles",
"lvl3": "Custom Implementation"
}
},
{
"content": "Data Attributes",
"objectID": "eb4a76c8-d719-4ab1-a5e8-8fe6c916beab",
"type": "lvl2",
"url": "/docs/components/switch#data-attributes",
"hierarchy": { "lvl1": "Switch", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "7f600ce2-9cd7-4b69-afa8-5b5bedd6eafe",
"type": "lvl2",
"url": "/docs/components/switch#accessibility",
"hierarchy": { "lvl1": "Switch", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "b2faba5b-2331-4a63-ac81-13a2a23d26e8",
"type": "lvl2",
"url": "/docs/components/switch#api",
"hierarchy": { "lvl1": "Switch", "lvl2": "API", "lvl3": null }
},
{
"content": "Switch Props",
"objectID": "15b2b060-cdf9-4acd-aff2-dce9b6c03736",
"type": "lvl3",
"url": "/docs/components/switch#switch-props",
"hierarchy": { "lvl1": "Switch", "lvl2": "API", "lvl3": "Switch Props" }
},
{
"content": "Switch Events",
"objectID": "45e585a9-13e6-43f8-a570-c8fb52355075",
"type": "lvl3",
"url": "/docs/components/switch#switch-events",
"hierarchy": {
"lvl1": "Switch",
"lvl2": "Switch Props",
"lvl3": "Switch Events"
}
},
{
"content": "Types",
"objectID": "ac5d9af6-7780-4201-80b4-7c0ec06b7046",
"type": "lvl3",
"url": "/docs/components/switch#types",
"hierarchy": { "lvl1": "Switch", "lvl2": "Switch Events", "lvl3": "Types" }
},
{
"content": "Switch Icon Props",
"objectID": "f399c458-ea88-4ff8-a73b-851e59425f09",
"type": "lvl4",
"url": "/docs/components/switch#switch-icon-props",
"hierarchy": { "lvl1": "Switch", "lvl2": "Types", "lvl3": null }
},
{
"content": "Table",
"objectID": "677dfb1a-0e6f-4f37-b893-6bee2283114d",
"type": "lvl1",
"url": "/docs/components/table",
"hierarchy": { "lvl1": "Table" }
},
{
"content": "Installation",
"objectID": "8bad65b6-f4ae-4eee-acbf-36c5c719f6bb",
"type": "lvl2",
"url": "/docs/components/table#installation",
"hierarchy": { "lvl1": "Table", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "3cde986c-5c31-40e2-b20a-928819d89b52",
"type": "lvl2",
"url": "/docs/components/table#import",
"hierarchy": { "lvl1": "Table", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "03d108cd-c800-4878-b2dc-4656d9512127",
"type": "lvl2",
"url": "/docs/components/table#usage",
"hierarchy": { "lvl1": "Table", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Dynamic",
"objectID": "b673db16-07f6-4aff-b883-5e21df9ef331",
"type": "lvl3",
"url": "/docs/components/table#dynamic",
"hierarchy": { "lvl1": "Table", "lvl2": "Usage", "lvl3": "Dynamic" }
},
{
"content": "Why not array map?",
"objectID": "d3a928c4-c333-4451-ac10-14f41a5c35b4",
"type": "lvl4",
"url": "/docs/components/table#why-not-array-map",
"hierarchy": { "lvl1": "Table", "lvl2": "Dynamic", "lvl3": null }
},
{
"content": "Empty State",
"objectID": "177477da-5332-459c-af59-667e00bbd16e",
"type": "lvl3",
"url": "/docs/components/table#empty-state",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Why not array map?",
"lvl3": "Empty State"
}
},
{
"content": "Without Header",
"objectID": "dc3bc215-732d-44df-a135-4558f04b4c52",
"type": "lvl3",
"url": "/docs/components/table#without-header",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Empty State",
"lvl3": "Without Header"
}
},
{
"content": "Without Wrapper",
"objectID": "dc4d2b18-6b1e-44af-8aa9-549b593d1752",
"type": "lvl3",
"url": "/docs/components/table#without-wrapper",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Without Header",
"lvl3": "Without Wrapper"
}
},
{
"content": "Custom Cells",
"objectID": "7b399c2d-ffe3-4944-9ac5-ad975f9efd6a",
"type": "lvl3",
"url": "/docs/components/table#custom-cells",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Without Wrapper",
"lvl3": "Custom Cells"
}
},
{
"content": "Striped Rows",
"objectID": "ab4efe61-7320-4bcd-8853-ae33b50d93fb",
"type": "lvl3",
"url": "/docs/components/table#striped-rows",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Custom Cells",
"lvl3": "Striped Rows"
}
},
{
"content": "Single Row Selection",
"objectID": "54a470f4-0e16-4fa9-b41c-82ad577ff101",
"type": "lvl3",
"url": "/docs/components/table#single-row-selection",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Striped Rows",
"lvl3": "Single Row Selection"
}
},
{
"content": "Multiple Row Selection",
"objectID": "e6671cb9-6e49-44bb-be87-c25a029e22ad",
"type": "lvl3",
"url": "/docs/components/table#multiple-row-selection",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Single Row Selection",
"lvl3": "Multiple Row Selection"
}
},
{
"content": "Disallow Empty Selection",
"objectID": "67e59cb2-291b-491b-a369-ef5643045e41",
"type": "lvl3",
"url": "/docs/components/table#disallow-empty-selection",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Multiple Row Selection",
"lvl3": "Disallow Empty Selection"
}
},
{
"content": "Controlled Selection",
"objectID": "4600bd88-4f77-44ce-876f-9bbe8855aa71",
"type": "lvl3",
"url": "/docs/components/table#controlled-selection",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Disallow Empty Selection",
"lvl3": "Controlled Selection"
}
},
{
"content": "Disabled Rows",
"objectID": "0142e36a-4690-480e-8e0f-132418823fef",
"type": "lvl3",
"url": "/docs/components/table#disabled-rows",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Controlled Selection",
"lvl3": "Disabled Rows"
}
},
{
"content": "Selection Behavior",
"objectID": "a2195029-27ab-4854-a8ab-e8d605b89c48",
"type": "lvl3",
"url": "/docs/components/table#selection-behavior",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Disabled Rows",
"lvl3": "Selection Behavior"
}
},
{
"content": "Rows Actions",
"objectID": "c897d762-3644-4014-8832-320240dd3ffd",
"type": "lvl3",
"url": "/docs/components/table#rows-actions",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Selection Behavior",
"lvl3": "Rows Actions"
}
},
{
"content": "Sorting Rows",
"objectID": "b444bdd5-a456-4349-8a47-af63a72f8169",
"type": "lvl3",
"url": "/docs/components/table#sorting-rows",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Rows Actions",
"lvl3": "Sorting Rows"
}
},
{
"content": "Loading more data",
"objectID": "39d0605e-120c-4b0b-832c-d03cddd10565",
"type": "lvl3",
"url": "/docs/components/table#loading-more-data",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Sorting Rows",
"lvl3": "Loading more data"
}
},
{
"content": "Paginated Table",
"objectID": "cc39617e-53cc-4659-bdfa-697c2ab2a875",
"type": "lvl3",
"url": "/docs/components/table#paginated-table",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Loading more data",
"lvl3": "Paginated Table"
}
},
{
"content": "Async Pagination",
"objectID": "f3a14d39-7037-44c4-8c2c-600027be8250",
"type": "lvl3",
"url": "/docs/components/table#async-pagination",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Paginated Table",
"lvl3": "Async Pagination"
}
},
{
"content": "Infinite Pagination",
"objectID": "4c4bb5b3-82c9-4586-8111-d9adcb36a9d0",
"type": "lvl3",
"url": "/docs/components/table#infinite-pagination",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Async Pagination",
"lvl3": "Infinite Pagination"
}
},
{
"content": "Use Case Example",
"objectID": "7b42af99-f367-4040-934a-f948c0063d03",
"type": "lvl3",
"url": "/docs/components/table#use-case-example",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Infinite Pagination",
"lvl3": "Use Case Example"
}
},
{
"content": "Slots",
"objectID": "9851726a-4e10-44e7-9b7f-8399ee8114b2",
"type": "lvl2",
"url": "/docs/components/table#slots",
"hierarchy": { "lvl1": "Table", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "4a13e875-17b4-4142-a742-495a4d5dfd69",
"type": "lvl3",
"url": "/docs/components/table#custom-styles",
"hierarchy": { "lvl1": "Table", "lvl2": "Slots", "lvl3": "Custom Styles" }
},
{
"content": "Data Attributes",
"objectID": "e21dd8cf-e10f-4a4c-ac33-3db9cd72f3c9",
"type": "lvl2",
"url": "/docs/components/table#data-attributes",
"hierarchy": { "lvl1": "Table", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "e2194e60-548a-424f-a8f2-0d8613dc3464",
"type": "lvl2",
"url": "/docs/components/table#accessibility",
"hierarchy": { "lvl1": "Table", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "95dcdf77-01e8-4ff4-ae4d-3a66bdc32d97",
"type": "lvl2",
"url": "/docs/components/table#api",
"hierarchy": { "lvl1": "Table", "lvl2": "API", "lvl3": null }
},
{
"content": "Table Props",
"objectID": "c9ea83db-9497-43ee-9dff-e51219610df9",
"type": "lvl3",
"url": "/docs/components/table#table-props",
"hierarchy": { "lvl1": "Table", "lvl2": "API", "lvl3": "Table Props" }
},
{
"content": "Table Events",
"objectID": "8f2286b1-7088-4876-b323-a234a14da54d",
"type": "lvl3",
"url": "/docs/components/table#table-events",
"hierarchy": {
"lvl1": "Table",
"lvl2": "Table Props",
"lvl3": "Table Events"
}
},
{
"content": "TableHeader Props",
"objectID": "4f4c6374-ec27-4b61-830f-38dfe947018c",
"type": "lvl4",
"url": "/docs/components/table#tableheader-props",
"hierarchy": { "lvl1": "Table", "lvl2": "Table Events", "lvl3": null }
},
{
"content": "TableColumn Props",
"objectID": "d6abb840-0417-49f0-aa68-a07f38858b46",
"type": "lvl4",
"url": "/docs/components/table#tablecolumn-props",
"hierarchy": { "lvl1": "Table", "lvl2": "TableHeader Props", "lvl3": null }
},
{
"content": "TableBody Props",
"objectID": "1741203b-6c5c-4491-85df-9263e5666a63",
"type": "lvl4",
"url": "/docs/components/table#tablebody-props",
"hierarchy": { "lvl1": "Table", "lvl2": "TableColumn Props", "lvl3": null }
},
{
"content": "TableBody Events",
"objectID": "1f68f3e1-91f7-4a5d-ad1c-7967cc450427",
"type": "lvl3",
"url": "/docs/components/table#tablebody-events",
"hierarchy": {
"lvl1": "Table",
"lvl2": "TableBody Props",
"lvl3": "TableBody Events"
}
},
{
"content": "TableRow Props",
"objectID": "bbc75998-7beb-4474-80ed-24d166fb5cb3",
"type": "lvl4",
"url": "/docs/components/table#tablerow-props",
"hierarchy": { "lvl1": "Table", "lvl2": "TableBody Events", "lvl3": null }
},
{
"content": "TableCell Props",
"objectID": "ebe48aef-c409-4cec-9744-20f7dacb8fe2",
"type": "lvl4",
"url": "/docs/components/table#tablecell-props",
"hierarchy": { "lvl1": "Table", "lvl2": "TableRow Props", "lvl3": null }
},
{
"content": "Table types",
"objectID": "7cfe40a2-18c5-41a4-9f3c-29258312dff6",
"type": "lvl3",
"url": "/docs/components/table#table-types",
"hierarchy": {
"lvl1": "Table",
"lvl2": "TableCell Props",
"lvl3": "Table types"
}
},
{
"content": "Sort descriptor",
"objectID": "affe518e-b52f-4e7e-a007-8053200ccaa7",
"type": "lvl4",
"url": "/docs/components/table#sort-descriptor",
"hierarchy": { "lvl1": "Table", "lvl2": "Table types", "lvl3": null }
},
{
"content": "Selection",
"objectID": "db8bee89-4aeb-4e4d-8782-22676f41503f",
"type": "lvl4",
"url": "/docs/components/table#selection",
"hierarchy": { "lvl1": "Table", "lvl2": "Sort descriptor", "lvl3": null }
},
{
"content": "Loading state",
"objectID": "ddac624c-d2bb-4998-8028-dc9ab05ec3fb",
"type": "lvl4",
"url": "/docs/components/table#loading-state",
"hierarchy": { "lvl1": "Table", "lvl2": "Selection", "lvl3": null }
},
{
"content": "Tabs",
"objectID": "c7831eef-186b-45ac-990e-8d88ddb31898",
"type": "lvl1",
"url": "/docs/components/tabs",
"hierarchy": { "lvl1": "Tabs" }
},
{
"content": "Installation",
"objectID": "fe090659-f85d-4769-8979-858c05bb2663",
"type": "lvl2",
"url": "/docs/components/tabs#installation",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "6bf070f6-2199-4fd2-950c-638b89d4b825",
"type": "lvl2",
"url": "/docs/components/tabs#import",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "b9236751-c727-458b-b800-027f78401a77",
"type": "lvl2",
"url": "/docs/components/tabs#usage",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Dynamic",
"objectID": "e90831e5-e014-4cb7-b7e6-d27d5ff4c2e7",
"type": "lvl3",
"url": "/docs/components/tabs#dynamic",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Usage", "lvl3": "Dynamic" }
},
{
"content": "Disabled",
"objectID": "f31956b3-1c59-496d-86c6-4553288ac62f",
"type": "lvl3",
"url": "/docs/components/tabs#disabled",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Dynamic", "lvl3": "Disabled" }
},
{
"content": "Disabled Item",
"objectID": "ad593f4f-0941-45f6-9332-679c1da51db1",
"type": "lvl3",
"url": "/docs/components/tabs#disabled-item",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Disabled", "lvl3": "Disabled Item" }
},
{
"content": "Sizes",
"objectID": "2b1f142a-7782-45b3-8749-cc5ca6f2ac64",
"type": "lvl3",
"url": "/docs/components/tabs#sizes",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Disabled Item", "lvl3": "Sizes" }
},
{
"content": "Radius",
"objectID": "136c74c5-b00c-4d45-8072-539ec535fcca",
"type": "lvl3",
"url": "/docs/components/tabs#radius",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Sizes", "lvl3": "Radius" }
},
{
"content": "Colors",
"objectID": "39c4838c-da9b-40da-85ae-380d75ed9646",
"type": "lvl3",
"url": "/docs/components/tabs#colors",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Radius", "lvl3": "Colors" }
},
{
"content": "Variants",
"objectID": "e7b2abf9-2903-4f9e-9bc6-9cb193ed5494",
"type": "lvl3",
"url": "/docs/components/tabs#variants",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Colors", "lvl3": "Variants" }
},
{
"content": "With Icons",
"objectID": "adb8ccaf-bfaf-44ed-9a27-6c1f83ebc5d4",
"type": "lvl3",
"url": "/docs/components/tabs#with-icons",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Variants", "lvl3": "With Icons" }
},
{
"content": "Controlled",
"objectID": "5c176c2f-2cd4-42b9-9c7a-a5841e868678",
"type": "lvl3",
"url": "/docs/components/tabs#controlled",
"hierarchy": { "lvl1": "Tabs", "lvl2": "With Icons", "lvl3": "Controlled" }
},
{
"content": "Links",
"objectID": "b18bbc1d-b487-4ecd-a57c-a6387f661537",
"type": "lvl3",
"url": "/docs/components/tabs#links",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Controlled", "lvl3": "Links" }
},
{
"content": "Next.js",
"objectID": "4b15c58a-426f-4e7e-8ef4-811fb57f6cd8",
"type": "lvl4",
"url": "/docs/components/tabs#nextjs",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Links", "lvl3": null }
},
{
"content": "React Router",
"objectID": "3221f6d3-b72c-4fe1-ae5e-126fe2e8dac3",
"type": "lvl4",
"url": "/docs/components/tabs#react-router",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Next.js", "lvl3": null }
},
{
"content": "With Form",
"objectID": "c54993e5-d773-4b9d-9fb3-c79d63ab9110",
"type": "lvl3",
"url": "/docs/components/tabs#with-form",
"hierarchy": { "lvl1": "Tabs", "lvl2": "React Router", "lvl3": "With Form" }
},
{
"content": "Slots",
"objectID": "ec16fc3a-e678-44eb-8dc9-53f97dca362e",
"type": "lvl2",
"url": "/docs/components/tabs#slots",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "e2c0efa0-42c6-42af-b392-ea64837abe7d",
"type": "lvl3",
"url": "/docs/components/tabs#custom-styles",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Slots", "lvl3": "Custom Styles" }
},
{
"content": "Data Attributes",
"objectID": "a99edbbf-5091-41cc-875f-86c57109ef27",
"type": "lvl2",
"url": "/docs/components/tabs#data-attributes",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "3353c418-e0e3-4ce8-8cf0-904645302e71",
"type": "lvl2",
"url": "/docs/components/tabs#accessibility",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "b01a3abf-4c66-46b7-ac62-d628aedaacee",
"type": "lvl2",
"url": "/docs/components/tabs#api",
"hierarchy": { "lvl1": "Tabs", "lvl2": "API", "lvl3": null }
},
{
"content": "Tabs Props",
"objectID": "ec96a70b-a562-41c8-97bc-6d6ef502594a",
"type": "lvl3",
"url": "/docs/components/tabs#tabs-props",
"hierarchy": { "lvl1": "Tabs", "lvl2": "API", "lvl3": "Tabs Props" }
},
{
"content": "Tabs Events",
"objectID": "86963df3-dab4-4558-9d14-0845a3f69229",
"type": "lvl3",
"url": "/docs/components/tabs#tabs-events",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Tabs Props", "lvl3": "Tabs Events" }
},
{
"content": "Tab Props",
"objectID": "7c42e43d-1e8f-4ea2-9ce8-14abd2dd3db8",
"type": "lvl3",
"url": "/docs/components/tabs#tab-props",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Tabs Events", "lvl3": "Tab Props" }
},
{
"content": "Motion Props",
"objectID": "706541d9-6975-48e9-a506-11f45c339fa7",
"type": "lvl4",
"url": "/docs/components/tabs#motion-props",
"hierarchy": { "lvl1": "Tabs", "lvl2": "Tab Props", "lvl3": null }
},
{
"content": "Textarea",
"objectID": "98a4dacf-06de-4ba9-946d-9db57e07bf6c",
"type": "lvl1",
"url": "/docs/components/textarea",
"hierarchy": { "lvl1": "Textarea" }
},
{
"content": "Installation",
"objectID": "8130f00f-108e-4d04-9fb2-cdc483ee736d",
"type": "lvl2",
"url": "/docs/components/textarea#installation",
"hierarchy": { "lvl1": "Textarea", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "44164e8c-cc40-4379-9e00-3c62ac125941",
"type": "lvl2",
"url": "/docs/components/textarea#import",
"hierarchy": { "lvl1": "Textarea", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "8b281b25-9c89-4a49-a91e-d33cb15229ae",
"type": "lvl2",
"url": "/docs/components/textarea#usage",
"hierarchy": { "lvl1": "Textarea", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Disabled",
"objectID": "3b20655a-322d-4f98-bd0d-33c6cd635d3f",
"type": "lvl3",
"url": "/docs/components/textarea#disabled",
"hierarchy": { "lvl1": "Textarea", "lvl2": "Usage", "lvl3": "Disabled" }
},
{
"content": "Read Only",
"objectID": "63613fd7-0b60-414e-9c9b-f456aee5b030",
"type": "lvl3",
"url": "/docs/components/textarea#read-only",
"hierarchy": { "lvl1": "Textarea", "lvl2": "Disabled", "lvl3": "Read Only" }
},
{
"content": "Required",
"objectID": "93ef8dc4-80d0-405c-9a45-e77c615f3994",
"type": "lvl3",
"url": "/docs/components/textarea#required",
"hierarchy": { "lvl1": "Textarea", "lvl2": "Read Only", "lvl3": "Required" }
},
{
"content": "Autosize",
"objectID": "e08a472a-a781-49e7-a3f1-4ba95c790df2",
"type": "lvl3",
"url": "/docs/components/textarea#autosize",
"hierarchy": { "lvl1": "Textarea", "lvl2": "Required", "lvl3": "Autosize" }
},
{
"content": "Without Autosize",
"objectID": "b08664ec-8cc0-421a-8f1c-7cc3fd47e229",
"type": "lvl3",
"url": "/docs/components/textarea#without-autosize",
"hierarchy": {
"lvl1": "Textarea",
"lvl2": "Autosize",
"lvl3": "Without Autosize"
}
},
{
"content": "Variants",
"objectID": "45aa9ecf-5e04-4004-980f-dc7d4ea6bab9",
"type": "lvl3",
"url": "/docs/components/textarea#variants",
"hierarchy": {
"lvl1": "Textarea",
"lvl2": "Without Autosize",
"lvl3": "Variants"
}
},
{
"content": "With Error Message",
"objectID": "d04cbd67-524a-4ae1-8b00-76216a4282f5",
"type": "lvl3",
"url": "/docs/components/textarea#with-error-message",
"hierarchy": {
"lvl1": "Textarea",
"lvl2": "Variants",
"lvl3": "With Error Message"
}
},
{
"content": "Description",
"objectID": "1601b27a-9182-4cf7-ad64-0ec9f5bb6f00",
"type": "lvl3",
"url": "/docs/components/textarea#description",
"hierarchy": {
"lvl1": "Textarea",
"lvl2": "With Error Message",
"lvl3": "Description"
}
},
{
"content": "Controlled",
"objectID": "a8770db9-7854-4506-89bc-030840c3243f",
"type": "lvl3",
"url": "/docs/components/textarea#controlled",
"hierarchy": {
"lvl1": "Textarea",
"lvl2": "Description",
"lvl3": "Controlled"
}
},
{
"content": "Slots",
"objectID": "213fc14f-5286-4c47-8b72-a3c92388a61a",
"type": "lvl2",
"url": "/docs/components/textarea#slots",
"hierarchy": { "lvl1": "Textarea", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "3283ce2d-9197-4f5a-96dc-940833b87dc3",
"type": "lvl2",
"url": "/docs/components/textarea#data-attributes",
"hierarchy": { "lvl1": "Textarea", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "c4e97734-414b-4579-b085-ee45d79bc284",
"type": "lvl2",
"url": "/docs/components/textarea#accessibility",
"hierarchy": { "lvl1": "Textarea", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "726ef6f0-f48a-45b6-9aaf-88ba219e3ef4",
"type": "lvl2",
"url": "/docs/components/textarea#api",
"hierarchy": { "lvl1": "Textarea", "lvl2": "API", "lvl3": null }
},
{
"content": "Textarea Props",
"objectID": "ca19fbb8-dd98-435d-acfe-a08946d5e801",
"type": "lvl3",
"url": "/docs/components/textarea#textarea-props",
"hierarchy": { "lvl1": "Textarea", "lvl2": "API", "lvl3": "Textarea Props" }
},
{
"content": "Input Events",
"objectID": "3fc1cc36-f43e-4aaf-b265-6d28c720c1c4",
"type": "lvl3",
"url": "/docs/components/textarea#input-events",
"hierarchy": {
"lvl1": "Textarea",
"lvl2": "Textarea Props",
"lvl3": "Input Events"
}
},
{
"content": "Time Input",
"objectID": "9be0ccb0-0cab-40a5-8b74-703635ca1782",
"type": "lvl1",
"url": "/docs/components/time-input",
"hierarchy": { "lvl1": "Time Input" }
},
{
"content": "Installation",
"objectID": "4cc65423-714b-4978-ab48-fff8e754a33c",
"type": "lvl2",
"url": "/docs/components/time-input#installation",
"hierarchy": { "lvl1": "Time Input", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "16d1f2e8-0e24-4643-a54c-5bce405a9d74",
"type": "lvl2",
"url": "/docs/components/time-input#import",
"hierarchy": { "lvl1": "Time Input", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "d1d11cf4-04c3-483f-9bae-0c8c43b5cd7c",
"type": "lvl2",
"url": "/docs/components/time-input#usage",
"hierarchy": { "lvl1": "Time Input", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Required",
"objectID": "7aa62f52-182c-42a5-bf9b-d351f1723ef0",
"type": "lvl3",
"url": "/docs/components/time-input#required",
"hierarchy": { "lvl1": "Time Input", "lvl2": "Usage", "lvl3": "Required" }
},
{
"content": "Disabled",
"objectID": "eb0361f8-d030-423c-9d75-3e48862bd0cb",
"type": "lvl3",
"url": "/docs/components/time-input#disabled",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Required",
"lvl3": "Disabled"
}
},
{
"content": "Read Only",
"objectID": "f0e56a21-aa8b-4361-bd51-76692ab7d9d8",
"type": "lvl3",
"url": "/docs/components/time-input#read-only",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Disabled",
"lvl3": "Read Only"
}
},
{
"content": "Without Label",
"objectID": "33cbbb13-90b5-4b84-8f6e-2afa807674ce",
"type": "lvl3",
"url": "/docs/components/time-input#without-label",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Read Only",
"lvl3": "Without Label"
}
},
{
"content": "With Description",
"objectID": "2c8a8854-b5a5-4518-aad1-264a003d0741",
"type": "lvl3",
"url": "/docs/components/time-input#with-description",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Without Label",
"lvl3": "With Description"
}
},
{
"content": "Label Placement",
"objectID": "1a210d76-67ca-4fb1-a749-4a95ca145638",
"type": "lvl3",
"url": "/docs/components/time-input#label-placement",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "With Description",
"lvl3": "Label Placement"
}
},
{
"content": "Start Content",
"objectID": "284537ce-8693-44c5-828c-0d769be7faaf",
"type": "lvl3",
"url": "/docs/components/time-input#start-content",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Label Placement",
"lvl3": "Start Content"
}
},
{
"content": "End Content",
"objectID": "d1ca1a35-6110-44c6-ab47-7c034cfaf2e2",
"type": "lvl3",
"url": "/docs/components/time-input#end-content",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Start Content",
"lvl3": "End Content"
}
},
{
"content": "Controlled",
"objectID": "950c584f-02f3-4fc0-815a-087448dbc4cc",
"type": "lvl3",
"url": "/docs/components/time-input#controlled",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "End Content",
"lvl3": "Controlled"
}
},
{
"content": "Time Zones",
"objectID": "85994211-8b05-46e7-b026-5065496065d0",
"type": "lvl3",
"url": "/docs/components/time-input#time-zones",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Controlled",
"lvl3": "Time Zones"
}
},
{
"content": "Granularity",
"objectID": "863cfdad-072d-4de3-a2d6-c96e8ee16c94",
"type": "lvl3",
"url": "/docs/components/time-input#granularity",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Time Zones",
"lvl3": "Granularity"
}
},
{
"content": "Min Time Value",
"objectID": "57dea82e-3511-4f8a-9b6d-1a632ecfdd07",
"type": "lvl3",
"url": "/docs/components/time-input#min-time-value",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Granularity",
"lvl3": "Min Time Value"
}
},
{
"content": "Max Time Value",
"objectID": "45cb5ac5-2b10-46ea-ac9e-916531880511",
"type": "lvl3",
"url": "/docs/components/time-input#max-time-value",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Min Time Value",
"lvl3": "Max Time Value"
}
},
{
"content": "Placeholder Value",
"objectID": "958a2d63-62c6-4763-b142-c43284b719a3",
"type": "lvl3",
"url": "/docs/components/time-input#placeholder-value",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Max Time Value",
"lvl3": "Placeholder Value"
}
},
{
"content": "Hide Time Zone",
"objectID": "d3d64481-0fd0-4184-bfce-7884f22efd7a",
"type": "lvl3",
"url": "/docs/components/time-input#hide-time-zone",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Placeholder Value",
"lvl3": "Hide Time Zone"
}
},
{
"content": "Hour Cycle",
"objectID": "7342c456-71db-43c2-852d-c19c32e08bb5",
"type": "lvl3",
"url": "/docs/components/time-input#hour-cycle",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Hide Time Zone",
"lvl3": "Hour Cycle"
}
},
{
"content": "Slots",
"objectID": "9bd422c4-7d31-461a-9b35-c83b4d3f877b",
"type": "lvl2",
"url": "/docs/components/time-input#slots",
"hierarchy": { "lvl1": "Time Input", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "b3b8a3fa-f7e9-451b-bbc8-e98d17340f88",
"type": "lvl2",
"url": "/docs/components/time-input#data-attributes",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "Data Attributes",
"lvl3": null
}
},
{
"content": "Accessibility",
"objectID": "7daccbce-b1e9-4356-b839-efcd1b025c6d",
"type": "lvl2",
"url": "/docs/components/time-input#accessibility",
"hierarchy": { "lvl1": "Time Input", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "ff12fd5b-839e-4495-b720-84d66f033991",
"type": "lvl2",
"url": "/docs/components/time-input#api",
"hierarchy": { "lvl1": "Time Input", "lvl2": "API", "lvl3": null }
},
{
"content": "TimeInput Props",
"objectID": "4bedb2a6-3a39-4ab0-8534-0575eeffed01",
"type": "lvl3",
"url": "/docs/components/time-input#timeinput-props",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "API",
"lvl3": "TimeInput Props"
}
},
{
"content": "TimeInput Events",
"objectID": "ad1d9a5b-2541-45ca-81c8-49640b2f042c",
"type": "lvl3",
"url": "/docs/components/time-input#timeinput-events",
"hierarchy": {
"lvl1": "Time Input",
"lvl2": "TimeInput Props",
"lvl3": "TimeInput Events"
}
},
{
"content": "Tooltip",
"objectID": "499d0bf5-039a-4a59-8ae3-00f06abfe79f",
"type": "lvl1",
"url": "/docs/components/tooltip",
"hierarchy": { "lvl1": "Tooltip" }
},
{
"content": "Installation",
"objectID": "b67d408c-6736-440a-ab37-f320299d2eab",
"type": "lvl2",
"url": "/docs/components/tooltip#installation",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "c518c678-b176-4447-a2ff-3c8c516348a4",
"type": "lvl2",
"url": "/docs/components/tooltip#import",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "d780e922-8291-4d2c-9e9e-d89bffbdda6d",
"type": "lvl2",
"url": "/docs/components/tooltip#usage",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "Usage", "lvl3": null }
},
{
"content": "With Arrow",
"objectID": "99eb1012-9963-49c0-a2a0-f479689ac481",
"type": "lvl3",
"url": "/docs/components/tooltip#with-arrow",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "Usage", "lvl3": "With Arrow" }
},
{
"content": "Colors",
"objectID": "f9e90f62-a9ea-4ff8-a336-725a850de94a",
"type": "lvl3",
"url": "/docs/components/tooltip#colors",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "With Arrow", "lvl3": "Colors" }
},
{
"content": "Placements",
"objectID": "13bd8478-048f-4ee9-8ad0-491f32f64aec",
"type": "lvl3",
"url": "/docs/components/tooltip#placements",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "Colors", "lvl3": "Placements" }
},
{
"content": "Offset",
"objectID": "c6021482-b1f8-4b6b-84f1-5dcd1eb60b3f",
"type": "lvl3",
"url": "/docs/components/tooltip#offset",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "Placements", "lvl3": "Offset" }
},
{
"content": "Controlled",
"objectID": "a2102014-2f0a-4d9f-8e92-5c570a6ae1dd",
"type": "lvl3",
"url": "/docs/components/tooltip#controlled",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "Offset", "lvl3": "Controlled" }
},
{
"content": "With Delay",
"objectID": "4144f99b-2dd1-400f-bd94-3ef9090aa3ca",
"type": "lvl3",
"url": "/docs/components/tooltip#with-delay",
"hierarchy": {
"lvl1": "Tooltip",
"lvl2": "Controlled",
"lvl3": "With Delay"
}
},
{
"content": "Custom Content",
"objectID": "668f13ab-677e-45c4-930f-442e376e9238",
"type": "lvl3",
"url": "/docs/components/tooltip#custom-content",
"hierarchy": {
"lvl1": "Tooltip",
"lvl2": "With Delay",
"lvl3": "Custom Content"
}
},
{
"content": "Custom Motion",
"objectID": "db834566-cd7c-4545-97e7-75a77f541e1d",
"type": "lvl3",
"url": "/docs/components/tooltip#custom-motion",
"hierarchy": {
"lvl1": "Tooltip",
"lvl2": "Custom Content",
"lvl3": "Custom Motion"
}
},
{
"content": "Slots",
"objectID": "064d5ab7-f30c-4a08-a273-497c6625bded",
"type": "lvl2",
"url": "/docs/components/tooltip#slots",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Custom Styles",
"objectID": "9a865fda-e4e4-4b4e-89b6-ecb6979ad415",
"type": "lvl3",
"url": "/docs/components/tooltip#custom-styles",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "Slots", "lvl3": "Custom Styles" }
},
{
"content": "Data Attributes",
"objectID": "e6092030-ea83-4ce1-b775-e746308a7346",
"type": "lvl2",
"url": "/docs/components/tooltip#data-attributes",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "Accessibility",
"objectID": "5da6ac8b-4f90-45fd-8aa4-6a039cefa358",
"type": "lvl2",
"url": "/docs/components/tooltip#accessibility",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "Accessibility", "lvl3": null }
},
{
"content": "API",
"objectID": "4250a9b3-0edb-4ec3-86fb-d611657e0579",
"type": "lvl2",
"url": "/docs/components/tooltip#api",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "API", "lvl3": null }
},
{
"content": "Tooltip Props",
"objectID": "997f1021-447e-4d0c-8323-a104efe20b68",
"type": "lvl3",
"url": "/docs/components/tooltip#tooltip-props",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "API", "lvl3": "Tooltip Props" }
},
{
"content": "Tooltip Events",
"objectID": "a11f598f-8f83-4f1c-85be-36962223c7bc",
"type": "lvl3",
"url": "/docs/components/tooltip#tooltip-events",
"hierarchy": {
"lvl1": "Tooltip",
"lvl2": "Tooltip Props",
"lvl3": "Tooltip Events"
}
},
{
"content": "Tooltip types",
"objectID": "cca125e8-376d-44e9-bd74-507dab0cc4ac",
"type": "lvl3",
"url": "/docs/components/tooltip#tooltip-types",
"hierarchy": {
"lvl1": "Tooltip",
"lvl2": "Tooltip Events",
"lvl3": "Tooltip types"
}
},
{
"content": "Tooltip Placement",
"objectID": "599e2fde-d937-4f50-a54c-4fc038467e48",
"type": "lvl4",
"url": "/docs/components/tooltip#tooltip-placement",
"hierarchy": { "lvl1": "Tooltip", "lvl2": "Tooltip types", "lvl3": null }
},
{
"content": "Motion Props",
"objectID": "e76e8877-2532-491d-91be-c19b53027516",
"type": "lvl4",
"url": "/docs/components/tooltip#motion-props",
"hierarchy": {
"lvl1": "Tooltip",
"lvl2": "Tooltip Placement",
"lvl3": null
}
},
{
"content": "User",
"objectID": "13f95675-4fae-4d92-ab3a-904972996c11",
"type": "lvl1",
"url": "/docs/components/user",
"hierarchy": { "lvl1": "User" }
},
{
"content": "Installation",
"objectID": "92344799-34ef-47ed-9102-492395be81f6",
"type": "lvl2",
"url": "/docs/components/user#installation",
"hierarchy": { "lvl1": "User", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Import",
"objectID": "6aa47e64-ac07-4ae1-b158-71d640fc5179",
"type": "lvl2",
"url": "/docs/components/user#import",
"hierarchy": { "lvl1": "User", "lvl2": "Import", "lvl3": null }
},
{
"content": "Usage",
"objectID": "117b9726-927e-49e7-b67b-15cc9348dd9e",
"type": "lvl2",
"url": "/docs/components/user#usage",
"hierarchy": { "lvl1": "User", "lvl2": "Usage", "lvl3": null }
},
{
"content": "Link Description",
"objectID": "b9a43dd4-05db-4f70-a2fb-09e1fcc6c957",
"type": "lvl3",
"url": "/docs/components/user#link-description",
"hierarchy": { "lvl1": "User", "lvl2": "Usage", "lvl3": "Link Description" }
},
{
"content": "Slots",
"objectID": "7f665614-0353-46e2-a8d8-bc426518a497",
"type": "lvl2",
"url": "/docs/components/user#slots",
"hierarchy": { "lvl1": "User", "lvl2": "Slots", "lvl3": null }
},
{
"content": "Data Attributes",
"objectID": "1e710d5b-455c-421e-a8e7-f2f495168239",
"type": "lvl2",
"url": "/docs/components/user#data-attributes",
"hierarchy": { "lvl1": "User", "lvl2": "Data Attributes", "lvl3": null }
},
{
"content": "API",
"objectID": "b9cc8114-782b-492b-926b-00fe9b60a813",
"type": "lvl2",
"url": "/docs/components/user#api",
"hierarchy": { "lvl1": "User", "lvl2": "API", "lvl3": null }
},
{
"content": "User Props",
"objectID": "9f6a5f46-f438-4526-8e59-6cda1b23ddf5",
"type": "lvl3",
"url": "/docs/components/user#user-props",
"hierarchy": { "lvl1": "User", "lvl2": "API", "lvl3": "User Props" }
},
{
"content": "Colors",
"objectID": "6aee69dd-7924-4329-957d-072a6fc6d8de",
"type": "lvl1",
"url": "/docs/customization/colors",
"hierarchy": { "lvl1": "Colors" }
},
{
"content": "Default Colors",
"objectID": "1f3b99a4-9c27-4e3d-abf9-6bfb42590fd5",
"type": "lvl2",
"url": "/docs/customization/colors#default-colors",
"hierarchy": { "lvl1": "Colors", "lvl2": "Default Colors", "lvl3": null }
},
{
"content": "Common Colors",
"objectID": "cb7b78ee-6ff2-4807-83eb-d8406e68c409",
"type": "lvl3",
"url": "/docs/customization/colors#common-colors",
"hierarchy": {
"lvl1": "Colors",
"lvl2": "Default Colors",
"lvl3": "Common Colors"
}
},
{
"content": "Semantic Colors",
"objectID": "5941b37b-4bc4-49ac-a49c-66a642c5be92",
"type": "lvl3",
"url": "/docs/customization/colors#semantic-colors",
"hierarchy": {
"lvl1": "Colors",
"lvl2": "Common Colors",
"lvl3": "Semantic Colors"
}
},
{
"content": "Using Semantic Colors",
"objectID": "2e9d8080-91b0-44c3-bc54-45963c893ee8",
"type": "lvl3",
"url": "/docs/customization/colors#using-semantic-colors",
"hierarchy": {
"lvl1": "Colors",
"lvl2": "Semantic Colors",
"lvl3": "Using Semantic Colors"
}
},
{
"content": "Javascript Variables",
"objectID": "d19bee01-91e1-49fe-9458-bbde92d0e483",
"type": "lvl3",
"url": "/docs/customization/colors#javascript-variables",
"hierarchy": {
"lvl1": "Colors",
"lvl2": "Using Semantic Colors",
"lvl3": "Javascript Variables"
}
},
{
"content": "CSS Variables",
"objectID": "7cdaad4b-dcc6-48a4-a96f-eb4119208837",
"type": "lvl3",
"url": "/docs/customization/colors#css-variables",
"hierarchy": {
"lvl1": "Colors",
"lvl2": "Javascript Variables",
"lvl3": "CSS Variables"
}
},
{
"content": "Create theme",
"objectID": "2b640ba3-b0f3-40a8-bdf4-da50811c303d",
"type": "lvl1",
"url": "/docs/customization/create-theme",
"hierarchy": { "lvl1": "Create theme" }
},
{
"content": "Add the new theme to the plugin",
"objectID": "12ce54f5-71b4-440d-a7fb-bf7d0cc1f17e",
"type": "lvl3",
"url": "/docs/customization/create-theme#add-the-new-theme-to-the-plugin",
"hierarchy": {
"lvl1": "Create theme",
"lvl2": "Create theme",
"lvl3": "Add the new theme to the plugin"
}
},
{
"content": "Apply the new theme",
"objectID": "ea6e813f-17f3-4b98-8dc9-39640fd9607b",
"type": "lvl3",
"url": "/docs/customization/create-theme#apply-the-new-theme",
"hierarchy": {
"lvl1": "Create theme",
"lvl2": "Add the new theme to the plugin",
"lvl3": "Apply the new theme"
}
},
{
"content": "Use the new theme",
"objectID": "959c9332-e116-4bff-83d4-8784a7128aab",
"type": "lvl3",
"url": "/docs/customization/create-theme#use-the-new-theme",
"hierarchy": {
"lvl1": "Create theme",
"lvl2": "Apply the new theme",
"lvl3": "Use the new theme"
}
},
{
"content": "Custom Variants",
"objectID": "e322422c-fb43-4b5f-a288-1d7e2a96e88a",
"type": "lvl1",
"url": "/docs/customization/custom-variants",
"hierarchy": { "lvl1": "Custom Variants" }
},
{
"content": "Creating new variants for non-slots components",
"objectID": "363e5591-ec99-45f2-b630-07a86b4ed65d",
"type": "lvl2",
"url": "/docs/customization/custom-variants#creating-new-variants-for-non-slots-components",
"hierarchy": {
"lvl1": "Custom Variants",
"lvl2": "Creating new variants for non-slots components",
"lvl3": null
}
},
{
"content": "Extend the original component variants",
"objectID": "cc75a155-9e69-4965-b7d4-61ab8b8b4eb8",
"type": "lvl3",
"url": "/docs/customization/custom-variants#extend-the-original-component-variants",
"hierarchy": {
"lvl1": "Custom Variants",
"lvl2": "Creating new variants for non-slots components",
"lvl3": "Extend the original component variants"
}
},
{
"content": "Use your custom component in your application",
"objectID": "92e4eb3b-377d-482b-94a6-80e6cd8a2232",
"type": "lvl3",
"url": "/docs/customization/custom-variants#use-your-custom-component-in-your-application",
"hierarchy": {
"lvl1": "Custom Variants",
"lvl2": "Extend the original component variants",
"lvl3": "Use your custom component in your application"
}
},
{
"content": "Creating new variants for slots components",
"objectID": "e776fba9-0025-40b7-acbe-12fabc48b30b",
"type": "lvl2",
"url": "/docs/customization/custom-variants#creating-new-variants-for-slots-components",
"hierarchy": {
"lvl1": "Custom Variants",
"lvl2": "Creating new variants for slots components",
"lvl3": null
}
},
{
"content": "Extend the original component variants",
"objectID": "fee47f3c-8a82-4062-9acc-76d3081e26df",
"type": "lvl3",
"url": "/docs/customization/custom-variants#extend-the-original-component-variants-1",
"hierarchy": {
"lvl1": "Custom Variants",
"lvl2": "Creating new variants for slots components",
"lvl3": "Extend the original component variants"
}
},
{
"content": "Use your custom component in your application",
"objectID": "20a9cc4b-5451-40f5-974e-40d997d1d97c",
"type": "lvl3",
"url": "/docs/customization/custom-variants#use-your-custom-component-in-your-application-1",
"hierarchy": {
"lvl1": "Custom Variants",
"lvl2": "Extend the original component variants",
"lvl3": "Use your custom component in your application"
}
},
{
"content": "Types",
"objectID": "a2af75e0-0304-4880-b345-1f672df72191",
"type": "lvl3",
"url": "/docs/customization/custom-variants#types",
"hierarchy": {
"lvl1": "Custom Variants",
"lvl2": "Use your custom component in your application",
"lvl3": "Types"
}
},
{
"content": "Main Function",
"objectID": "3e8ac366-ce36-4e0c-9354-6b7f44f8263f",
"type": "lvl3",
"url": "/docs/customization/custom-variants#main-function",
"hierarchy": {
"lvl1": "Custom Variants",
"lvl2": "Types",
"lvl3": "Main Function"
}
},
{
"content": "Options",
"objectID": "43aa0bf2-e173-44ee-bf4c-e81d68be347c",
"type": "lvl3",
"url": "/docs/customization/custom-variants#options",
"hierarchy": {
"lvl1": "Custom Variants",
"lvl2": "Main Function",
"lvl3": "Options"
}
},
{
"content": "Config",
"objectID": "3f6595c4-0b7e-4b63-8222-eca4c2fb488c",
"type": "lvl3",
"url": "/docs/customization/custom-variants#config",
"hierarchy": {
"lvl1": "Custom Variants",
"lvl2": "Options",
"lvl3": "Config"
}
},
{
"content": "Customize theme",
"objectID": "4937fee8-a3e1-4a6f-bd5c-6c37e4f86fa1",
"type": "lvl1",
"url": "/docs/customization/customize-theme",
"hierarchy": { "lvl1": "Customize theme" }
},
{
"content": "Customizing Layout",
"objectID": "ce60283a-93bb-423d-8964-cfe5c40ad8a1",
"type": "lvl2",
"url": "/docs/customization/customize-theme#customizing-layout",
"hierarchy": {
"lvl1": "Customize theme",
"lvl2": "Customizing Layout",
"lvl3": null
}
},
{
"content": "Global Layout Customization",
"objectID": "930e8116-8180-4c25-9a5d-25642a421a4f",
"type": "lvl3",
"url": "/docs/customization/customize-theme#global-layout-customization",
"hierarchy": {
"lvl1": "Customize theme",
"lvl2": "Customizing Layout",
"lvl3": "Global Layout Customization"
}
},
{
"content": "Customizing Colors",
"objectID": "937aa1e4-8bfd-48db-a5f1-dd9a4f0941f9",
"type": "lvl3",
"url": "/docs/customization/customize-theme#customizing-colors",
"hierarchy": {
"lvl1": "Customize theme",
"lvl2": "Global Layout Customization",
"lvl3": "Customizing Colors"
}
},
{
"content": "Dark mode",
"objectID": "16e1c3c9-c767-42ab-bbb3-352c561c8edb",
"type": "lvl1",
"url": "/docs/customization/dark-mode",
"hierarchy": { "lvl1": "Dark mode" }
},
{
"content": "Using next-themes",
"objectID": "96936e9c-8c8e-45b0-9ee2-69457ed7a99d",
"type": "lvl2",
"url": "/docs/customization/dark-mode#using-next-themes",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Using next-themes",
"lvl3": null
}
},
{
"content": "Next.js App Directory Setup",
"objectID": "af94bb5c-1a3b-4948-a07f-a74d4a54dc79",
"type": "lvl3",
"url": "/docs/customization/dark-mode#nextjs-app-directory-setup",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Using next-themes",
"lvl3": "Next.js App Directory Setup"
}
},
{
"content": "Install next-themes",
"objectID": "56a1f640-2e49-4ea2-8c6e-9f8ab9843f13",
"type": "lvl3",
"url": "/docs/customization/dark-mode#install-next-themes",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Next.js App Directory Setup",
"lvl3": "Install next-themes"
}
},
{
"content": "Add next-themes provider",
"objectID": "3b734a59-5d37-4844-871b-f403b5d4dbce",
"type": "lvl3",
"url": "/docs/customization/dark-mode#add-next-themes-provider",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Install next-themes",
"lvl3": "Add next-themes provider"
}
},
{
"content": "Add the theme switcher",
"objectID": "bf114fb2-75b1-4c84-8763-dfadb7a8bee2",
"type": "lvl3",
"url": "/docs/customization/dark-mode#add-the-theme-switcher",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Add next-themes provider",
"lvl3": "Add the theme switcher"
}
},
{
"content": "Next.js Pages Directory Setup",
"objectID": "3684a12c-84ed-4ce2-bb58-493da05ef238",
"type": "lvl3",
"url": "/docs/customization/dark-mode#nextjs-pages-directory-setup",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Add the theme switcher",
"lvl3": "Next.js Pages Directory Setup"
}
},
{
"content": "Install next-themes",
"objectID": "7920d68a-0dd3-4e81-86d5-4a0dd21ba66d",
"type": "lvl3",
"url": "/docs/customization/dark-mode#install-next-themes-1",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Next.js Pages Directory Setup",
"lvl3": "Install next-themes"
}
},
{
"content": "Add next-themes provider",
"objectID": "1fc7fc0a-0370-42a5-a80e-7fef1619edcd",
"type": "lvl3",
"url": "/docs/customization/dark-mode#add-next-themes-provider-1",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Install next-themes",
"lvl3": "Add next-themes provider"
}
},
{
"content": "Add the theme switcher",
"objectID": "23f17b56-efa3-47fe-a3fc-78d2032dd2a8",
"type": "lvl3",
"url": "/docs/customization/dark-mode#add-the-theme-switcher-1",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Add next-themes provider",
"lvl3": "Add the theme switcher"
}
},
{
"content": "Using use-dark-mode hook",
"objectID": "6b53af1a-bb13-4785-8951-dfc420515b93",
"type": "lvl2",
"url": "/docs/customization/dark-mode#using-use-dark-mode-hook",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Using use-dark-mode hook",
"lvl3": null
}
},
{
"content": "Install use-dark-mode",
"objectID": "ebd22023-3cbd-47de-8d65-17f558e78977",
"type": "lvl3",
"url": "/docs/customization/dark-mode#install-use-dark-mode",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Using use-dark-mode hook",
"lvl3": "Install use-dark-mode"
}
},
{
"content": "Add the current theme to the main element",
"objectID": "44d5c3a1-555c-47c2-837e-6fafacff79ee",
"type": "lvl3",
"url": "/docs/customization/dark-mode#add-the-current-theme-to-the-main-element",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Install use-dark-mode",
"lvl3": "Add the current theme to the main element"
}
},
{
"content": "Add the theme switcher",
"objectID": "9da03204-574b-4062-b9ff-8d33ea8f3e59",
"type": "lvl3",
"url": "/docs/customization/dark-mode#add-the-theme-switcher-2",
"hierarchy": {
"lvl1": "Dark mode",
"lvl2": "Add the current theme to the main element",
"lvl3": "Add the theme switcher"
}
},
{
"content": "Layout",
"objectID": "f7e5d93a-f7d8-4e36-83d5-53a65936eef2",
"type": "lvl1",
"url": "/docs/customization/layout",
"hierarchy": { "lvl1": "Layout" }
},
{
"content": "Default Layout",
"objectID": "b02ca2e2-0a66-464c-8db2-37d9cbe54877",
"type": "lvl2",
"url": "/docs/customization/layout#default-layout",
"hierarchy": { "lvl1": "Layout", "lvl2": "Default Layout", "lvl3": null }
},
{
"content": "CSS Variables",
"objectID": "b0407691-0ae7-49c1-800a-ff471849b2ab",
"type": "lvl3",
"url": "/docs/customization/layout#css-variables",
"hierarchy": {
"lvl1": "Layout",
"lvl2": "Default Layout",
"lvl3": "CSS Variables"
}
},
{
"content": "API Reference",
"objectID": "cd97d635-2208-48a4-8e12-038270ed2974",
"type": "lvl4",
"url": "/docs/customization/layout#api-reference",
"hierarchy": { "lvl1": "Layout", "lvl2": "CSS Variables", "lvl3": null }
},
{
"content": "BaseThemeUnit",
"objectID": "96aceb7f-9485-4de5-b4ca-7cfb335e54be",
"type": "lvl4",
"url": "/docs/customization/layout#basethemeunit",
"hierarchy": { "lvl1": "Layout", "lvl2": "API Reference", "lvl3": null }
},
{
"content": "FontThemeUnit",
"objectID": "dd5fe394-d6f0-4434-9b4f-9327e502328a",
"type": "lvl4",
"url": "/docs/customization/layout#fontthemeunit",
"hierarchy": { "lvl1": "Layout", "lvl2": "BaseThemeUnit", "lvl3": null }
},
{
"content": "Override styles",
"objectID": "240a18dc-cec9-4cd8-8a87-73498023587d",
"type": "lvl1",
"url": "/docs/customization/override-styles",
"hierarchy": { "lvl1": "Override styles" }
},
{
"content": "What is a Slot?",
"objectID": "a9cd709e-0417-4eea-b835-6ae5181f42ec",
"type": "lvl3",
"url": "/docs/customization/override-styles#what-is-a-slot",
"hierarchy": {
"lvl1": "Override styles",
"lvl2": "Override styles",
"lvl3": "What is a Slot?"
}
},
{
"content": "Overriding a component",
"objectID": "5604d628-fc4f-4942-8b28-da7cb0e0ca00",
"type": "lvl3",
"url": "/docs/customization/override-styles#overriding-a-component",
"hierarchy": {
"lvl1": "Override styles",
"lvl2": "What is a Slot?",
"lvl3": "Overriding a component"
}
},
{
"content": "Components with slots",
"objectID": "a029a7bb-0c52-4053-b0d3-327df61005bd",
"type": "lvl3",
"url": "/docs/customization/override-styles#components-with-slots",
"hierarchy": {
"lvl1": "Override styles",
"lvl2": "Overriding a component",
"lvl3": "Components with slots"
}
},
{
"content": "CSS Modules",
"objectID": "0eca5ae4-541d-4772-b4e1-ae6187ffcd8b",
"type": "lvl3",
"url": "/docs/customization/override-styles#css-modules",
"hierarchy": {
"lvl1": "Override styles",
"lvl2": "Components with slots",
"lvl3": "CSS Modules"
}
},
{
"content": "CSS-in-JS",
"objectID": "6fe5b8c2-e890-49b6-8894-fe16be8af73f",
"type": "lvl3",
"url": "/docs/customization/override-styles#css-in-js",
"hierarchy": {
"lvl1": "Override styles",
"lvl2": "CSS Modules",
"lvl3": "CSS-in-JS"
}
},
{
"content": "Theme",
"objectID": "b8a872f3-e30d-410e-a858-230d883228d9",
"type": "lvl1",
"url": "/docs/customization/theme",
"hierarchy": { "lvl1": "Theme" }
},
{
"content": "What is a Theme?",
"objectID": "5946744e-74af-4303-8723-cc57fff64d89",
"type": "lvl2",
"url": "/docs/customization/theme#what-is-a-theme",
"hierarchy": { "lvl1": "Theme", "lvl2": "What is a Theme?", "lvl3": null }
},
{
"content": "Setup",
"objectID": "4cff343b-39da-4781-9ec5-47a2d123c36b",
"type": "lvl2",
"url": "/docs/customization/theme#setup",
"hierarchy": { "lvl1": "Theme", "lvl2": "Setup", "lvl3": null }
},
{
"content": "Usage",
"objectID": "be9bad0e-8350-4af3-b296-a9c7a8702f24",
"type": "lvl3",
"url": "/docs/customization/theme#usage",
"hierarchy": { "lvl1": "Theme", "lvl2": "Setup", "lvl3": "Usage" }
},
{
"content": "Default Plugin Options",
"objectID": "6c65e59d-a307-49b1-aa0c-318534ec2063",
"type": "lvl3",
"url": "/docs/customization/theme#default-plugin-options",
"hierarchy": {
"lvl1": "Theme",
"lvl2": "Usage",
"lvl3": "Default Plugin Options"
}
},
{
"content": "Themes Options",
"objectID": "62099c7b-c164-4f98-8a8f-cf95b6ca2684",
"type": "lvl3",
"url": "/docs/customization/theme#themes-options",
"hierarchy": {
"lvl1": "Theme",
"lvl2": "Default Plugin Options",
"lvl3": "Themes Options"
}
},
{
"content": "Nested themes",
"objectID": "0ad4bc3c-19b1-4fa0-a040-8e680e137785",
"type": "lvl3",
"url": "/docs/customization/theme#nested-themes",
"hierarchy": {
"lvl1": "Theme",
"lvl2": "Themes Options",
"lvl3": "Nested themes"
}
},
{
"content": "Theme based variants",
"objectID": "fed97433-a16b-4c7a-8715-7a15adab9734",
"type": "lvl3",
"url": "/docs/customization/theme#theme-based-variants",
"hierarchy": {
"lvl1": "Theme",
"lvl2": "Nested themes",
"lvl3": "Theme based variants"
}
},
{
"content": "API Reference",
"objectID": "ebeaeee6-4def-45b6-907d-1020897cf9cf",
"type": "lvl3",
"url": "/docs/customization/theme#api-reference",
"hierarchy": {
"lvl1": "Theme",
"lvl2": "Theme based variants",
"lvl3": "API Reference"
}
},
{
"content": "Types",
"objectID": "2ce526c3-ebb3-4379-8278-ef1a0adcd0ec",
"type": "lvl3",
"url": "/docs/customization/theme#types",
"hierarchy": { "lvl1": "Theme", "lvl2": "API Reference", "lvl3": "Types" }
},
{
"content": "ConfigThemes",
"objectID": "53770714-fa82-4f4b-9b09-440f05fdc5da",
"type": "lvl4",
"url": "/docs/customization/theme#configthemes",
"hierarchy": { "lvl1": "Theme", "lvl2": "Types", "lvl3": null }
},
{
"content": "LayoutTheme",
"objectID": "a17f4238-39f5-40b2-a537-54c7d147eaee",
"type": "lvl4",
"url": "/docs/customization/theme#layouttheme",
"hierarchy": { "lvl1": "Theme", "lvl2": "ConfigThemes", "lvl3": null }
},
{
"content": "ThemeColors",
"objectID": "e07a7eff-e295-4f2b-829f-d19d12344082",
"type": "lvl4",
"url": "/docs/customization/theme#themecolors",
"hierarchy": { "lvl1": "Theme", "lvl2": "LayoutTheme", "lvl3": null }
},
{
"content": "Astro",
"objectID": "dbcaa228-7276-4d9a-a76e-f1e1ba11f32d",
"type": "lvl1",
"url": "/docs/frameworks/astro",
"hierarchy": { "lvl1": "Astro" }
},
{
"content": "Install React",
"objectID": "54513975-4203-4050-acd0-6119ca83fe7a",
"type": "lvl3",
"url": "/docs/frameworks/astro#install-react",
"hierarchy": { "lvl1": "Astro", "lvl2": "Astro", "lvl3": "Install React" }
},
{
"content": "Install NextUI",
"objectID": "7b5c3c91-945f-45cd-bd8c-99493101da76",
"type": "lvl3",
"url": "/docs/frameworks/astro#install-nextui",
"hierarchy": {
"lvl1": "Astro",
"lvl2": "Install React",
"lvl3": "Install NextUI"
}
},
{
"content": "Tailwind CSS Setup",
"objectID": "1038d3c1-80e9-4cd0-8eb2-3cfd91e51ea9",
"type": "lvl3",
"url": "/docs/frameworks/astro#tailwind-css-setup",
"hierarchy": {
"lvl1": "Astro",
"lvl2": "Install NextUI",
"lvl3": "Tailwind CSS Setup"
}
},
{
"content": "Usage",
"objectID": "83f1be6d-2072-49ee-b90e-8e146cdd170a",
"type": "lvl3",
"url": "/docs/frameworks/astro#usage",
"hierarchy": {
"lvl1": "Astro",
"lvl2": "Tailwind CSS Setup",
"lvl3": "Usage"
}
},
{
"content": "Setup pnpm (optional)",
"objectID": "c169f150-8d79-4b2b-96ec-80ec050ab1c4",
"type": "lvl3",
"url": "/docs/frameworks/astro#setup-pnpm-optional",
"hierarchy": {
"lvl1": "Astro",
"lvl2": "Usage",
"lvl3": "Setup pnpm (optional)"
}
},
{
"content": "Next.js",
"objectID": "371e7d07-9c56-40ad-8fd5-fd7ba215a1da",
"type": "lvl1",
"url": "/docs/frameworks/nextjs",
"hierarchy": { "lvl1": "Next.js" }
},
{
"content": "App Directory Setup",
"objectID": "d16d8e86-3cf5-42ef-8de2-e791d98797f1",
"type": "lvl2",
"url": "/docs/frameworks/nextjs#app-directory-setup",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "App Directory Setup",
"lvl3": null
}
},
{
"content": "create-next-app",
"objectID": "e84c05fb-4e7d-4697-891c-8b3371ea88ff",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#create-next-app",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "App Directory Setup",
"lvl3": "create-next-app"
}
},
{
"content": "Manual Installation",
"objectID": "4a420b79-c568-47d0-a972-80bc0cc78854",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#manual-installation",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "create-next-app",
"lvl3": "Manual Installation"
}
},
{
"content": "Add dependencies",
"objectID": "a7d0e05c-eb49-4200-b653-aa3018b4838d",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#add-dependencies",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Manual Installation",
"lvl3": "Add dependencies"
}
},
{
"content": "Tailwind CSS Setup",
"objectID": "a40b5586-3782-488e-aff1-04dcf4dc6190",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#tailwind-css-setup",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Add dependencies",
"lvl3": "Tailwind CSS Setup"
}
},
{
"content": "Setup Provider",
"objectID": "b9f2cf98-0aa9-45e1-8a62-4fd5e9fe9735",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#setup-provider",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Tailwind CSS Setup",
"lvl3": "Setup Provider"
}
},
{
"content": "Add Provider to Root",
"objectID": "39264186-b774-477a-b1be-e303b07b2096",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#add-provider-to-root",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Setup Provider",
"lvl3": "Add Provider to Root"
}
},
{
"content": "Use NextUI Components",
"objectID": "ca1ff622-1dd4-4516-8e83-ddfbc53bf9b9",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#use-nextui-components",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Add Provider to Root",
"lvl3": "Use NextUI Components"
}
},
{
"content": "Setup pnpm (optional)",
"objectID": "08353322-61bf-413f-9044-1b5e7c365513",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#setup-pnpm-optional",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Use NextUI Components",
"lvl3": "Setup pnpm (optional)"
}
},
{
"content": "Pages Directory Setup",
"objectID": "c8fa1984-93ea-49ce-bd0b-d8f39bec3604",
"type": "lvl2",
"url": "/docs/frameworks/nextjs#pages-directory-setup",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Pages Directory Setup",
"lvl3": null
}
},
{
"content": "create-next-app",
"objectID": "86c706f7-6b43-4fea-95c9-ae62ce195083",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#create-next-app-1",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Pages Directory Setup",
"lvl3": "create-next-app"
}
},
{
"content": "Manual Installation",
"objectID": "97529e46-9904-4559-ac5a-530935e96ec6",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#manual-installation-1",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "create-next-app",
"lvl3": "Manual Installation"
}
},
{
"content": "Add dependencies",
"objectID": "df276926-d10f-460e-ab9f-6e0fcdb63ff7",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#add-dependencies-1",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Manual Installation",
"lvl3": "Add dependencies"
}
},
{
"content": "Tailwind CSS Setup",
"objectID": "e32bc1df-bdc9-4515-aff4-d4351df17566",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#tailwind-css-setup-1",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Add dependencies",
"lvl3": "Tailwind CSS Setup"
}
},
{
"content": "Setup Provider",
"objectID": "3433e852-fd91-4138-a9a2-eb5521a09629",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#setup-provider-1",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Tailwind CSS Setup",
"lvl3": "Setup Provider"
}
},
{
"content": "Use NextUI Components",
"objectID": "2ad9d04c-bbd3-45fc-8e13-6463b9af0ef2",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#use-nextui-components-1",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Setup Provider",
"lvl3": "Use NextUI Components"
}
},
{
"content": "Setup pnpm (optional)",
"objectID": "83a70487-5be5-4bfc-bfca-0346d4a122e4",
"type": "lvl3",
"url": "/docs/frameworks/nextjs#setup-pnpm-optional-1",
"hierarchy": {
"lvl1": "Next.js",
"lvl2": "Use NextUI Components",
"lvl3": "Setup pnpm (optional)"
}
},
{
"content": "Remix",
"objectID": "d7de75fd-7f7d-4ab4-88a4-1d8e712e3361",
"type": "lvl1",
"url": "/docs/frameworks/remix",
"hierarchy": { "lvl1": "Remix" }
},
{
"content": "Installation",
"objectID": "0a4e7007-2995-4f2b-8f9a-cfa9f21de847",
"type": "lvl3",
"url": "/docs/frameworks/remix#installation",
"hierarchy": { "lvl1": "Remix", "lvl2": "Remix", "lvl3": "Installation" }
},
{
"content": "Tailwind CSS Setup",
"objectID": "5e273b40-0e69-46f7-bf32-70335c795c18",
"type": "lvl3",
"url": "/docs/frameworks/remix#tailwind-css-setup",
"hierarchy": {
"lvl1": "Remix",
"lvl2": "Installation",
"lvl3": "Tailwind CSS Setup"
}
},
{
"content": "Provider Setup",
"objectID": "7e88d907-0424-439b-b163-151d6d2970a3",
"type": "lvl3",
"url": "/docs/frameworks/remix#provider-setup",
"hierarchy": {
"lvl1": "Remix",
"lvl2": "Tailwind CSS Setup",
"lvl3": "Provider Setup"
}
},
{
"content": "Setup pnpm (optional)",
"objectID": "f218e3b6-085a-4391-b9b0-32450cd1c3f1",
"type": "lvl3",
"url": "/docs/frameworks/remix#setup-pnpm-optional",
"hierarchy": {
"lvl1": "Remix",
"lvl2": "Provider Setup",
"lvl3": "Setup pnpm (optional)"
}
},
{
"content": "Vite",
"objectID": "229e501d-1c0b-4d62-be17-f30871492dd6",
"type": "lvl1",
"url": "/docs/frameworks/vite",
"hierarchy": { "lvl1": "Vite" }
},
{
"content": "Installation",
"objectID": "b970b86e-7443-4f42-834a-b8a5926249d3",
"type": "lvl3",
"url": "/docs/frameworks/vite#installation",
"hierarchy": { "lvl1": "Vite", "lvl2": "Vite", "lvl3": "Installation" }
},
{
"content": "Tailwind CSS Setup",
"objectID": "3a18e35c-2c86-45f8-811c-d46a3dcdaf90",
"type": "lvl3",
"url": "/docs/frameworks/vite#tailwind-css-setup",
"hierarchy": {
"lvl1": "Vite",
"lvl2": "Installation",
"lvl3": "Tailwind CSS Setup"
}
},
{
"content": "Provider Setup",
"objectID": "109d591d-0a36-4470-965a-90fb7842523a",
"type": "lvl3",
"url": "/docs/frameworks/vite#provider-setup",
"hierarchy": {
"lvl1": "Vite",
"lvl2": "Tailwind CSS Setup",
"lvl3": "Provider Setup"
}
},
{
"content": "Setup pnpm (optional)",
"objectID": "4549e5b8-4f8d-4f5a-9f60-c31b089c90e8",
"type": "lvl3",
"url": "/docs/frameworks/vite#setup-pnpm-optional",
"hierarchy": {
"lvl1": "Vite",
"lvl2": "Provider Setup",
"lvl3": "Setup pnpm (optional)"
}
},
{
"content": "CLI",
"objectID": "ffa5982f-dc27-44b7-89dc-75b09f875227",
"type": "lvl1",
"url": "/docs/guide/cli",
"hierarchy": { "lvl1": "CLI" }
},
{
"content": "Installation",
"objectID": "0416167b-56e1-4b28-825c-8a4dcaf0e0dc",
"type": "lvl2",
"url": "/docs/guide/cli#installation",
"hierarchy": { "lvl1": "CLI", "lvl2": "Installation", "lvl3": null }
},
{
"content": "Global Installation",
"objectID": "8102d40d-48d2-4ee4-9787-4041b43952c3",
"type": "lvl3",
"url": "/docs/guide/cli#global-installation",
"hierarchy": {
"lvl1": "CLI",
"lvl2": "Installation",
"lvl3": "Global Installation"
}
},
{
"content": "Without Installation",
"objectID": "b9d3adb4-ca78-4dda-b20b-75b9e8bf6c9e",
"type": "lvl3",
"url": "/docs/guide/cli#without-installation",
"hierarchy": {
"lvl1": "CLI",
"lvl2": "Global Installation",
"lvl3": "Without Installation"
}
},
{
"content": "Quick Start",
"objectID": "124dc15e-4857-44df-9798-01c4698e3072",
"type": "lvl2",
"url": "/docs/guide/cli#quick-start",
"hierarchy": { "lvl1": "CLI", "lvl2": "Quick Start", "lvl3": null }
},
{
"content": "init",
"objectID": "dd521705-4bbc-4796-8c20-9a73ee282445",
"type": "lvl2",
"url": "/docs/guide/cli#init",
"hierarchy": { "lvl1": "CLI", "lvl2": "init", "lvl3": null }
},
{
"content": "add",
"objectID": "e744d82b-854a-4403-ab56-5af9514a5bc0",
"type": "lvl2",
"url": "/docs/guide/cli#add",
"hierarchy": { "lvl1": "CLI", "lvl2": "add", "lvl3": null }
},
{
"content": "upgrade",
"objectID": "c3384948-7ac0-4e43-8f65-207b9b88b624",
"type": "lvl2",
"url": "/docs/guide/cli#upgrade",
"hierarchy": { "lvl1": "CLI", "lvl2": "upgrade", "lvl3": null }
},
{
"content": "remove",
"objectID": "c1f931a4-565c-49e1-9941-f79b51e9fc3d",
"type": "lvl2",
"url": "/docs/guide/cli#remove",
"hierarchy": { "lvl1": "CLI", "lvl2": "remove", "lvl3": null }
},
{
"content": "list",
"objectID": "39791e14-37ad-4d68-910c-4b60e56d6b66",
"type": "lvl2",
"url": "/docs/guide/cli#list",
"hierarchy": { "lvl1": "CLI", "lvl2": "list", "lvl3": null }
},
{
"content": "doctor",
"objectID": "de6ef608-71d1-46a4-969a-0b67688db646",
"type": "lvl2",
"url": "/docs/guide/cli#doctor",
"hierarchy": { "lvl1": "CLI", "lvl2": "doctor", "lvl3": null }
},
{
"content": "env",
"objectID": "d01d8cec-b3c2-49fc-a43b-5d31c7f3960e",
"type": "lvl2",
"url": "/docs/guide/cli#env",
"hierarchy": { "lvl1": "CLI", "lvl2": "env", "lvl3": null }
},
{
"content": "API Reference",
"objectID": "af546d3e-1741-4601-ae9f-8b4b0ece08e2",
"type": "lvl2",
"url": "/docs/guide/cli#api-reference",
"hierarchy": { "lvl1": "CLI", "lvl2": "API Reference", "lvl3": null }
},
{
"content": "Design Principles",
"objectID": "6bcba7eb-9905-4b34-8c7c-d8031c93802d",
"type": "lvl1",
"url": "/docs/guide/design-principles",
"hierarchy": { "lvl1": "Design Principles" }
},
{
"content": "Simplicity and Usability",
"objectID": "1d407aee-bb43-4611-b0b1-b0f9166c5a92",
"type": "lvl3",
"url": "/docs/guide/design-principles#simplicity-and-usability",
"hierarchy": {
"lvl1": "Design Principles",
"lvl2": "Design Principles",
"lvl3": "Simplicity and Usability"
}
},
{
"content": "Modular Design",
"objectID": "ebc253fc-865b-4afb-8d91-9d1a024cc32f",
"type": "lvl3",
"url": "/docs/guide/design-principles#modular-design",
"hierarchy": {
"lvl1": "Design Principles",
"lvl2": "Simplicity and Usability",
"lvl3": "Modular Design"
}
},
{
"content": "Customization and Flexibility",
"objectID": "4f38b2dc-71ec-46e6-883b-3078ebfe3050",
"type": "lvl3",
"url": "/docs/guide/design-principles#customization-and-flexibility",
"hierarchy": {
"lvl1": "Design Principles",
"lvl2": "Modular Design",
"lvl3": "Customization and Flexibility"
}
},
{
"content": "Consistent API",
"objectID": "d410f115-b379-48b7-a275-df778ed53def",
"type": "lvl3",
"url": "/docs/guide/design-principles#consistent-api",
"hierarchy": {
"lvl1": "Design Principles",
"lvl2": "Customization and Flexibility",
"lvl3": "Consistent API"
}
},
{
"content": "Accessibility",
"objectID": "7b604ac7-d313-4393-af9f-7afca4689269",
"type": "lvl3",
"url": "/docs/guide/design-principles#accessibility",
"hierarchy": {
"lvl1": "Design Principles",
"lvl2": "Consistent API",
"lvl3": "Accessibility"
}
},
{
"content": "Component Slots",
"objectID": "482c145d-b235-4816-aab7-8fb8186a4ab9",
"type": "lvl3",
"url": "/docs/guide/design-principles#component-slots",
"hierarchy": {
"lvl1": "Design Principles",
"lvl2": "Accessibility",
"lvl3": "Component Slots"
}
},
{
"content": "Installation",
"objectID": "86d0638f-b6e2-4b4a-9f85-530e556c177d",
"type": "lvl1",
"url": "/docs/guide/installation",
"hierarchy": { "lvl1": "Installation" }
},
{
"content": "Global Installation",
"objectID": "1aad2d73-b120-4898-b9ac-cf99f8bc9245",
"type": "lvl2",
"url": "/docs/guide/installation#global-installation",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Global Installation",
"lvl3": null
}
},
{
"content": "Install Packages",
"objectID": "2b7e67ad-16a2-4b3f-870a-8350ebc5888f",
"type": "lvl3",
"url": "/docs/guide/installation#install-packages",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Global Installation",
"lvl3": "Install Packages"
}
},
{
"content": "Tailwind CSS Setup",
"objectID": "b47baf88-b923-4870-8664-a8a0e950fb1f",
"type": "lvl3",
"url": "/docs/guide/installation#tailwind-css-setup",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Install Packages",
"lvl3": "Tailwind CSS Setup"
}
},
{
"content": "Provider Setup",
"objectID": "a8db5af4-ff8f-4462-a75d-9fa6ca9849da",
"type": "lvl3",
"url": "/docs/guide/installation#provider-setup",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Tailwind CSS Setup",
"lvl3": "Provider Setup"
}
},
{
"content": "Setup pnpm (optional)",
"objectID": "14b04154-6b79-4a17-ba80-c73a95ae8d94",
"type": "lvl3",
"url": "/docs/guide/installation#setup-pnpm-optional",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Provider Setup",
"lvl3": "Setup pnpm (optional)"
}
},
{
"content": "Individual Installation",
"objectID": "00035beb-676b-45d5-8a73-fae0e178d9eb",
"type": "lvl2",
"url": "/docs/guide/installation#individual-installation",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Individual Installation",
"lvl3": null
}
},
{
"content": "Install Core Packages",
"objectID": "87cf9e93-e806-499c-a3dd-d32698256d48",
"type": "lvl3",
"url": "/docs/guide/installation#install-core-packages",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Individual Installation",
"lvl3": "Install Core Packages"
}
},
{
"content": "Install Component",
"objectID": "484025cf-4366-4554-abe0-88e44a5409ad",
"type": "lvl3",
"url": "/docs/guide/installation#install-component",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Install Core Packages",
"lvl3": "Install Component"
}
},
{
"content": "Tailwind CSS Setup",
"objectID": "1c2ba3ab-a673-4a42-ad5f-9207d0e2f9be",
"type": "lvl3",
"url": "/docs/guide/installation#tailwind-css-setup-1",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Install Component",
"lvl3": "Tailwind CSS Setup"
}
},
{
"content": "Provider Setup",
"objectID": "ef77311c-24c7-411d-b7ea-49bb65b3461f",
"type": "lvl3",
"url": "/docs/guide/installation#provider-setup-1",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Tailwind CSS Setup",
"lvl3": "Provider Setup"
}
},
{
"content": "Use the Component",
"objectID": "65c3aad1-2483-475a-9d50-b52cebd48465",
"type": "lvl3",
"url": "/docs/guide/installation#use-the-component",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Provider Setup",
"lvl3": "Use the Component"
}
},
{
"content": "Setup pnpm (optional)",
"objectID": "6e11bd66-1af9-4602-9e52-b3d10ade18ca",
"type": "lvl3",
"url": "/docs/guide/installation#setup-pnpm-optional-1",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Use the Component",
"lvl3": "Setup pnpm (optional)"
}
},
{
"content": "Framework Guides",
"objectID": "a08e064b-cee7-4ce8-8d7b-5235dec1a8cb",
"type": "lvl2",
"url": "/docs/guide/installation#framework-guides",
"hierarchy": {
"lvl1": "Installation",
"lvl2": "Framework Guides",
"lvl3": null
}
},
{
"content": "Introduction",
"objectID": "54640cd0-2b9c-4038-91b3-22553ce3ed75",
"type": "lvl1",
"url": "/docs/guide/introduction",
"hierarchy": { "lvl1": "Introduction" }
},
{
"content": "What is NextUI?",
"objectID": "920861b3-24ff-45f7-8953-785399e18db4",
"type": "lvl2",
"url": "/docs/guide/introduction#what-is-nextui",
"hierarchy": {
"lvl1": "Introduction",
"lvl2": "What is NextUI?",
"lvl3": null
}
},
{
"content": "FAQ",
"objectID": "8b1586d0-3331-4402-8612-46bf7aaa65ab",
"type": "lvl2",
"url": "/docs/guide/introduction#faq",
"hierarchy": { "lvl1": "Introduction", "lvl2": "FAQ", "lvl3": null }
},
{
"content": "Is NextUI a Vercel related project?",
"objectID": "d9a32a9c-9857-4448-90c9-7651ffbd202c",
"type": "lvl3",
"url": "/docs/guide/introduction#is-nextui-a-vercel-related-project",
"hierarchy": {
"lvl1": "Introduction",
"lvl2": "FAQ",
"lvl3": "Is NextUI a Vercel related project?"
}
},
{
"content": "How is NextUI different from TailwindCSS?",
"objectID": "46140a4e-0194-4a17-b210-dc82142a0811",
"type": "lvl3",
"url": "/docs/guide/introduction#how-is-nextui-different-from-tailwindcss",
"hierarchy": {
"lvl1": "Introduction",
"lvl2": "Is NextUI a Vercel related project?",
"lvl3": "How is NextUI different from TailwindCSS?"
}
},
{
"content": "How is NextUI different from TailwindCSS components libraries?",
"objectID": "69e8ad8a-28f4-44dd-acdd-12b19bdde7a5",
"type": "lvl3",
"url": "/docs/guide/introduction#how-is-nextui-different-from-tailwindcss-components-libraries",
"hierarchy": {
"lvl1": "Introduction",
"lvl2": "How is NextUI different from TailwindCSS?",
"lvl3": "How is NextUI different from TailwindCSS components libraries?"
}
},
{
"content": "How NextUI deals with TailwindCSS classes conflicts?",
"objectID": "6c6355a3-5ca6-4cb8-bd2d-e4352c7eb290",
"type": "lvl3",
"url": "/docs/guide/introduction#how-nextui-deals-with-tailwindcss-classes-conflicts",
"hierarchy": {
"lvl1": "Introduction",
"lvl2": "How is NextUI different from TailwindCSS components libraries?",
"lvl3": "How NextUI deals with TailwindCSS classes conflicts?"
}
},
{
"content": "Does NextUI use runtime CSS?",
"objectID": "61345ad2-1f49-459a-a785-5ca93dab4f2c",
"type": "lvl3",
"url": "/docs/guide/introduction#does-nextui-use-runtime-css",
"hierarchy": {
"lvl1": "Introduction",
"lvl2": "How NextUI deals with TailwindCSS classes conflicts?",
"lvl3": "Does NextUI use runtime CSS?"
}
},
{
"content": "Does NextUI support TypeScript?",
"objectID": "7582c9ed-a83c-4dd5-822c-524fad99e0cf",
"type": "lvl3",
"url": "/docs/guide/introduction#does-nextui-support-typescript",
"hierarchy": {
"lvl1": "Introduction",
"lvl2": "Does NextUI use runtime CSS?",
"lvl3": "Does NextUI support TypeScript?"
}
},
{
"content": "Can I use NextUI with other front-end frameworks or libraries, such as Vue or Angular?",
"objectID": "7941b131-48de-4280-bb17-294e1809e947",
"type": "lvl3",
"url": "/docs/guide/introduction#can-i-use-nextui-with-other-front-end-frameworks-or-libraries-such-as-vue-or-angular",
"hierarchy": {
"lvl1": "Introduction",
"lvl2": "Does NextUI support TypeScript?",
"lvl3": "Can I use NextUI with other front-end frameworks or libraries, such as Vue or Angular?"
}
},
{
"content": "Why NextUI uses Framer Motion?",
"objectID": "15e1fcc9-407c-4312-9139-f01cbcd32df6",
"type": "lvl3",
"url": "/docs/guide/introduction#why-nextui-uses-framer-motion",
"hierarchy": {
"lvl1": "Introduction",
"lvl2": "Can I use NextUI with other front-end frameworks or libraries, such as Vue or Angular?",
"lvl3": "Why NextUI uses Framer Motion?"
}
},
{
"content": "Community",
"objectID": "c133e6a4-e43c-438b-a043-fefd8bd7f266",
"type": "lvl2",
"url": "/docs/guide/introduction#community",
"hierarchy": { "lvl1": "Introduction", "lvl2": "Community", "lvl3": null }
},
{
"content": "Contributing",
"objectID": "a2044d56-b279-4bb9-9c3d-82f583206cfc",
"type": "lvl2",
"url": "/docs/guide/introduction#contributing",
"hierarchy": {
"lvl1": "Introduction",
"lvl2": "Contributing",
"lvl3": null
}
},
{
"content": "Routing",
"objectID": "0404cabb-386c-4653-bdb3-07633b1d603a",
"type": "lvl1",
"url": "/docs/guide/routing",
"hierarchy": { "lvl1": "Routing" }
},
{
"content": "Introduction",
"objectID": "d81aecea-e129-4fd3-ba43-46ccf9313f8f",
"type": "lvl2",
"url": "/docs/guide/routing#introduction",
"hierarchy": { "lvl1": "Routing", "lvl2": "Introduction", "lvl3": null }
},
{
"content": "NextUIProvider Setup",
"objectID": "c3cb7137-58df-4e4b-80d4-1c4c6b9e1560",
"type": "lvl3",
"url": "/docs/guide/routing#nextuiprovider-setup",
"hierarchy": {
"lvl1": "Routing",
"lvl2": "Introduction",
"lvl3": "NextUIProvider Setup"
}
},
{
"content": "Next.js",
"objectID": "4a84e80f-0f22-4ab1-871d-00d1ae7b65bf",
"type": "lvl3",
"url": "/docs/guide/routing#nextjs",
"hierarchy": {
"lvl1": "Routing",
"lvl2": "NextUIProvider Setup",
"lvl3": "Next.js"
}
},
{
"content": "App Router",
"objectID": "d61d5850-5e6f-47f9-81e7-a4cf6f25d899",
"type": "lvl4",
"url": "/docs/guide/routing#app-router",
"hierarchy": { "lvl1": "Routing", "lvl2": "Next.js", "lvl3": null }
},
{
"content": "Add the `useRouter`",
"objectID": "a1e51f32-71a2-4929-89b8-9d235cceef31",
"type": "lvl4",
"url": "/docs/guide/routing#add-the-userouter",
"hierarchy": { "lvl1": "Routing", "lvl2": "App Router", "lvl3": null }
},
{
"content": "Add Provider to Root",
"objectID": "7a5c9aa4-1e39-455a-9734-cb3170c34763",
"type": "lvl4",
"url": "/docs/guide/routing#add-provider-to-root",
"hierarchy": {
"lvl1": "Routing",
"lvl2": "Add the `useRouter`",
"lvl3": null
}
},
{
"content": "Pages Router",
"objectID": "56a30ee3-c206-4b1c-bf8b-15f77a04b536",
"type": "lvl4",
"url": "/docs/guide/routing#pages-router",
"hierarchy": {
"lvl1": "Routing",
"lvl2": "Add Provider to Root",
"lvl3": null
}
},
{
"content": "React Router",
"objectID": "a52d4a9c-109e-455c-8a5f-bb4fb9d17ca7",
"type": "lvl3",
"url": "/docs/guide/routing#react-router",
"hierarchy": {
"lvl1": "Routing",
"lvl2": "Pages Router",
"lvl3": "React Router"
}
},
{
"content": "Remix",
"objectID": "dd0caa40-b646-46f2-91fd-684c388b81f4",
"type": "lvl3",
"url": "/docs/guide/routing#remix",
"hierarchy": { "lvl1": "Routing", "lvl2": "React Router", "lvl3": "Remix" }
},
{
"content": "Usage examples",
"objectID": "73dab319-8b4c-47bb-92ab-3ddea402590c",
"type": "lvl3",
"url": "/docs/guide/routing#usage-examples",
"hierarchy": {
"lvl1": "Routing",
"lvl2": "Remix",
"lvl3": "Usage examples"
}
},
{
"content": "Upgrade to v2",
"objectID": "c995a668-cd77-49e6-ad9b-35179678bd69",
"type": "lvl1",
"url": "/docs/guide/upgrade-to-v2",
"hierarchy": { "lvl1": "Upgrade to v2" }
},
{
"content": "Next.js upgrade steps",
"objectID": "990fbe8d-3644-4449-8f10-b4449dd5eb7d",
"type": "lvl2",
"url": "/docs/guide/upgrade-to-v2#nextjs-upgrade-steps",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Next.js upgrade steps",
"lvl3": null
}
},
{
"content": "App directory Setup",
"objectID": "ede8cbcc-1175-4b9f-86e2-087282f44cd9",
"type": "lvl2",
"url": "/docs/guide/upgrade-to-v2#app-directory-setup",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "App directory Setup",
"lvl3": null
}
},
{
"content": "Installation",
"objectID": "809746e7-dfcd-4d7a-8061-9761b4e96880",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#installation",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "App directory Setup",
"lvl3": "Installation"
}
},
{
"content": "Tailwind CSS Setup",
"objectID": "71aa081d-d480-4dc5-bece-6784ae184633",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#tailwind-css-setup",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Installation",
"lvl3": "Tailwind CSS Setup"
}
},
{
"content": "Setup Provider",
"objectID": "523c7541-2fb1-42b9-b40f-425aa111f29b",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#setup-provider",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Tailwind CSS Setup",
"lvl3": "Setup Provider"
}
},
{
"content": "Add Provider to Root",
"objectID": "cabbdfe7-7783-43c5-938a-a672ff29d9c1",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#add-provider-to-root",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Setup Provider",
"lvl3": "Add Provider to Root"
}
},
{
"content": "Use NextUI Components",
"objectID": "d8f45caf-2c1f-4ae3-8208-2eab83e00c70",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#use-nextui-components",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Add Provider to Root",
"lvl3": "Use NextUI Components"
}
},
{
"content": "Setup pnpm (optional)",
"objectID": "f2d71f65-a7ff-4955-985d-feecf9ef5c96",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#setup-pnpm-optional",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Use NextUI Components",
"lvl3": "Setup pnpm (optional)"
}
},
{
"content": "Pages Directory Setup",
"objectID": "bfa5e760-b183-4ecb-97e7-c7d7c9302590",
"type": "lvl2",
"url": "/docs/guide/upgrade-to-v2#pages-directory-setup",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Pages Directory Setup",
"lvl3": null
}
},
{
"content": "Installation",
"objectID": "95ebaa82-2423-4e38-8e45-54bca8f23fc7",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#installation-1",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Pages Directory Setup",
"lvl3": "Installation"
}
},
{
"content": "Tailwind CSS Setup",
"objectID": "bfa27f3f-542c-4f0a-85d2-a35ea605e32a",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#tailwind-css-setup-1",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Installation",
"lvl3": "Tailwind CSS Setup"
}
},
{
"content": "Setup Provider",
"objectID": "61aad957-f7eb-4dcc-9f01-0b5c839e116f",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#setup-provider-1",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Tailwind CSS Setup",
"lvl3": "Setup Provider"
}
},
{
"content": "Use NextUI Components",
"objectID": "5b5a1e07-4ea4-40ed-a8ae-d683596eb562",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#use-nextui-components-1",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Setup Provider",
"lvl3": "Use NextUI Components"
}
},
{
"content": "Setup pnpm (optional)",
"objectID": "d7c1e4f9-bec8-4657-af00-ced36009ab66",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#setup-pnpm-optional-1",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Use NextUI Components",
"lvl3": "Setup pnpm (optional)"
}
},
{
"content": "React upgrade steps",
"objectID": "cbd9597e-ee2b-4ebc-94bf-3b76adc925e0",
"type": "lvl2",
"url": "/docs/guide/upgrade-to-v2#react-upgrade-steps",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "React upgrade steps",
"lvl3": null
}
},
{
"content": "Upgrade React version",
"objectID": "e245df9c-5db1-438d-bed9-d76eae317f3f",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#upgrade-react-version",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "React upgrade steps",
"lvl3": "Upgrade React version"
}
},
{
"content": "Install Framer motion",
"objectID": "44da2fdc-50c8-4a28-9205-434f8f670d5a",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#install-framer-motion",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Upgrade React version",
"lvl3": "Install Framer motion"
}
},
{
"content": "TailwindCSS Setup",
"objectID": "c699d2b0-8d70-420b-959c-f79516fac368",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#tailwindcss-setup",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Install Framer motion",
"lvl3": "TailwindCSS Setup"
}
},
{
"content": "Provider Setup",
"objectID": "d329cbc7-7c8f-4a65-b217-59eb64cbe1e3",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#provider-setup",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "TailwindCSS Setup",
"lvl3": "Provider Setup"
}
},
{
"content": "Use NextUI Components",
"objectID": "68a0680e-be28-4345-96aa-4cc6d56561db",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#use-nextui-components-2",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Provider Setup",
"lvl3": "Use NextUI Components"
}
},
{
"content": "Setup pnpm (optional)",
"objectID": "fb78381b-8294-436d-8440-0e67d4a1e812",
"type": "lvl3",
"url": "/docs/guide/upgrade-to-v2#setup-pnpm-optional-2",
"hierarchy": {
"lvl1": "Upgrade to v2",
"lvl2": "Use NextUI Components",
"lvl3": "Setup pnpm (optional)"
}
}
]