Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI bot should not appear inside of the iframes #2783

Open
wants to merge 3 commits into
base: canary
Choose a base branch
from

Conversation

kuri-sun
Copy link
Member

@kuri-sun kuri-sun commented Apr 18, 2024

Closes #

📝 Description

  • fixed the bug that the AI bot keeps appearing inside of the frames.
  • removed unnecessary iframe-examples files from the code base.

⛳️ Current behavior (updates)

CleanShot 2024-04-15 at 11 39 20 (1)

🚀 New behavior

  • Table (iframe -> react-live-demo)
tables.mov
  • Select (iframe -> react-live-demo)
select-async-load.mov
  • Navbar (iframe -> react-live-demo)
navbars.mov
  • Modal (iframe -> react-live-demo)
modal-placement.mov

💣 Is this a breaking change (Yes/No):

No. I'm going to use the above videos as testing proof.

📝 Additional Information

Summary by CodeRabbit

  • New Features

    • Added infinite scroll and asynchronous data handling in various components.
    • Enhanced icon usability with simplified props and direct imports.
  • Refactor

    • Streamlined code and improved data fetching logic for tables with pagination and sorting features.
    • Simplified import statements and removed unnecessary dependencies across multiple components.
  • Documentation

    • Updated code demos in documentation to enhance clarity and user experience, including adjustments in modal and navbar components.
  • Style

    • Fixed icon component styles by setting fixed values directly in the components.

@kuri-sun kuri-sun added 🐛 Type: Bug Something isn't working 🟠 Priority: High 📋 Scope : Docs Related to the documentation labels Apr 18, 2024
@kuri-sun kuri-sun self-assigned this Apr 18, 2024
Copy link

linear bot commented Apr 18, 2024

Copy link

changeset-bot bot commented Apr 18, 2024

⚠️ No Changeset found

Latest commit: ba25d19

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Apr 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nextui-docs-v2 ✅ Ready (Inspect) Visit Preview Apr 18, 2024 2:33pm
nextui-storybook-v2 ✅ Ready (Inspect) Visit Preview Apr 18, 2024 2:33pm

Copy link
Contributor

coderabbitai bot commented Apr 18, 2024

Walkthrough

The updates primarily focus on refining component imports, simplifying props in icon components, and enhancing data fetching mechanisms across various components like tables and selects. Changes also include the removal of asIframe properties to alter the rendering of code demos. These modifications aim to streamline codebases, improve readability, and optimize data handling processes.

Changes

File Path Change Summary
.../code-demo/react-live-demo.tsx Added imports for hooks useInfiniteScroll and useAsyncList.
.../navbar/with-dropdown-menu.ts Simplified icon components by removing redundant props and updating usage.
.../select/async-loading-items.ts Refactored to enhance state management and dynamic item handling in Select component.
.../table/async-pagination.ts
.../table/infinite-pagination.ts
.../table/load-more.ts
.../table/sorting.ts
Updated data fetching and pagination logic in table components using improved async functions and state management.
.../table/custom-styles.ts
.../table/use-case.ts
Consolidated imports and streamlined dependencies in table components.
.../docs/components/modal.mdx Adjusted modal example preview height.
.../docs/components/navbar.mdx
.../docs/components/select.mdx
.../docs/components/table.mdx
Removed asIframe from CodeDemo components, affecting rendering in documentation.

Recent Review Details

Configuration used: .coderabbit.yaml

Commits Files that changed from the base of the PR and between a644544 and ba25d19.
Files selected for processing (13)
  • apps/docs/components/docs/components/code-demo/react-live-demo.tsx (2 hunks)
  • apps/docs/content/components/navbar/with-dropdown-menu.ts (8 hunks)
  • apps/docs/content/components/select/async-loading-items.ts (7 hunks)
  • apps/docs/content/components/table/async-pagination.ts (3 hunks)
  • apps/docs/content/components/table/custom-styles.ts (4 hunks)
  • apps/docs/content/components/table/infinite-pagination.ts (1 hunks)
  • apps/docs/content/components/table/load-more.ts (1 hunks)
  • apps/docs/content/components/table/sorting.ts (1 hunks)
  • apps/docs/content/components/table/use-case.ts (4 hunks)
  • apps/docs/content/docs/components/modal.mdx (1 hunks)
  • apps/docs/content/docs/components/navbar.mdx (11 hunks)
  • apps/docs/content/docs/components/select.mdx (1 hunks)
  • apps/docs/content/docs/components/table.mdx (6 hunks)
Files skipped from review due to trivial changes (1)
  • apps/docs/content/components/table/use-case.ts
Additional Context Used
LanguageTool (1236)
apps/docs/content/docs/components/modal.mdx (155)

Near line 5: This sentence does not start with an uppercase letter.
Context: ... provides additional information." --- import {modalContent} from "@/content/componen...


Near line 20: Possible spelling mistake found.
Context: .../> --- ## Installation <PackageManagers commands={{ cli: "nextui add moda...


Near line 21: Don’t put a space after the opening parenthesis.
Context: ...tallation <PackageManagers commands={{ cli: "nextui add modal", npm: "n...


Near line 22: Possible spelling mistake found.
Context: ...ion <PackageManagers commands={{ cli: "nextui add modal", npm: "npm inst...


Near line 22: Possible spelling mistake found.
Context: ...PackageManagers commands={{ cli: "nextui add modal", npm: "npm install @next...


Near line 23: Possible spelling mistake found.
Context: ...nds={{ cli: "nextui add modal", npm: "npm install @nextui-org/modal", y...


Near line 23: Possible spelling mistake found.
Context: ... cli: "nextui add modal", npm: "npm install @nextui-org/modal", yarn: "...


Near line 25: Possible spelling mistake found.
Context: ...yarn: "yarn add @nextui-org/modal", pnpm: "pnpm add @nextui-org/modal", bun:...


Near line 25: Possible spelling mistake found.
Context: ...yarn add @nextui-org/modal", pnpm: "pnpm add @nextui-org/modal", bun: "bun a...


Near line 27: Don’t put a space before the closing parenthesis.
Context: ..., bun: "bun add @nextui-org/modal" }} /> ## Import NextUI exports 5 modal...


Near line 32: Possible spelling mistake found.
Context: ...@nextui-org/modal" }} /> ## Import NextUI exports 5 modal-related components: - ...


Near line 36: Possible spelling mistake found.
Context: ... main component to display a modal. - ModalContent: The wrapper of the other modal compo...


Near line 37: Possible spelling mistake found.
Context: ...pper of the other modal components. - ModalHeader: The header of the modal. - **ModalBo...


Near line 38: Possible spelling mistake found.
Context: ...lHeader**: The header of the modal. - ModalBody: The body of the modal. - **ModalFoot...


Near line 39: Possible spelling mistake found.
Context: ...ModalBody**: The body of the modal. - ModalFooter: The footer of the modal. <ImportTab...


Near line 41: Possible spelling mistake found.
Context: ...dalFooter**: The footer of the modal. <ImportTabs commands={{ main: `import { Mod...


Near line 42: Don’t put a space after the opening parenthesis.
Context: ... of the modal. <ImportTabs commands={{ main: `import { Modal, ModalCon...


Near line 49: Loose punctuation mark.
Context: ...ModalFooter } from "@nextui-org/react";, individual: import { Modal...


Near line 57: Loose punctuation mark.
Context: ...ModalFooter } from "@nextui-org/modal";`, }} /> ## Usage When the modal opens...


Near line 58: Don’t put a space before the closing parenthesis.
Context: ...alFooter } from "@nextui-org/modal";`, }} /> ## Usage When the modal opens: -...


Near line 65: Possible spelling mistake found.
Context: ...d within the modal and set to the first tabbable element. - Content behind a modal dialo...


Near line 74: Possible spelling mistake found.
Context: ...zes" files={modalContent.sizes} /> ### Non-dissmissable By default, the modal can be closed by...


Near line 79: Possible spelling mistake found.
Context: ...ng the following properties: - Set the isDismissable property to false to prevent the mod...


Near line 80: Possible spelling mistake found.
Context: ...when clicking on the overlay. - Set the isKeyboardDismissDisabled property to true to prevent the moda...


Near line 85: Did you mean: “By default,”?
Context: ...onDismissable} /> ### Modal placement By default the modal is centered on screens higher...


Near line 86: Possible spelling mistake found.
Context: ...odal is centered on screens higher than sm and is at the bottom of the screen o...


Near line 100: Possible spelling mistake found.
Context: .... ### Overflow scroll You can use the scrollBehavior prop to set the scroll behavior of the...


Near line 102: This sentence does not start with an uppercase letter.
Context: ... the scroll behavior of the modal. - inside: The modal content will be scrollable...


Near line 103: This sentence does not start with an uppercase letter.
Context: ...e modal content will be scrollable. - outside: The modal content will be scrollable...


Near line 103: Use a comma before “and” if it connects two independent clauses (unless they are closely connected and short).
Context: ...**: The modal content will be scrollable and the modal will be fixed. <CodeDemo tit...


Near line 110: This sentence does not start with an uppercase letter.
Context: ...with form elements without any problem. the focus returns to the trigger when the m...


Near line 114: Possible spelling mistake found.
Context: ...t.form} /> > Note: You can add the autoFocus prop to the first Input component to...


Near line 131: Possible spelling mistake found.
Context: ...} /> ### Custom Motion Modal offers a motionProps property to customize the enter / `e...


Near line 139: This sentence does not start with an uppercase letter.
Context: ...on/animation/#variants). ## Slots - wrapper: The wrapper slot of the modal. It wr...


Near line 140: This sentence does not start with an uppercase letter.
Context: ...he base and the backdrop slots. - base: The main slot of the modal content. ...


Near line 141: This sentence does not start with an uppercase letter.
Context: ...The main slot of the modal content. - backdrop: The backdrop slot, it is displayed b...


Near line 142: This sentence does not start with an uppercase letter.
Context: ..., it is displayed behind the modal. - header: The header of the modal, it is displ...


Near line 143: This sentence does not start with an uppercase letter.
Context: ... displayed at the top of the modal. - body: The body of the modal, it is display...


Near line 144: This sentence does not start with an uppercase letter.
Context: ...splayed in the middle of the modal. - footer: The footer of the modal, it is displ...


Near line 145: Possible spelling mistake found.
Context: ...splayed at the bottom of the modal. - closeButton: The close button of the modal. ### ...


Near line 159: This sentence does not start with an uppercase letter.
Context: ... attributes on the base element: - data-open: When the modal is open. Based on m...


Near line 161: This sentence does not start with an uppercase letter.
Context: ...odal is open. Based on modal state. - data-dismissable: When the modal is dismissable. Bas...


Near line 162: Possible spelling mistake found.
Context: ...data-dismissable**: When the modal is dismissable. Based on isDismissable prop. <Space...


Near line 162: Possible spelling mistake found.
Context: ...When the modal is dismissable. Based on isDismissable prop. ## Accessibil...


Near line 180: Possible typo: you repeated a whitespace
Context: .../> ## API ### Modal Props | Attribute | Type ...


Near line 180: Possible typo: you repeated a whitespace
Context: ...rops | Attribute | Type | Description ...


Near line 180: Possible typo: you repeated a whitespace
Context: ... | Description | Default | | ------------------...


Near line 180: Possible typo: you repeated a whitespace
Context: ... | Default | | ------------------------- | --------...


Near line 182: Possible typo: you repeated a whitespace
Context: ...------- | --------------- | | children* | ReactNode ...


Near line 182: Possible spelling mistake found.
Context: ...------- | | children* | ReactNode ...


Near line 182: Possible typo: you repeated a whitespace
Context: ... children* | ReactNode | The content of the modal. It's usually...


Near line 182: Possible spelling mistake found.
Context: ... content of the modal. It's usually the ModalContent. ...


Near line 182: Possible typo: you repeated a whitespace
Context: ...modal. It's usually the ModalContent. | - | | size ...


Near line 182: Possible typo: you repeated a whitespace
Context: ... | - | | size | xs | ...


Near line 183: Possible typo: you repeated a whitespace
Context: ... | - | | size | xs | sm | md | lg | xl ...


Near line 183: Possible spelling mistake found.
Context: ... | | size | xs | sm | md | lg | xl | `2x...


Near line 183: Possible spelling mistake found.
Context: ...| | size | xs | sm | md | lg | xl | 2xl | `3...


Near line 183: Possible spelling mistake found.
Context: ... | xs | sm | md | lg | xl | 2xl | 3xl | `...


Near line 183: Possible spelling mistake found.
Context: ... | xs | sm | md | lg | xl | 2xl | 3xl | 4xl | 5xl |...


Near line 183: Possible typo: you repeated a whitespace
Context: ...xl\|3xl\|4xl\|5xl\|full` | The modal size. This changes the modal...


Near line 183: Possible typo: you repeated a whitespace
Context: ... modal max-width and height (full). | md | | radius ...


Near line 183: Possible spelling mistake found.
Context: ...(full). | md | | radius ...


Near line 183: Possible typo: you repeated a whitespace
Context: ...l). | md | | radius | none ...


Near line 184: Possible typo: you repeated a whitespace
Context: ... | md | | radius | none | sm | md | lg ...


Near line 184: Possible spelling mistake found.
Context: ...| radius | none | sm | md | lg ...


Near line 184: Possible spelling mistake found.
Context: ... | none | sm | md | lg ...


Near line 184: Possible typo: you repeated a whitespace
Context: ... | none | sm | md | lg | The modal border radius. ...


Near line 184: Possible typo: you repeated a whitespace
Context: ... | The modal border radius. | lg | | shadow ...


Near line 184: Possible typo: you repeated a whitespace
Context: ... | lg | | shadow | none ...


Near line 185: Possible typo: you repeated a whitespace
Context: ... | lg | | shadow | none | sm | md | lg ...


Near line 185: Possible spelling mistake found.
Context: ...| shadow | none | sm | md | lg ...


Near line 185: Possible spelling mistake found.
Context: ... | none | sm | md | lg ...


Near line 185: Possible typo: you repeated a whitespace
Context: ... | none | sm | md | lg | The modal shadow. ...


Near line 185: Possible typo: you repeated a whitespace
Context: ... | The modal shadow. | lg | | backdrop ...


Near line 185: Possible typo: you repeated a whitespace
Context: ... | lg | | backdrop | `transpa...


Near line 186: Possible typo: you repeated a whitespace
Context: ... | lg | | backdrop | transparent | opaque | blur ...


Near line 186: Possible typo: you repeated a whitespace
Context: ... | transparent | opaque | blur | The modal backdrop type. ...


Near line 186: Possible typo: you repeated a whitespace
Context: ... | The modal backdrop type. | opaque | | scrollBehavior ...


Near line 186: Possible typo: you repeated a whitespace
Context: ... | opaque | | scrollBehavior | normal...


Near line 187: Possible spelling mistake found.
Context: ... | opaque | | scrollBehavior | normal | inside | `o...


Near line 187: Possible typo: you repeated a whitespace
Context: ... | opaque | | scrollBehavior | normal | inside | outside ...


Near line 187: Possible typo: you repeated a whitespace
Context: ... | normal | inside | outside | The modal scroll behavior. ...


Near line 187: Possible typo: you repeated a whitespace
Context: ... | The modal scroll behavior. | normal | | placement ...


Near line 187: Possible typo: you repeated a whitespace
Context: ... | normal | | placement | auto ...


Near line 188: Possible typo: you repeated a whitespace
Context: ... | normal | | placement | auto | top | center | `bottom...


Near line 188: Possible typo: you repeated a whitespace
Context: ... auto | top | center | bottom | The modal position. ...


Near line 188: Possible typo: you repeated a whitespace
Context: ... | The modal position. | auto | | isOpen ...


Near line 188: Possible typo: you repeated a whitespace
Context: ... | auto | | isOpen | `boolean...


Near line 189: Possible spelling mistake found.
Context: ... | auto | | isOpen | boolean ...


Near line 189: Possible typo: you repeated a whitespace
Context: ... | auto | | isOpen | boolean ...


Near line 189: Possible typo: you repeated a whitespace
Context: ... | isOpen | boolean | Whether the modal is open by default (...


Near line 189: Possible typo: you repeated a whitespace
Context: ... modal is open by default (controlled). | - | | defaultOpen ...


Near line 189: Possible typo: you repeated a whitespace
Context: ... | - | | defaultOpen | `boolean...


Near line 190: Possible spelling mistake found.
Context: ... | - | | defaultOpen | boolean ...


Near line 190: Possible typo: you repeated a whitespace
Context: ... | - | | defaultOpen | boolean ...


Near line 190: Possible typo: you repeated a whitespace
Context: ... | defaultOpen | boolean | Whether the modal is open by default (...


Near line 190: Possible typo: you repeated a whitespace
Context: ...odal is open by default (uncontrolled). | - | | isDismissable ...


Near line 190: Possible typo: you repeated a whitespace
Context: ... | - | | isDismissable | `boolean...


Near line 191: Possible spelling mistake found.
Context: ... | - | | isDismissable | boolean ...


Near line 191: Possible typo: you repeated a whitespace
Context: ... | - | | isDismissable | boolean ...


Near line 191: Possible typo: you repeated a whitespace
Context: ... | isDismissable | boolean | Whether the modal can be closed by cli...


Near line 191: Possible typo: you repeated a whitespace
Context: ...lay or pressing the Esc key. | true | | isKeyboardDismissD...


Near line 191: Possible typo: you repeated a whitespace
Context: ... the Esc key. | true | | isKeyboardDismissDisabled | `boolean...


Near line 192: Possible spelling mistake found.
Context: .../Kbd> key. | true | | isKeyboardDismissDisabled | boolean ...


Near line 192: Possible typo: you repeated a whitespace
Context: ... | isKeyboardDismissDisabled | boolean | Whether pressing the Esc ke...


Near line 192: Possible typo: you repeated a whitespace
Context: ... to close the modal should be disabled. | false | | shouldBlockScroll ...


Near line 192: Possible typo: you repeated a whitespace
Context: ...sabled. | false | | shouldBlockScroll | `boolean...


Near line 193: Possible spelling mistake found.
Context: ... | false | | shouldBlockScroll | boolean ...


Near line 193: Possible typo: you repeated a whitespace
Context: ... | false | | shouldBlockScroll | boolean ...


Near line 193: Possible typo: you repeated a whitespace
Context: ... | shouldBlockScroll | boolean | Whether the modal should block the scr...


Near line 193: Possible typo: you repeated a whitespace
Context: ...d block the scroll of the page on open. | true | | hideCloseButton ...


Near line 193: Possible typo: you repeated a whitespace
Context: ... | true | | hideCloseButton | `boolean...


Near line 194: Possible spelling mistake found.
Context: ... | true | | hideCloseButton | boolean ...


Near line 194: Possible typo: you repeated a whitespace
Context: ... | true | | hideCloseButton | boolean ...


Near line 194: Possible typo: you repeated a whitespace
Context: ... | hideCloseButton | boolean | Whether to hide the modal close button...


Near line 194: Possible typo: you repeated a whitespace
Context: ...Whether to hide the modal close button. | false | | closeButton ...


Near line 194: Possible typo: you repeated a whitespace
Context: ... | false | | closeButton | `ReactNo...


Near line 195: Possible spelling mistake found.
Context: ... | false | | closeButton | ReactNode ...


Near line 195: Possible typo: you repeated a whitespace
Context: ... | false | | closeButton | ReactNode ...


Near line 195: Possible spelling mistake found.
Context: ... | | closeButton | ReactNode ...


Near line 195: Possible typo: you repeated a whitespace
Context: ... closeButton | ReactNode | Custom close button to display on top ...


Near line 195: Consider adding a hyphen.
Context: ... | Custom close button to display on top right corner. ...


Near line 195: Possible typo: you repeated a whitespace
Context: ... button to display on top right corner. | - | | motionProps ...


Near line 195: Possible typo: you repeated a whitespace
Context: ... | - | | motionProps | [MotionP...


Near line 196: Possible spelling mistake found.
Context: ... | - | | motionProps | [MotionProps](#motion-p...


Near line 196: Possible typo: you repeated a whitespace
Context: ... | - | | motionProps | MotionProps ...


Near line 196: Possible spelling mistake found.
Context: ... | | motionProps | MotionProps ...


Near line 196: Possible typo: you repeated a whitespace
Context: ... | MotionProps | The props to modify the framer motion ...


Near line 196: Possible typo: you repeated a whitespace
Context: ...ntsAPI to create your own animation. | | | portalContainer |HTMLEle...


Near line 197: Possible spelling mistake found.
Context: ...ur own animation. | | | portalContainer | HTMLElement ...


Near line 197: Possible typo: you repeated a whitespace
Context: ...n. | | | portalContainer | HTMLElement ...


Near line 197: Possible spelling mistake found.
Context: ... | | portalContainer | HTMLElement ...


Near line 197: Possible typo: you repeated a whitespace
Context: ...ortalContainer | HTMLElement | The container element in which the ove...


Near line 197: Possible typo: you repeated a whitespace
Context: ...hich the overlay portal will be placed. | document.body | | disableAnimation ...


Near line 198: Possible spelling mistake found.
Context: ... | document.body | | disableAnimation | boolean ...


Near line 198: Possible typo: you repeated a whitespace
Context: ... | document.body | | disableAnimation | boolean ...


Near line 198: Possible typo: you repeated a whitespace
Context: ... | disableAnimation | boolean | Whether the modal should not have anim...


Near line 198: Possible typo: you repeated a whitespace
Context: ...r the modal should not have animations. | false | | classNames ...


Near line 198: Possible typo: you repeated a whitespace
Context: ... | false | | classNames | `Record<...


Near line 199: Possible spelling mistake found.
Context: ... | false | | classNames | `Record<"wrapper"| "ba...


Near line 199: Possible typo: you repeated a whitespace
Context: ... | false | | classNames | `Record<"wrapper"| "base"| "backdrop"|...


Near line 199: Possible spelling mistake found.
Context: ... | | classNames | Record<"wrapper"| "base"| "backdrop"| "header" | "body" | "footer" | "closeButton", string> | Allows to set custom class...


Near line 199: Only proper nouns start with an uppercase character (there are exceptions for headlines).
Context: ... | "footer" | "closeButton", string>` | Allows to set custom class names for the modal...


Near line 199: Possible typo: you repeated a whitespace
Context: ...custom class names for the modal slots. | - | ### Modal Events |...


Near line 199: Possible typo: you repeated a whitespace
Context: ... | - | ### Modal Events | Attribute | Ty...


Near line 203: Possible typo: you repeated a whitespace
Context: ... | ### Modal Events | Attribute | Type | Descript...


Near line 203: Possible typo: you repeated a whitespace
Context: ... ### Modal Events | Attribute | Type | Description ...


Near line 203: Possible typo: you repeated a whitespace
Context: ...ype | Description | | ------------ | ---------------------...


Near line 205: Possible spelling mistake found.
Context: ...----------------------------------- | | onOpenChange | (isOpen: boolean) => void | Handler...


Near line 205: Do you wish to insert an arrow?
Context: ...-------------------- | | onOpenChange | (isOpen: boolean) => void | Handler that is called when the...


Near line 206: Possible spelling mistake found.
Context: ...hen the modal's open state changes. | | onClose | () => void | Ha...


Near line 206: Possible typo: you repeated a whitespace
Context: ... modal's open state changes. | | onClose | () => void | Handler ...


Near line 206: Do you wish to insert an arrow?
Context: ... open state changes. | | onClose | () => void | Handler that is ...


Near line 206: Possible typo: you repeated a whitespace
Context: ...changes. | | onClose | () => void | Handler that is called when the modal ...


Near line 206: Possible typo: you repeated a whitespace
Context: ...hat is called when the modal is closed. | ### Modal types ##...

apps/docs/content/docs/components/navbar.mdx (308)

Near line 5: This sentence does not start with an uppercase letter.
Context: ...s, navigation, collapse and more." --- import {navbarContent} from "@/content/compone...


Near line 6: Possible spelling mistake found.
Context: ...vbarContent} from "@/content/components/navbar"; # Navbar A responsive navigation he...


Near line 8: Possible spelling mistake found.
Context: ... from "@/content/components/navbar"; # Navbar A responsive navigation header positio...


Near line 10: Possible missing article found.
Context: ...ponsive navigation header positioned on top side of your page that includes support...


Near line 20: Possible spelling mistake found.
Context: ...> --- ## Installation <PackageManagers commands={{ cli: "nextui add navb...


Near line 21: Don’t put a space after the opening parenthesis.
Context: ...tallation <PackageManagers commands={{ cli: "nextui add navbar", npm: "...


Near line 22: Possible spelling mistake found.
Context: ...ion <PackageManagers commands={{ cli: "nextui add navbar", npm: "npm ins...


Near line 22: Possible spelling mistake found.
Context: ...PackageManagers commands={{ cli: "nextui add navbar", npm: "npm install @nex...


Near line 22: Possible spelling mistake found.
Context: ...gers commands={{ cli: "nextui add navbar", npm: "npm install @nextui-org/nav...


Near line 23: Possible spelling mistake found.
Context: ...ds={{ cli: "nextui add navbar", npm: "npm install @nextui-org/navbar", ...


Near line 23: Possible spelling mistake found.
Context: ... cli: "nextui add navbar", npm: "npm install @nextui-org/navbar", yarn: ...


Near line 23: Possible spelling mistake found.
Context: ...bar", npm: "npm install @nextui-org/navbar", yarn: "yarn add @nextui-org/navba...


Near line 24: Possible spelling mistake found.
Context: ...avbar", yarn: "yarn add @nextui-org/navbar", pnpm: "pnpm add @nextui-org/navba...


Near line 25: Possible spelling mistake found.
Context: ...arn: "yarn add @nextui-org/navbar", pnpm: "pnpm add @nextui-org/navbar", bun...


Near line 25: Possible spelling mistake found.
Context: ...arn add @nextui-org/navbar", pnpm: "pnpm add @nextui-org/navbar", bun: "bun ...


Near line 25: Possible spelling mistake found.
Context: ...avbar", pnpm: "pnpm add @nextui-org/navbar", bun: "bun add @nextui-org/navbar"...


Near line 26: Possible spelling mistake found.
Context: .../navbar", bun: "bun add @nextui-org/navbar" }} /> ## Import NextUI exports 7 ...


Near line 27: Don’t put a space before the closing parenthesis.
Context: ... bun: "bun add @nextui-org/navbar" }} /> ## Import NextUI exports 7 navba...


Near line 32: Possible spelling mistake found.
Context: ...nextui-org/navbar" }} /> ## Import NextUI exports 7 navbar-related components: -...


Near line 33: Possible spelling mistake found.
Context: ..." }} /> ## Import NextUI exports 7 navbar-related components: - Navbar: The main com...


Near line 35: Possible spelling mistake found.
Context: ...ports 7 navbar-related components: - Navbar: The main component of navbar. - **Na...


Near line 35: Possible spelling mistake found.
Context: ...s: - Navbar: The main component of navbar. - NavbarBrand: The component for b...


Near line 36: Possible spelling mistake found.
Context: ...ar**: The main component of navbar. - NavbarBrand: The component for branding. - **Navb...


Near line 37: Possible spelling mistake found.
Context: ...rand**: The component for branding. - NavbarContent: The component for wrapping navbar it...


Near line 37: Possible spelling mistake found.
Context: ...arContent**: The component for wrapping navbar items. - NavbarItem: The component ...


Near line 38: Possible spelling mistake found.
Context: ...omponent for wrapping navbar items. - NavbarItem: The component for navbar item. - **N...


Near line 38: Possible spelling mistake found.
Context: ...ms. - NavbarItem: The component for navbar item. - NavbarMenuToggle: The compo...


Near line 39: Possible spelling mistake found.
Context: ...m**: The component for navbar item. - NavbarMenuToggle: The component for toggling navbar me...


Near line 39: Possible spelling mistake found.
Context: ...enuToggle**: The component for toggling navbar menu. - NavbarMenu: The component f...


Near line 40: Possible spelling mistake found.
Context: ...component for toggling navbar menu. - NavbarMenu: The component for wrapping navbar me...


Near line 40: Possible spelling mistake found.
Context: ...avbarMenu**: The component for wrapping navbar menu items. - NavbarMenuItem: The c...


Near line 41: Possible spelling mistake found.
Context: ...ent for wrapping navbar menu items. - NavbarMenuItem: The component for navbar menu item. ...


Near line 41: Possible spelling mistake found.
Context: ...- NavbarMenuItem: The component for navbar menu item. <ImportTabs commands={{ ...


Near line 43: Possible spelling mistake found.
Context: ...: The component for navbar menu item. <ImportTabs commands={{ main: `import { Nav...


Near line 44: Don’t put a space after the opening parenthesis.
Context: ...bar menu item. <ImportTabs commands={{ main: `import { Navbar, NavbarB...


Near line 53: Loose punctuation mark.
Context: ...barMenuItem } from "@nextui-org/react";, individual: import { Navbar, ...


Near line 62: Loose punctuation mark.
Context: ...arMenuItem } from "@nextui-org/navbar";`, }} /> ## Usage <CodeDemo title="U...


Near line 63: Don’t put a space before the closing parenthesis.
Context: ...enuItem } from "@nextui-org/navbar";`, }} /> ## Usage <CodeDemo title="Usage...


Near line 76: Possible spelling mistake found.
Context: ...can use the position prop to make the navbar static positioned (the default behavior...


Near line 86: Possible spelling mistake found.
Context: ...e on scroll It is possible to hide the navbar on scroll by using the `shouldHideOnScr...


Near line 86: Possible spelling mistake found.
Context: ... hide the navbar on scroll by using the shouldHideOnScroll prop. <CodeDemo title="Hide on scro...


Near line 96: Possible spelling mistake found.
Context: ...oll} /> ### With Menu You can use the NavbarMenuToggle and NavbarMenu components to display...


Near line 96: Possible spelling mistake found.
Context: ... You can use the NavbarMenuToggle and NavbarMenu components to display a togglable menu...


Near line 96: Possible spelling mistake found.
Context: ...nd NavbarMenu components to display a togglable menu. <CodeDemo title="With Menu" ...


Near line 105: Possible spelling mistake found.
Context: .../closeanimation, you can pass thedisableAnimation={true}prop toNavbar` component. <C...


Near line 105: Possible spelling mistake found.
Context: ...s the disableAnimation={true} prop to Navbar component. <CodeDemo title="With Me...


Near line 117: Possible spelling mistake found.
Context: ...> ### Controlled Menu You can use the isMenuOpen and onMenuOpenChange props to contro...


Near line 117: Possible spelling mistake found.
Context: ... Menu You can use the isMenuOpen and onMenuOpenChange props to control the navbar menu state...


Near line 117: Possible spelling mistake found.
Context: ...onMenuOpenChange props to control the navbar menu state. <CodeDemo title="Control...


Near line 129: Possible spelling mistake found.
Context: ...u} /> ### With Border You can use the isBordered prop to add a bottom border to the nav...


Near line 129: Possible spelling mistake found.
Context: ...red` prop to add a bottom border to the navbar. <CodeDemo title="Adding a bottom bo...


Near line 138: Possible spelling mistake found.
Context: ...ntent.bordered} /> ### Disabling Blur Navbar has a blur effect by default. You can d...


Near line 139: Possible spelling mistake found.
Context: ...efault. You can disable it by using the isBlurred=false prop. <CodeDemo title="Disabl...


Near line 149: Possible spelling mistake found.
Context: ...component to display a dropdown menu as navbar item. <CodeDemo title="With Dropdown...


Near line 159: Possible spelling mistake found.
Context: ...Menu} /> ### With Avatar Example of a navbar with avatar and dropdown menu. <CodeDe...


Near line 169: Possible spelling mistake found.
Context: .../> ### With Search Input Example of a navbar with search input. <CodeDemo title="...


Near line 179: Possible spelling mistake found.
Context: ...# Customizing the active item When the NavbarItem is active, it will have a `data-active...


Near line 190: This sentence does not start with an uppercase letter.
Context: ...ent.customActiveItem} /> ## Slots - base: The main slot for the navbar. It tak...


Near line 190: Possible spelling mistake found.
Context: ...lots - base: The main slot for the navbar. It takes the full width of the parent ...


Near line 190: Possible spelling mistake found.
Context: ... full width of the parent and wraps the navbar elements including the menu. - **wrappe...


Near line 191: This sentence does not start with an uppercase letter.
Context: ...navbar elements including the menu. - wrapper: The slot that contains the navbar el...


Near line 191: Possible spelling mistake found.
Context: ...wrapper: The slot that contains the navbar elements such as brand, content and...


Near line 192: This sentence does not start with an uppercase letter.
Context: ...as brand, content and toggle. - brand: The slot for the NavbarBrand compo...


Near line 192: Possible spelling mistake found.
Context: ...toggle. - brand: The slot for the NavbarBrand component. - content: The slot for...


Near line 193: This sentence does not start with an uppercase letter.
Context: ...ot for the NavbarBrand component. - content: The slot for the NavbarContent com...


Near line 193: Possible spelling mistake found.
Context: ...ponent. - content: The slot for the NavbarContent component. - item: The slot for th...


Near line 194: This sentence does not start with an uppercase letter.
Context: ... for the NavbarContent component. - item: The slot for the NavbarItem compon...


Near line 194: Possible spelling mistake found.
Context: ...component. - item: The slot for the NavbarItem component. - toggle: The slot for ...


Near line 195: This sentence does not start with an uppercase letter.
Context: ...lot for the NavbarItem component. - toggle: The slot for the NavbarMenuToggle ...


Near line 195: Possible spelling mistake found.
Context: ...mponent. - toggle: The slot for the NavbarMenuToggle component. - toggleIcon: The slot ...


Near line 196: Possible spelling mistake found.
Context: ...r the NavbarMenuToggle component. - toggleIcon: The slot for the NavbarMenuToggle ...


Near line 196: Possible spelling mistake found.
Context: ...ent. - toggleIcon: The slot for the NavbarMenuToggle icon. - menu: The slot for the `Na...


Near line 197: This sentence does not start with an uppercase letter.
Context: ...ot for the NavbarMenuToggle icon. - menu: The slot for the NavbarMenu compon...


Near line 197: Possible spelling mistake found.
Context: ...gleicon. - **menu**: The slot for theNavbarMenu` component. - menuItem: The slot fo...


Near line 198: Possible spelling mistake found.
Context: ...lot for the NavbarMenu component. - menuItem: The slot for the NavbarMenuItem co...


Near line 198: Possible spelling mistake found.
Context: ...onent. - menuItem: The slot for the NavbarMenuItem component. ## Data Attributes `Navba...


Near line 204: This sentence does not start with an uppercase letter.
Context: ... attributes on the base element: - data-menu-open: Indicates if the navbar menu is op...


Near line 205: Possible spelling mistake found.
Context: ... data-menu-open: Indicates if the navbar menu is open. - data-hidden: Indi...


Near line 206: This sentence does not start with an uppercase letter.
Context: ...dicates if the navbar menu is open. - data-hidden: Indicates if the navbar is hidden....


Near line 207: Possible spelling mistake found.
Context: .... - data-hidden: Indicates if the navbar is hidden. It is used when the `shouldH...


Near line 207: Possible spelling mistake found.
Context: ...e navbar is hidden. It is used when the shouldHideOnScroll prop is true. NavbarContent - **...


Near line 211: This sentence does not start with an uppercase letter.
Context: ...prop istrue. NavbarContent` - data-justify: The justify content of the navbar ...


Near line 212: Possible spelling mistake found.
Context: ...justify**: The justify content of the navbar content. It takes into account the corr...


Near line 212: ‘takes into account’ might be wordy. Consider a shorter alternative.
Context: ...stify content of the navbar content. It takes into account the correct space distribution. `Navba...


Near line 214: This sentence does not start with an uppercase letter.
Context: ...rrect space distribution. NavbarItem has the following attributes on the base ...


Near line 216: This sentence does not start with an uppercase letter.
Context: ... attributes on the base element: - data-active: Indicates if the navbar item is ac...


Near line 217: Possible spelling mistake found.
Context: ... - data-active: Indicates if the navbar item is active. It is used when the `is...


Near line 217: Possible spelling mistake found.
Context: ...bar item is active. It is used when the isActive prop is true. NavbarMenuToggle ha...


Near line 219: This sentence does not start with an uppercase letter.
Context: ...veprop istrue. NavbarMenuTogglehas the following attributes on thebase` ...


Near line 221: This sentence does not start with an uppercase letter.
Context: ... attributes on the base element: - data-open: Indicates if the navbar menu is op...


Near line 222: Possible spelling mistake found.
Context: ...t: - data-open: Indicates if the navbar menu is open. It is used when the `isMe...


Near line 222: Possible spelling mistake found.
Context: ...avbar menu is open. It is used when the isMenuOpen prop is true. - data-pressed: ...


Near line 223: This sentence does not start with an uppercase letter.
Context: ...en the isMenuOpen prop is true. - data-pressed: When the navbar menu toggle is pre...


Near line 224: Possible spelling mistake found.
Context: ... true. - data-pressed: When the navbar menu toggle is pressed. Based on [usePr...


Near line 224: Unpaired symbol: ‘]’ seems to be missing
Context: ...navbar menu toggle is pressed. Based on [usePress](https://react-spectrum.adobe.c...


Near line 224: Possible spelling mistake found.
Context: ...avbar menu toggle is pressed. Based on [usePress](https://react-spectrum.adobe.com/react...


Near line 226: Possible spelling mistake found.
Context: ...ress.html) - data-hover: When the navbar menu toggle is being hovered. Based on ...


Near line 226: Unpaired symbol: ‘]’ seems to be missing
Context: ... menu toggle is being hovered. Based on [useHover](https://react-spectrum.adobe.c...


Near line 226: Possible spelling mistake found.
Context: ...menu toggle is being hovered. Based on [useHover](https://react-spectrum.adobe.com/react...


Near line 228: Possible spelling mistake found.
Context: ...l) - data-focus-visible: When the navbar menu toggle is being focused with the k...


Near line 228: Possible spelling mistake found.
Context: ...ng focused with the keyboard. Based on [useFocusRing](https://react-spectrum.adobe.com/react...


Near line 230: This sentence does not start with an uppercase letter.
Context: ...a/useFocusRing.html). NavbarMenuItem has the following attributes on the base ...


Near line 232: This sentence does not start with an uppercase letter.
Context: ... attributes on the base element: - data-active: Indicates if the menu item is acti...


Near line 233: Possible spelling mistake found.
Context: ...enu item is active. It is used when the isActive prop is true. ## ...


Near line 239: Possible spelling mistake found.
Context: ... true. ## API ### Navbar Props | Attribute | Type ...


Near line 241: Possible typo: you repeated a whitespace
Context: ...> ## API ### Navbar Props | Attribute | Type ...


Near line 241: Possible typo: you repeated a whitespace
Context: ...bar Props | Attribute | Type | Description ...


Near line 241: Possible typo: you repeated a whitespace
Context: ... | Description | Default | | --------------------...


Near line 241: Possible typo: you repeated a whitespace
Context: ... | Default | | -------------------- | -------------...


Near line 243: Possible typo: you repeated a whitespace
Context: ...--------- | ------------- | | children* | ReactNode[] ...


Near line 243: Possible spelling mistake found.
Context: ...------------ | | children* | ReactNode[] ...


Near line 243: Possible typo: you repeated a whitespace
Context: ...| | children* | ReactNode[] | The children to render. Usually navbar...


Near line 243: Possible spelling mistake found.
Context: ... | The children to render. Usually navbar elements such as NavbarBrand, `Navbar...


Near line 243: Possible spelling mistake found.
Context: ...render. Usually navbar elements such as NavbarBrand, NavbarContent and NavbarItem ...


Near line 243: Possible spelling mistake found.
Context: ... navbar elements such as NavbarBrand, NavbarContent and NavbarItem ...


Near line 243: Possible spelling mistake found.
Context: ...h as NavbarBrand, NavbarContent and NavbarItem ...


Near line 243: Possible typo: you repeated a whitespace
Context: ...Brand, NavbarContentandNavbarItem` | - | | height ...


Near line 243: Possible typo: you repeated a whitespace
Context: ... | - | | height | string | `...


Near line 244: Possible typo: you repeated a whitespace
Context: ... | - | | height | string | number ...


Near line 244: Possible typo: you repeated a whitespace
Context: ...ght | string | number | The height of the navbar. ...


Near line 244: Possible spelling mistake found.
Context: ... | The height of the navbar. ...


Near line 244: Possible typo: you repeated a whitespace
Context: ... | The height of the navbar. | 4rem (64px) | | position ...


Near line 245: Possible typo: you repeated a whitespace
Context: ... | 4rem (64px) | | position | static | sticky ...


Near line 245: Possible typo: you repeated a whitespace
Context: ...ition | static | sticky | The position of the navbar. ...


Near line 245: Possible spelling mistake found.
Context: ... | The position of the navbar. ...


Near line 245: Possible typo: you repeated a whitespace
Context: ... | The position of the navbar. | sticky | | maxWidth ...


Near line 245: Possible typo: you repeated a whitespace
Context: ... | sticky | | maxWidth | sm | md ...


Near line 246: Possible spelling mistake found.
Context: ... | sticky | | maxWidth | sm | md | lg | `...


Near line 246: Possible typo: you repeated a whitespace
Context: ... | sticky | | maxWidth | sm | md | lg | xl | 2xl ...


Near line 246: Possible spelling mistake found.
Context: ...sticky | | maxWidth |sm\|md\|lg\|xl\|2xl\|f...


Near line 246: Possible spelling mistake found.
Context: ... | | maxWidth | sm | md | lg | xl | 2xl | full ...


Near line 246: Possible spelling mistake found.
Context: ...h | sm | md | lg | xl | 2xl | full ...


Near line 246: Possible typo: you repeated a whitespace
Context: ... md | lg | xl | 2xl | full | The max width of the navbar wrapper. ...


Near line 246: Possible spelling mistake found.
Context: ... | The max width of the navbar wrapper. ...


Near line 246: Possible typo: you repeated a whitespace
Context: ... | The max width of the navbar wrapper. | lg | | parentRef ...


Near line 246: Possible typo: you repeated a whitespace
Context: ... | lg | | parentRef | `React.RefObj...


Near line 247: Possible spelling mistake found.
Context: ... | lg | | parentRef | `React.RefObject<HTMLEleme...


Near line 247: Possible typo: you repeated a whitespace
Context: ... | lg | | parentRef | React.RefObject<HTMLElement> ...


Near line 247: Add a space between sentences.
Context: ...lg | | parentRef |React.RefObject` ...


Near line 247: Possible typo: you repeated a whitespace
Context: ... | React.RefObject<HTMLElement> | The parent element where the navbar is...


Near line 247: Possible spelling mistake found.
Context: ... | The parent element where the navbar is placed within. This is used to deter...


Near line 247: Possible spelling mistake found.
Context: ...ine the scroll position and whether the navbar should be hidden or not. | window ...


Near line 247: Possible typo: you repeated a whitespace
Context: ...vbar should be hidden or not. | window | | isBordered | boolean ...


Near line 248: Possible spelling mistake found.
Context: ...d be hidden or not. | window | | isBordered | boolean ...


Near line 248: Possible typo: you repeated a whitespace
Context: ...n or not. | window | | isBordered | boolean ...


Near line 248: Possible typo: you repeated a whitespace
Context: ... | | isBordered | boolean | Whether the navbar should have a botto...


Near line 248: Possible spelling mistake found.
Context: ... | Whether the navbar should have a bottom border or not. ...


Near line 248: Possible typo: you repeated a whitespace
Context: ...bar should have a bottom border or not. | false | | isBlurred ...


Near line 248: Possible typo: you repeated a whitespace
Context: ... | false | | isBlurred | boolean ...


Near line 249: Possible spelling mistake found.
Context: ... | false | | isBlurred | boolean ...


Near line 249: Possible typo: you repeated a whitespace
Context: ... | false | | isBlurred | boolean ...


Near line 249: Possible typo: you repeated a whitespace
Context: ... | | isBlurred | boolean | Whether the navbar should have a blur ...


Near line 249: Possible spelling mistake found.
Context: ... | Whether the navbar should have a blur effect or not. ...


Near line 249: Possible typo: you repeated a whitespace
Context: ...avbar should have a blur effect or not. | true | | isMenuOpen ...


Near line 249: Possible typo: you repeated a whitespace
Context: ... | true | | isMenuOpen | boolean ...


Near line 250: Possible spelling mistake found.
Context: ... | true | | isMenuOpen | boolean ...


Near line 250: Possible typo: you repeated a whitespace
Context: ... | true | | isMenuOpen | boolean ...


Near line 250: Possible typo: you repeated a whitespace
Context: ... | | isMenuOpen | boolean | Indicates if the navbar menu is open. ...


Near line 250: Possible spelling mistake found.
Context: ... | Indicates if the navbar menu is open. (controlled) ...


Near line 250: Possible typo: you repeated a whitespace
Context: ...if the navbar menu is open. (controlled) | false | | isMenuDefaultOpen ...


Near line 250: Possible typo: you repeated a whitespace
Context: ... | false | | isMenuDefaultOpen | boolean ...


Near line 251: Possible spelling mistake found.
Context: ... | false | | isMenuDefaultOpen | boolean ...


Near line 251: Possible typo: you repeated a whitespace
Context: ... | false | | isMenuDefaultOpen | boolean ...


Near line 251: Possible typo: you repeated a whitespace
Context: ... | | isMenuDefaultOpen | boolean | Indicates if the navbar menu is open b...


Near line 251: Possible spelling mistake found.
Context: ... | Indicates if the navbar menu is open by default. (uncontrolled)...


Near line 251: Possible typo: you repeated a whitespace
Context: ... menu is open by default. (uncontrolled) | false | | shouldHideOnScroll ...


Near line 251: Possible typo: you repeated a whitespace
Context: ... | false | | shouldHideOnScroll | boolean ...


Near line 252: Possible spelling mistake found.
Context: ... | false | | shouldHideOnScroll | boolean ...


Near line 252: Possible typo: you repeated a whitespace
Context: ... | false | | shouldHideOnScroll | boolean ...


Near line 252: Possible typo: you repeated a whitespace
Context: ... | | shouldHideOnScroll | boolean | Indicates if the navbar should hide on...


Near line 252: Possible spelling mistake found.
Context: ... | Indicates if the navbar should hide on scroll. ...


Near line 252: Possible typo: you repeated a whitespace
Context: ...es if the navbar should hide on scroll. | false | | motionProps ...


Near line 252: Possible typo: you repeated a whitespace
Context: ... | false | | motionProps | [MotionProps]...


Near line 253: Possible spelling mistake found.
Context: ... | false | | motionProps | MotionProps...


Near line 253: Possible typo: you repeated a whitespace
Context: ... | false | | motionProps | MotionProps ...


Near line 253: Possible spelling mistake found.
Context: ...alse` | | motionProps | MotionProps ...


Near line 253: Possible typo: you repeated a whitespace
Context: ... | MotionProps | The motion props to control the `visib...


Near line 253: Possible spelling mistake found.
Context: ...n. This motion is only available if the shouldHideOnScroll prop is set to true. | - ...


Near line 253: Possible typo: you repeated a whitespace
Context: ...uldHideOnScrollprop is set totrue`. | - | | disableScrollHandler...


Near line 253: Possible typo: you repeated a whitespace
Context: ...deOnScrollprop is set totrue. | - | | disableScrollHandler | boolean` ...


Near line 254: Possible spelling mistake found.
Context: ...is set to true. | - | | disableScrollHandler | boolean ...


Near line 254: Possible typo: you repeated a whitespace
Context: ... | | disableScrollHandler | boolean | Whether the navbar parent scroll event...


Near line 254: Possible spelling mistake found.
Context: ... | Whether the navbar parent scroll event should be listened ...


Near line 254: Possible typo: you repeated a whitespace
Context: ...oll event should be listened to or not. | false | | disableAnimation ...


Near line 254: Possible typo: you repeated a whitespace
Context: ... | false | | disableAnimation | boolean ...


Near line 255: Possible spelling mistake found.
Context: ... | false | | disableAnimation | boolean ...


Near line 255: Possible typo: you repeated a whitespace
Context: ... | false | | disableAnimation | boolean ...


Near line 255: Possible typo: you repeated a whitespace
Context: ... | | disableAnimation | boolean | Whether the navbar menu animation shou...


Near line 255: Possible spelling mistake found.
Context: ... | Whether the navbar menu animation should be disabled or no...


Near line 255: Possible typo: you repeated a whitespace
Context: ...nu animation should be disabled or not. | false | | classNames ...


Near line 255: Possible typo: you repeated a whitespace
Context: ... | false | | classNames | `Record<"base...


Near line 256: Possible spelling mistake found.
Context: ... | false | | classNames | `Record<"base"| "wrapper"| ...


Near line 256: Possible typo: you repeated a whitespace
Context: ... | false | | classNames | `Record<"base"| "wrapper"| "brand"| "c...


Near line 256: Possible spelling mistake found.
Context: ...false | | classNames |Record<"base"| "wrapper"| "brand"| "content"| "item"| "toggle"| "toggleIcon"| "menu"| "menuItem", string>` | Allows...


Near line 256: Only proper nouns start with an uppercase character (there are exceptions for headlines).
Context: ...leIcon"| "menu"| "menuItem", string>` | Allows to set custom class names for the navba...


Near line 256: Possible spelling mistake found.
Context: ...llows to set custom class names for the navbar slots. ...


Near line 256: Possible typo: you repeated a whitespace
Context: ...ustom class names for the navbar slots. | - | ### Navbar Events | ...


Near line 256: Possible typo: you repeated a whitespace
Context: ... | - | ### Navbar Events | Attribute ...


Near line 258: Possible spelling mistake found.
Context: ... | - | ### Navbar Events | Attribute | Type...


Near line 260: Possible typo: you repeated a whitespace
Context: ... | ### Navbar Events | Attribute | Type | Descrip...


Near line 260: Possible typo: you repeated a whitespace
Context: ... Events | Attribute | Type | Description ...


Near line 260: Possible typo: you repeated a whitespace
Context: ...pe | Description | | ---------------------- | -----------...


Near line 262: Possible spelling mistake found.
Context: ...----------------------------------- | | onMenuOpenChange | (isOpen: boolean) => void | ...


Near line 262: Possible typo: you repeated a whitespace
Context: ...------------------- | | onMenuOpenChange | (isOpen: boolean) => void | Handler...


Near line 262: Do you wish to insert an arrow?
Context: ...---------- | | onMenuOpenChange | (isOpen: boolean) => void | Handler that is called when th...


Near line 262: Possible typo: you repeated a whitespace
Context: ...ange | (isOpen: boolean) => void | Handler that is called when the navbar...


Near line 262: Possible spelling mistake found.
Context: ...oid` | Handler that is called when the navbar menu open state changes. ...


Near line 262: Possible typo: you repeated a whitespace
Context: ...hen the navbar menu open state changes. | | onScrollPositionChange | `(position:...


Near line 263: Possible spelling mistake found.
Context: ... | | onScrollPositionChange | (position: number) => void | Handle...


Near line 263: Do you wish to insert an arrow?
Context: ... | | onScrollPositionChange | (position: number) => void | Handler that is called when the...


Near line 263: Possible spelling mistake found.
Context: ...void` | Handler that is called when the navbar parent element is scrolled. This event ...


Near line 263: Possible spelling mistake found.
Context: ...olled. This event is only dispatched if disableScrollHandler is set to false or `shouldHideOnScro...


Near line 263: Possible spelling mistake found.
Context: ...ableScrollHandleris set tofalseorshouldHideOnScrollis set totrue`. | ### NavbarContent...


Near line 265: Possible spelling mistake found.
Context: ...dHideOnScrollis set totrue`. | ### NavbarContent Props | Attribute | Type ...


Near line 267: Possible typo: you repeated a whitespace
Context: ... | ### NavbarContent Props | Attribute | Type | Descrip...


Near line 267: Possible typo: you repeated a whitespace
Context: ...NavbarContent Props | Attribute | Type | Description ...


Near line 267: Possible typo: you repeated a whitespace
Context: ...pe | Description | Default | | ---------- | -------------...


Near line 269: Possible spelling mistake found.
Context: ...------------ | ------- | | children* | ReactNode[] | The children to ren...


Near line 269: Possible typo: you repeated a whitespace
Context: ...| ------- | | children* | ReactNode[] | The children to render. Usually navbar...


Near line 269: Possible spelling mistake found.
Context: ... | The children to render. Usually navbar elements such as NavbarBrand, `Navbar...


Near line 269: Possible spelling mistake found.
Context: ...render. Usually navbar elements such as NavbarBrand, NavbarContent and NavbarItem | - ...


Near line 269: Possible spelling mistake found.
Context: ... navbar elements such as NavbarBrand, NavbarContent and NavbarItem | - | | justify...


Near line 269: Possible spelling mistake found.
Context: ...h as NavbarBrand, NavbarContent and NavbarItem | - | | justify | start | ...


Near line 269: Possible typo: you repeated a whitespace
Context: ...d, NavbarContentandNavbarItem| - | | justify |start\|center` | ...


Near line 270: Possible typo: you repeated a whitespace
Context: ...andNavbarItem| - | | justify |start\|center\|end` | The jus...


Near line 270: Possible spelling mistake found.
Context: ...\|end` | The justify content of the navbar content. It takes into account the corr...


Near line 270: ‘takes into account’ might be wordy. Consider a shorter alternative.
Context: ...stify content of the navbar content. It takes into account the correct space distribution. ...


Near line 270: Possible typo: you repeated a whitespace
Context: ...account the correct space distribution. | start | ### NavbarItem Props | Att...


Near line 272: Possible spelling mistake found.
Context: ...e distribution. | start | ### NavbarItem Props | Attribute | Type | Desc...


Near line 274: Possible typo: you repeated a whitespace
Context: ...### NavbarItem Props | Attribute | Type | Description ...


Near line 274: Possible typo: you repeated a whitespace
Context: ... | Attribute | Type | Description | Default | | --------- | ----------- | ...


Near line 276: Possible typo: you repeated a whitespace
Context: ...----------------- | ------- | | children | ReactNode | The children to render a...


Near line 276: Possible spelling mistake found.
Context: ...------------- | ------- | | children | ReactNode | The children to render as the navbar...


Near line 276: Possible spelling mistake found.
Context: ...ctNode| The children to render as the navbar item. | - | | isActive |boolea...


Near line 276: Possible typo: you repeated a whitespace
Context: ...ildren to render as the navbar item. | - | | isActive | boolean | Whether th...


Near line 277: Possible spelling mistake found.
Context: ...ender as the navbar item. | - | | isActive | boolean | Whether the navbar ite...


Near line 277: Possible typo: you repeated a whitespace
Context: ... the navbar item. | - | | isActive | boolean | Whether the navbar item ...


Near line 277: Possible typo: you repeated a whitespace
Context: ...tem. | - | | isActive | boolean | Whether the navbar item is active or n...


Near line 277: Possible spelling mistake found.
Context: ...| isActive | boolean | Whether the navbar item is active or not. | false | ##...


Near line 279: Possible spelling mistake found.
Context: ...tem is active or not. | false | ### NavbarMenuToggle Props | Attribute | Type ...


Near line 281: Possible typo: you repeated a whitespace
Context: ... ### NavbarMenuToggle Props | Attribute | Type ...


Near line 281: Possible typo: you repeated a whitespace
Context: ...nuToggle Props | Attribute | Type | Description ...


Near line 281: Possible typo: you repeated a whitespace
Context: ... | Description | Default | | ---...


Near line 281: Possible typo: you repeated a whitespace
Context: ... | Default | | --------------- | ------------------...


Near line 283: Possible typo: you repeated a whitespace
Context: ... ------------------------------ | | icon | ReactNode | `(isOpen: boolean | un...


Near line 283: Possible spelling mistake found.
Context: ...----------------- | | icon | ReactNode | `(isOpen: boolean | undefined) => ...


Near line 283: Do you wish to insert an arrow?
Context: ...-- | | icon | ReactNode | (isOpen: boolean \| undefined) => ReactNode \| null; | The icon to rende...


Near line 283: Possible spelling mistake found.
Context: ...e | null;` | The icon to render as the navbar menu toggle. | ...


Near line 283: Possible typo: you repeated a whitespace
Context: ...on to render as the navbar menu toggle. | - | | isS...


Near line 283: Possible typo: you repeated a whitespace
Context: ...menu toggle. | - | | isSelected | boolean ...


Near line 284: Possible spelling mistake found.
Context: ... | - | | isSelected | boolean ...


Near line 284: Possible typo: you repeated a whitespace
Context: ... | | isSelected | boolean ...


Near line 284: Possible typo: you repeated a whitespace
Context: ... | | isSelected | boolean | Whether the navbar menu toggle is sele...


Near line 284: Possible spelling mistake found.
Context: ... | Whether the navbar menu toggle is selected. (controlled) ...


Near line 284: Possible typo: you repeated a whitespace
Context: ...ar menu toggle is selected. (controlled) | false | | def...


Near line 284: Possible typo: you repeated a whitespace
Context: ...ted. (controlled) | false | | defaultSelected | boolean ...


Near line 285: Possible spelling mistake found.
Context: ... | false | | defaultSelected | boolean ...


Near line 285: Possible typo: you repeated a whitespace
Context: ... | | defaultSelected | boolean | Whether the navbar menu toggle is sele...


Near line 285: Possible spelling mistake found.
Context: ... | Whether the navbar menu toggle is selected by default. (un...


Near line 285: Possible typo: you repeated a whitespace
Context: ...ted by default. (uncontrolled) | false | | srOnlyText | string ...


Near line 286: Possible spelling mistake found.
Context: ...d) | false | | srOnlyText | string ...


Near line 286: Possible typo: you repeated a whitespace
Context: ...e | | srOnlyText |string` ...


Near line 286: Possible typo: you repeated a whitespace
Context: ... | | srOnlyText | string | The text to be used by screen readers....


Near line 286: Possible typo: you repeated a whitespace
Context: ... The text to be used by screen readers. | open/close navigation menu | ### ...


Near line 288: Possible spelling mistake found.
Context: ...| open/close navigation menu | ### NavbarMenuToggle Events | Attribute | Type ...


Near line 290: Possible typo: you repeated a whitespace
Context: ...barMenuToggle Events | Attribute | Type | Description ...


Near line 290: Possible typo: you repeated a whitespace
Context: ...ype | Description | | --------- | ------------------------...


Near line 292: Possible spelling mistake found.
Context: ...----------------------------------- | | onChange | (isOpen: boolean) => void | Handle...


Near line 292: Possible typo: you repeated a whitespace
Context: ...--------------------------- | | onChange | (isOpen: boolean) => void | Handler ...


Near line 292: Do you wish to insert an arrow?
Context: ...----------------------- | | onChange | (isOpen: boolean) => void | Handler that is called when the...


Near line 292: Possible spelling mistake found.
Context: ...void` | Handler that is called when the navbar menu toggle is pressed. | ### NavbarMe...


Near line 294: Possible spelling mistake found.
Context: ...e navbar menu toggle is pressed. | ### NavbarMenu Props | Attribute | Type ...


Near line 296: Possible typo: you repeated a whitespace
Context: ...ed. | ### NavbarMenu Props | Attribute | Type | Descrip...


Near line 296: Possible typo: you repeated a whitespace
Context: ...vbarMenu Props | Attribute | Type | Description ...


Near line 296: Possible typo: you repeated a whitespace
Context: ...pe | Description | Default | | --------------- | ...


Near line 296: Possible typo: you repeated a whitespace
Context: ... | Default | | --------------- | ------------------...


Near line 298: Possible typo: you repeated a whitespace
Context: ...------- | --------------- | | children* | ReactNode[] | The chi...


Near line 298: Possible spelling mistake found.
Context: ...| --------------- | | children* | ReactNode[] | The children to ren...


Near line 298: Possible typo: you repeated a whitespace
Context: ...---- | | children* | ReactNode[] | The children to render as the navbar m...


Near line 298: Possible spelling mistake found.
Context: ... | The children to render as the navbar menu. Usually a list of `NavbarMenuItem...


Near line 298: Consider adding a comma after ‘Usually’ for more clarity.
Context: ... children to render as the navbar menu. Usually a list of NavbarMenuItem components. ...


Near line 298: Possible spelling mistake found.
Context: ...r as the navbar menu. Usually a list of NavbarMenuItem components. ...


Near line 298: Possible typo: you repeated a whitespace
Context: ... a list of NavbarMenuItem components. | - | | portalContainer | ...


Near line 298: Possible typo: you repeated a whitespace
Context: ... | - | | portalContainer | HTMLElement ...


Near line 299: Possible spelling mistake found.
Context: ... | - | | portalContainer | HTMLElement | The co...


Near line 299: Possible spelling mistake found.
Context: ...| - | | portalContainer | HTMLElement | The container element...


Near line 299: Possible typo: you repeated a whitespace
Context: ... | | portalContainer | HTMLElement | The container element in which the nav...


Near line 299: Possible spelling mistake found.
Context: ... | The container element in which the navbar menu overlay portal will be placed. ...


Near line 299: Possible typo: you repeated a whitespace
Context: ...bar menu overlay portal will be placed. | document.body | | motionProps | ...


Near line 300: Possible spelling mistake found.
Context: ... | document.body | | motionProps | MotionProps | Th...


Near line 300: Possible typo: you repeated a whitespace
Context: ... | document.body | | motionProps | MotionProps | The mot...


Near line 300: Possible spelling mistake found.
Context: ... document.body | | motionProps | MotionProps | The motion props to c...


Near line 300: Possible spelling mistake found.
Context: ...n. This motion is only available if the disableAnimation prop is set to false. | - ...


Near line 300: Possible typo: you repeated a whitespace
Context: ...leAnimationprop is set tofalse`. | - | ### NavbarMenuItem Props | Attribute...


Near line 302: Possible spelling mistake found.
Context: ...et to false. | - | ### NavbarMenuItem Props | Attribute | Type | Desc...


Near line 304: Possible typo: you repeated a whitespace
Context: ...NavbarMenuItem Props | Attribute | Type | Description ...


Near line 304: Possible typo: you repeated a whitespace
Context: ... | Attribute | Type | Description | Default | | --------- | ----------- | ...


Near line 306: Possible typo: you repeated a whitespace
Context: ...----------------- | ------- | | children | ReactNode | The children to render a...


Near line 306: Possible spelling mistake found.
Context: ...------------- | ------- | | children | ReactNode | The children to render as the menu i...


Near line 306: Possible typo: you repeated a whitespace
Context: ...children to render as the menu item. | - | | isActive | boolean | Whether th...


Near line 307: Possible spelling mistake found.
Context: ... render as the menu item. | - | | isActive | boolean | Whether the menu item ...


Near line 307: Possible typo: you repeated a whitespace
Context: ...as the menu item. | - | | isActive | boolean | Whether the menu item is...


Near line 307: Possible typo: you repeated a whitespace
Context: ...tem. | - | | isActive | boolean | Whether the menu item is active or not...


Near line 309: Possible spelling mistake found.
Context: ... false | > Note: The rest of the navbar components such as NavbarMenuItem and...


Near line 309: Possible spelling mistake found.
Context: ...e rest of the navbar components such as NavbarMenuItem and NavbarBrand have the same props ...


Near line 309: Possible spelling mistake found.
Context: ...components such as NavbarMenuItem and NavbarBrand have the same props as the li elemen...


Near line 309: Possible spelling mistake found.
Context: ...NavbarBrandhave the same props as theli` element. ### Navbar types #### Motio...


Near line 311: Possible spelling mistake found.
Context: ...he same props as the li element. ### Navbar types #### Motion Props ```ts export ...

apps/docs/content/docs/components/select.mdx (376)

Near line 5: This sentence does not start with an uppercase letter.
Context: ...er to select one or more of them." --- import {selectContent} from "@/content/compone...


Near line 9: The plural noun “displays” cannot be used with the article “A”. Did you mean “A select display” or “select displays”?
Context: .../content/components/select"; # Select A select displays a collapsible list of options and allow...


Near line 20: Possible spelling mistake found.
Context: ...> --- ## Installation <PackageManagers commands={{ cli: "nextui add sele...


Near line 21: Don’t put a space after the opening parenthesis.
Context: ...tallation <PackageManagers commands={{ cli: "nextui add select", npm: "...


Near line 22: Possible spelling mistake found.
Context: ...ion <PackageManagers commands={{ cli: "nextui add select", npm: "npm ins...


Near line 22: Possible spelling mistake found.
Context: ...PackageManagers commands={{ cli: "nextui add select", npm: "npm install @nex...


Near line 23: Possible spelling mistake found.
Context: ...ds={{ cli: "nextui add select", npm: "npm install @nextui-org/select", ...


Near line 23: Possible spelling mistake found.
Context: ... cli: "nextui add select", npm: "npm install @nextui-org/select", yarn: ...


Near line 25: Possible spelling mistake found.
Context: ...arn: "yarn add @nextui-org/select", pnpm: "pnpm add @nextui-org/select", bun...


Near line 25: Possible spelling mistake found.
Context: ...arn add @nextui-org/select", pnpm: "pnpm add @nextui-org/select", bun: "bun ...


Near line 27: Don’t put a space before the closing parenthesis.
Context: ... bun: "bun add @nextui-org/select" }} /> ## Import NextUI exports 3 select...


Near line 31: Possible spelling mistake found.
Context: ...@nextui-org/select" }} /> ## Import NextUI exports 3 select-related components: -...


Near line 35: Possible spelling mistake found.
Context: ...a wrapper for the other components. - SelectSection: The component that contains a group ...


Near line 36: Possible spelling mistake found.
Context: ...t contains a group of select items. - SelectItem: The component that represents a sele...


Near line 38: Possible spelling mistake found.
Context: ...ponent that represents a select item. <ImportTabs commands={{ main: 'import {Select...


Near line 39: Don’t put a space after the opening parenthesis.
Context: ...a select item. <ImportTabs commands={{ main: 'import {Select, SelectSection...


Near line 40: Possible spelling mistake found.
Context: ... commands={{ main: 'import {Select, SelectSection, SelectItem} from "@nextui-org/react";'...


Near line 40: Possible spelling mistake found.
Context: ... main: 'import {Select, SelectSection, SelectItem} from "@nextui-org/react";', indivi...


Near line 41: Possible spelling mistake found.
Context: ...ct";', individual: 'import {Select, SelectSection, SelectItem} from "@nextui-org/select";...


Near line 41: Possible spelling mistake found.
Context: ...vidual: 'import {Select, SelectSection, SelectItem} from "@nextui-org/select";', }} /> ...


Near line 42: Don’t put a space before the closing parenthesis.
Context: ...lectItem} from "@nextui-org/select";', }} /> ## Usage <CodeDemo title="Usage" ...


Near line 60: Possible spelling mistake found.
Context: ...### Multiple Selection You can use the selectionMode="multiple" property to allow multiple ...


Near line 70: Possible spelling mistake found.
Context: ...can disable specific items by using the disabledKeys property. <CodeDemo title="Disabled I...


Near line 76: Possible spelling mistake found.
Context: ...tems} /> ### Required If you pass the isRequired property to the select, it will have a...


Near line 99: Possible spelling mistake found.
Context: ...he position of the label by setting the labelPlacement property to inside, outside or `ou...


Near line 103: Possible spelling mistake found.
Context: ...te**: If the label is not passed, the labelPlacement property will be outside by default....


Near line 107: Possible spelling mistake found.
Context: ...lt. ### Start Content You can use the startContent and endContent properties to add con...


Near line 107: Possible spelling mistake found.
Context: ...ent You can use the startContent and endContent properties to add content to the start...


Near line 114: Possible spelling mistake found.
Context: ... Since the Select component uses the Listbox component un...


Near line 115: Possible spelling mistake found.
Context: ...mponent under the hood, you can use the startContent and endContent properties of the `Se...


Near line 115: Possible spelling mistake found.
Context: ...ood, you can use the startContent and endContent properties of the SelectItem compone...


Near line 115: Possible spelling mistake found.
Context: ...entandendContentproperties of theSelectItem` component to add content to the start ...


Near line 121: Did you mean: “By default,”?
Context: ...tContent} /> ### Custom Selector Icon By default the select uses a chevron-down icon a...


Near line 123: Possible spelling mistake found.
Context: ...his icon by passing a custom one to the selectorIcon property. <CodeDemo title="Custom Sel...


Near line 127: Possible spelling mistake found.
Context: ...omSelectorIcon} /> > Note: Use the disableSelectorIconRotation property to disable the rotation of th...


Near line 131: Possible spelling mistake found.
Context: ...roll Shadow Select component uses the ScrollShadow under ...


Near line 132: Possible spelling mistake found.
Context: ...isable this shadow by passing using the scrollShadowProps property. <CodeDemo title="Without Sc...


Near line 136: Possible spelling mistake found.
Context: ...w} /> > Note: You can also use the showScrollIndicators property to disable the scroll indicat...


Near line 146: Possible spelling mistake found.
Context: ...With Error Message You can combine the isInvalid and errorMessage properties to show ...


Near line 146: Possible spelling mistake found.
Context: ...ge You can combine the isInvalid and errorMessage properties to show an invalid select. ...


Near line 152: Possible spelling mistake found.
Context: ...ge} /> ### Controlled You can use the selectedKeys and onSelectionChange / onChange p...


Near line 152: Possible spelling mistake found.
Context: ...led You can use the selectedKeys and onSelectionChange / onChange properties to control the...


Near line 152: Possible spelling mistake found.
Context: ...selectedKeysandonSelectionChange/onChange` properties to control the select value...


Near line 154: Possible spelling mistake found.
Context: ...ies to control the select value. Using onSelectionChange: <CodeDemo title="Controlled with onS...


Near line 158: Possible spelling mistake found.
Context: ...lectContent.singleControlled} /> Using onChange: <CodeDemo title="Controlled with onC...


Near line 164: Possible spelling mistake found.
Context: ...e open state of the select by using the isOpen and onOpenChange / onClose propert...


Near line 164: Possible spelling mistake found.
Context: ...of the select by using the isOpen and onOpenChange / onClose properties. <CodeDemo tit...


Near line 164: Possible spelling mistake found.
Context: ...using the isOpen and onOpenChange / onClose properties. <CodeDemo title="Controll...


Near line 170: Possible spelling mistake found.
Context: ...omize the select items by modifying the SelectItem children. <CodeDemo title="Custom Ite...


Near line 175: Did you mean: “By default,”?
Context: ...stomItems} /> ### Custom Render Value By default the select will render the selected ite...


Near line 176: Possible spelling mistake found.
Context: ...but you can customize this by passing a renderValue function. <CodeDemo title="Custom Ren...


Near line 180: Possible spelling mistake found.
Context: ...electContent.customRenderValue} /> The renderValue function receives the selected items a...


Near line 180: Possible spelling mistake found.
Context: ... items as a parameter and must return a ReactNode. Check the [Render Value Function](#re...


Near line 185: The name of this game or TV show is spelled with an accent.
Context: ...e are using a custom hook to fetch the Pokemon API...


Near line 185: Possible spelling mistake found.
Context: ...2/pokemon) data in combination with the useInfiniteScroll hook to load more data when the user r...


Near line 187: Possible spelling mistake found.
Context: ... user reaches the end of the list. The isLoading prop is used to show a loading indicat...


Near line 189: Possible spelling mistake found.
Context: ... icon when the data is being fetched. <PackageManagers commands={{ npm: "npm install @ne...


Near line 190: Don’t put a space after the opening parenthesis.
Context: ... fetched. <PackageManagers commands={{ npm: "npm install @nextui-org/use-in...


Near line 191: Possible spelling mistake found.
Context: ...ed. <PackageManagers commands={{ npm: "npm install @nextui-org/use-infinite-...


Near line 191: Possible spelling mistake found.
Context: ...PackageManagers commands={{ npm: "npm install @nextui-org/use-infinite-scroll...


Near line 193: Possible spelling mistake found.
Context: ...d @nextui-org/use-infinite-scroll", pnpm: "pnpm add @nextui-org/use-infinite-scr...


Near line 193: Possible spelling mistake found.
Context: ...ui-org/use-infinite-scroll", pnpm: "pnpm add @nextui-org/use-infinite-scroll", ...


Near line 194: Don’t put a space before the closing parenthesis.
Context: ... add @nextui-org/use-infinite-scroll", }} /> ```jsx import {useInfiniteScroll} ...


Near line 215: Possible spelling mistake found.
Context: ... /> ### With Sections You can use the SelectSection component to group select items. <Cod...


Near line 221: Possible spelling mistake found.
Context: ...stomize the sections style by using the classNames property of the SelectSection compon...


Near line 221: Possible spelling mistake found.
Context: ... using the classNames property of the SelectSection component. <CodeDemo title="Custom Se...


Near line 227: Possible spelling mistake found.
Context: ... select to control the multiple select, selectedKeys and onSelectionChange / onChange. ...


Near line 227: Possible spelling mistake found.
Context: ...the multiple select, selectedKeys and onSelectionChange / onChange. Using `onSelectionChang...


Near line 227: Possible spelling mistake found.
Context: ...selectedKeysandonSelectionChange/onChange. Using onSelectionChange`: <CodeDem...


Near line 229: Possible spelling mistake found.
Context: ...onSelectionChange/onChange. Using onSelectionChange`: <CodeDemo title="Multiple Selectio...


Near line 236: Possible spelling mistake found.
Context: ...ctContent.multipleControlled} /> Using onChange: <CodeDemo title="Multiple Selectio...


Near line 245: Possible spelling mistake found.
Context: ...ponent as the select value by using the renderValue property. In this example we are using...


Near line 245: It appears that a comma is missing.
Context: ...ing the renderValue property. In this example we are using the [Chip](/docs/component...


Near line 250: Possible spelling mistake found.
Context: ...} /> > Note: Make sure to pass the isMultiline property to the Select component to ...


Near line 252: Possible spelling mistake found.
Context: ...ponent to allow the chips to wrap. The renderValue function receives the selected items a...


Near line 252: Possible spelling mistake found.
Context: ... items as a parameter and must return a ReactNode. Check the [Render Value Function](#re...


Near line 257: Possible spelling mistake found.
Context: ...ize any slot of the select by using the classNames property. Select component also provid...


Near line 258: Possible spelling mistake found.
Context: ...ty. Select component also provides the popoverProps and [lis...


Near line 258: Possible spelling mistake found.
Context: ...ops](/docs/components/popover#api) and listboxProps properti...


Near line 259: Possible spelling mistake found.
Context: ...properties to customize the popover and listbox components. <CodeDemo title="Custom St...


Near line 265: This sentence does not start with an uppercase letter.
Context: ...Content.customStyles} /> ## Slots - base: The main wrapper of the select. This...


Near line 266: This sentence does not start with an uppercase letter.
Context: .... This wraps the rest of the slots. - label: The label of the select. - **mainWra...


Near line 267: Possible spelling mistake found.
Context: ...label: The label of the select. - mainWrapper: Wraps the helperWrapper and the `t...


Near line 267: Possible spelling mistake found.
Context: ...he select. - mainWrapper: Wraps the helperWrapper and the trigger slots. - trigger...


Near line 268: This sentence does not start with an uppercase letter.
Context: ...erWrapperand thetrigger` slots. - trigger: The trigger of the select. This wrap...


Near line 268: Possible missing comma found.
Context: ...e trigger of the select. This wraps the label the inner wrapper and the selector icon...


Near line 268: Possible missing preposition found.
Context: ...ger of the select. This wraps the label the inner wrapper and the selector icon. - ...


Near line 269: Possible spelling mistake found.
Context: ...nner wrapper and the selector icon. - innerWrapper: The wrapper of the select content. T...


Near line 270: Possible spelling mistake found.
Context: ...t/end content and the select value. - selectorIcon: The selector icon of the select. Thi...


Near line 271: This sentence does not start with an uppercase letter.
Context: ...n the select is open (data-open). - value: The select value. This is also the s...


Near line 271: Possible spelling mistake found.
Context: ...e. This is also the slot that wraps the renderValue function result. - listboxWrapper:...


Near line 272: Possible spelling mistake found.
Context: ... the renderValue function result. - listboxWrapper: The wrapper of the listbox. This wra...


Near line 272: Possible spelling mistake found.
Context: ... listboxWrapper: The wrapper of the listbox. This wraps the listbox component, this...


Near line 272: Possible spelling mistake found.
Context: ... wrapper of the listbox. This wraps the listbox component, this slot is used on top of ...


Near line 273: This sentence does not start with an uppercase letter.
Context: ...top of the scroll shadow component. - listbox: The listbox component. This is the c...


Near line 273: Possible spelling mistake found.
Context: ...ll shadow component. - listbox: The listbox component. This is the component that w...


Near line 274: Possible spelling mistake found.
Context: ...ponent that wraps the select items. - popoverContent: The popover content slot. Use this t...


Near line 275: Possible spelling mistake found.
Context: ... modify the popover content styles. - helperWrapper: The wrapper of the helper text. This...


Near line 276: This sentence does not start with an uppercase letter.
Context: ... helper text and the error message. - description: The description of the select. - **e...


Near line 277: Possible spelling mistake found.
Context: ...n**: The description of the select. - errorMessage: The error message of the select. ##...


Near line 283: This sentence does not start with an uppercase letter.
Context: ... attributes on the base element: - data-filled: Indicates if the select has a valu...


Near line 286: This sentence does not start with an uppercase letter.
Context: ...start/end content or is open. Select has the following attributes on the `trigge...


Near line 288: This sentence does not start with an uppercase letter.
Context: ...tributes on the trigger element: - data-open: Indicates if the select is open. -...


Near line 290: This sentence does not start with an uppercase letter.
Context: ... Indicates if the select is open. - data-disabled: When the select trigger is disable...


Near line 291: Possible spelling mistake found.
Context: ...ct trigger is disabled. Based on select isDisabled prop. - data-focus: When the sel...


Near line 292: This sentence does not start with an uppercase letter.
Context: ... Based on select isDisabled prop. - data-focus: When the select trigger is being f...


Near line 293: Possible spelling mistake found.
Context: ...ect trigger is being focused. Based on [useFocusRing](https://react-spectrum.adobe.com/react...


Near line 294: This sentence does not start with an uppercase letter.
Context: ....com/react-aria/useFocusRing.html). - data-focus-visible: When the select trigger is being f...


Near line 295: Possible spelling mistake found.
Context: ...ng focused with the keyboard. Based on [useFocusRing](https://react-spectrum.adobe.com/react...


Near line 296: This sentence does not start with an uppercase letter.
Context: ....com/react-aria/useFocusRing.html). - data-pressed: When the select trigger is pressed...


Near line 297: Unpaired symbol: ‘]’ seems to be missing
Context: ...the select trigger is pressed. Based on [usePress](https://react-spectrum.adobe.c...


Near line 297: Possible spelling mistake found.
Context: ...he select trigger is pressed. Based on [usePress](https://react-spectrum.adobe.com/react...


Near line 299: Unpaired symbol: ‘]’ seems to be missing
Context: ...lect trigger is being hovered. Based on [useHover](https://react-spectrum.adobe.c...


Near line 299: Possible spelling mistake found.
Context: ...ect trigger is being hovered. Based on [useHover](https://react-spectrum.adobe.com/react...


Near line 301: Possible spelling mistake found.
Context: ...cthas the following attributes on theselectorIcon` element: - data-open: Indicates...


Near line 303: This sentence does not start with an uppercase letter.
Context: ...tes on the selectorIcon element: - data-open: Indicates if the select is open. ...


Near line 306: This sentence does not start with an uppercase letter.
Context: ...es if the select is open. SelectItem has the following attributes on the base ...


Near line 308: This sentence does not start with an uppercase letter.
Context: ... attributes on the base element: - data-disabled: When the select item is disabled. ...


Near line 309: Possible spelling mistake found.
Context: ...elect item is disabled. Based on select disabledKeys prop. - data-selected: When the ...


Near line 310: This sentence does not start with an uppercase letter.
Context: ...ased on select disabledKeys prop. - data-selected: When the select item is selected. ...


Near line 311: Possible spelling mistake found.
Context: ...elect item is selected. Based on select selectedKeys prop. - data-hover: When the sel...


Near line 312: This sentence does not start with an uppercase letter.
Context: ...ased on select selectedKeys prop. - data-hover: When the select item is being hove...


Near line 313: Unpaired symbol: ‘]’ seems to be missing
Context: ... select item is being hovered. Based on [useHover](https://react-spectrum.adobe.c...


Near line 313: Possible spelling mistake found.
Context: ...select item is being hovered. Based on [useHover](https://react-spectrum.adobe.com/react...


Near line 315: Unpaired symbol: ‘]’ seems to be missing
Context: ...en the select item is pressed. Based on [usePress](https://react-spectrum.adobe.c...


Near line 315: Possible spelling mistake found.
Context: ...n the select item is pressed. Based on [usePress](https://react-spectrum.adobe.com/react...


Near line 317: Possible spelling mistake found.
Context: ...select item is being focused. Based on [useFocusRing](https://react-spectrum.adobe.com/react...


Near line 318: This sentence does not start with an uppercase letter.
Context: ....com/react-aria/useFocusRing.html). - data-focus-visible: When the select item is being focu...


Near line 319: Possible spelling mistake found.
Context: ...ng focused with the keyboard. Based on [useFocusRing](https://react-spectrum.adobe.com/react...


Near line 325: Possible spelling mistake found.
Context: ...assistive technology as a button with a listbox popup using ARIA (combined with [Listbo...


Near line 325: Possible spelling mistake found.
Context: ...istbox popup using ARIA (combined with Listbox). - Support ...


Near line 328: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...pport for selecting multiple options. - Support for disabled options. - Support for sec...


Near line 329: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...ions. - Support for disabled options. - Support for sections. - Labeling support for ac...


Near line 334: Possible spelling mistake found.
Context: ...ent. - Keyboard support for opening the listbox using the arrow keys, including automat...


Near line 335: Possible spelling mistake found.
Context: ...g the first or last item accordingly. - Typeahead to allow selecting options by typing te...


Near line 335: Possible spelling mistake found.
Context: ...y typing text, even without opening the listbox. - Browser autofill integration via a h...


Near line 338: Possible spelling mistake found.
Context: ...ftware keyboard. - Mobile screen reader listbox dismissal support. #...


Near line 346: Possible typo: you repeated a whitespace
Context: ...> ## API ### Select Props | Attribute | Type ...


Near line 346: Possible typo: you repeated a whitespace
Context: ...ps | Attribute | Type | Description ...


Near line 346: Possible typo: you repeated a whitespace
Context: ... | Description | Default | | ---------------...


Near line 346: Possible typo: you repeated a whitespace
Context: ... | Default | | --------------------------- | ------...


Near line 348: Possible typo: you repeated a whitespace
Context: ...---- | ------------------ | | children* | ReactNode[] ...


Near line 348: Possible spelling mistake found.
Context: ...----- | | children* | ReactNode[] ...


Near line 348: Possible typo: you repeated a whitespace
Context: ...ldren* | ReactNode[] | The children to render. Usually a list...


Near line 348: Consider adding a comma after ‘Usually’ for more clarity.
Context: ... | The children to render. Usually a list of SelectItem and `SelectSecti...


Near line 348: Possible spelling mistake found.
Context: ...e children to render. Usually a list of SelectItem and SelectSection elements. ...


Near line 348: Possible spelling mistake found.
Context: ...der. Usually a list of SelectItem and SelectSection elements. ...


Near line 348: Possible typo: you repeated a whitespace
Context: ...lectItemandSelectSection` elements. | - | | items ...


Near line 348: Possible typo: you repeated a whitespace
Context: ...s. | - | | items | [`Iter...


Near line 349: Possible typo: you repeated a whitespace
Context: ... | - | | items | [Iterable<T>](https://developer.mozi...


Near line 349: The word ‘Iterable<T’ is not standard English. Did you mean “Iterable’T” (curly apostrophe) or “Iterable'T” (straight apostrophe)?
Context: ... | | items | [Iterable<T>](https://developer.mozilla.org/en-US/...


Near line 349: Possible typo: you repeated a whitespace
Context: ...avaScript/Reference/Iteration_protocols) | Item objects in the select. (dynamic) ...


Near line 349: Possible typo: you repeated a whitespace
Context: ... | Item objects in the select. (dynamic) | - | | selectionMode ...


Near line 349: Possible typo: you repeated a whitespace
Context: ... | - | | selectionMode | `singl...


Near line 350: Possible spelling mistake found.
Context: ... | - | | selectionMode | single | multiple ...


Near line 350: Possible typo: you repeated a whitespace
Context: ... | - | | selectionMode | single | multiple ...


Near line 350: Possible typo: you repeated a whitespace
Context: ...e | single | multiple | The type of selection that is allowed ...


Near line 350: Possible typo: you repeated a whitespace
Context: ...tion that is allowed in the collection. | - | | selectedKeys ...


Near line 350: Possible typo: you repeated a whitespace
Context: ... | - | | selectedKeys | all ...


Near line 351: Possible spelling mistake found.
Context: ... | - | | selectedKeys | all | React.Key[]...


Near line 351: Possible typo: you repeated a whitespace
Context: ... | - | | selectedKeys | all | React.Key[] ...


Near line 351: Add a space between sentences.
Context: ... selectedKeys | all | React.Key[] ...


Near line 351: Possible typo: you repeated a whitespace
Context: ... | all | React.Key[] | The currently selected keys in the col...


Near line 351: Possible typo: you repeated a whitespace
Context: ...ed keys in the collection (controlled). | - | | disabledKeys ...


Near line 351: Possible typo: you repeated a whitespace
Context: ... | - | | disabledKeys | all ...


Near line 352: Possible spelling mistake found.
Context: ... | - | | disabledKeys | all | React.Key[]...


Near line 352: Possible typo: you repeated a whitespace
Context: ... | - | | disabledKeys | all | React.Key[] ...


Near line 352: Add a space between sentences.
Context: ... disabledKeys | all | React.Key[] ...


Near line 352: Possible typo: you repeated a whitespace
Context: ... | all | React.Key[] | The item keys that are disabled. These...


Near line 352: Possible typo: you repeated a whitespace
Context: ... focused, or otherwise interacted with. | - | | defaultSelected...


Near line 352: Possible typo: you repeated a whitespace
Context: ...wise interacted with. | - | | defaultSelectedKeys | all ...


Near line 353: Possible spelling mistake found.
Context: ... | - | | defaultSelectedKeys | all | React.Key[] ...


Near line 353: Possible typo: you repeated a whitespace
Context: ... | | defaultSelectedKeys | all | React.Key[] ...


Near line 353: Add a space between sentences.
Context: ... defaultSelectedKeys | all | React.Key[] ...


Near line 353: Possible typo: you repeated a whitespace
Context: ...tedKeys | all | React.Key[] | The initial selected keys in the colle...


Near line 353: Possible typo: you repeated a whitespace
Context: ... keys in the collection (uncontrolled). | - | | variant ...


Near line 353: Possible typo: you repeated a whitespace
Context: ... | - | | variant | flat...


Near line 354: Possible typo: you repeated a whitespace
Context: ... | - | | variant | flat | bordered | faded | `un...


Near line 354: Possible typo: you repeated a whitespace
Context: ...| bordered | faded | underlined | The variant of the select. ...


Near line 354: Possible typo: you repeated a whitespace
Context: ... | The variant of the select. | flat | | color ...


Near line 354: Possible typo: you repeated a whitespace
Context: ... | flat | | color | `defau...


Near line 355: Possible typo: you repeated a whitespace
Context: ... | flat | | color | default | primary | secondary ...


Near line 355: Possible typo: you repeated a whitespace
Context: ...y\|success\|warning\|danger` | The color of the select. ...


Near line 355: Possible typo: you repeated a whitespace
Context: ... | The color of the select. | default | | size ...


Near line 355: Possible typo: you repeated a whitespace
Context: ... | default | | size | sm ...


Near line 356: Possible typo: you repeated a whitespace
Context: ... | default | | size | sm | md | lg ...


Near line 356: Possible spelling mistake found.
Context: ... | | size | sm | md | lg ...


Near line 356: Possible spelling mistake found.
Context: ...| size | sm | md | lg ...


Near line 356: Possible typo: you repeated a whitespace
Context: ... | sm | md | lg | The size of the select. ...


Near line 356: Possible typo: you repeated a whitespace
Context: ... | The size of the select. | md | | radius ...


Near line 356: Possible spelling mistake found.
Context: ... | md | | radius ...


Near line 356: Possible typo: you repeated a whitespace
Context: ... | md | | radius | none...


Near line 357: Possible typo: you repeated a whitespace
Context: ... | md | | radius | none | sm | md | lg | `ful...


Near line 357: Possible spelling mistake found.
Context: ...radius | none | sm | md | lg | full ...


Near line 357: Possible spelling mistake found.
Context: ... | none | sm | md | lg | full ...


Near line 357: Possible typo: you repeated a whitespace
Context: ...none | sm | md | lg | full | The radius of the select. ...


Near line 357: Possible typo: you repeated a whitespace
Context: ... | The radius of the select. | - | | placeholder ...


Near line 357: Possible typo: you repeated a whitespace
Context: ... | - | | placeholder | `strin...


Near line 358: Possible typo: you repeated a whitespace
Context: ... | - | | placeholder | string ...


Near line 358: Possible typo: you repeated a whitespace
Context: ...| placeholder | string | The placeholder of the select. ...


Near line 358: Possible typo: you repeated a whitespace
Context: ... | The placeholder of the select. | Select an option | | labelPlacement ...


Near line 359: Possible spelling mistake found.
Context: ... | Select an option | | labelPlacement | inside | outside |...


Near line 359: Possible typo: you repeated a whitespace
Context: ... | Select an option | | labelPlacement | inside | outside | `outside-left...


Near line 359: Possible typo: you repeated a whitespace
Context: ... inside | outside | outside-left | The position of the label. ...


Near line 359: Possible typo: you repeated a whitespace
Context: ... | The position of the label. | inside | | label ...


Near line 359: Possible typo: you repeated a whitespace
Context: ... | inside | | label | `React...


Near line 360: Possible typo: you repeated a whitespace
Context: ... | inside | | label | ReactNode ...


Near line 360: Possible spelling mistake found.
Context: ... | | label | ReactNode ...


Near line 360: Possible typo: you repeated a whitespace
Context: ...abel | ReactNode | The content to display as the label. ...


Near line 360: Possible typo: you repeated a whitespace
Context: ... | The content to display as the label. | - | | description ...


Near line 360: Possible typo: you repeated a whitespace
Context: ... | - | | description | `React...


Near line 361: Possible typo: you repeated a whitespace
Context: ... | - | | description | ReactNode ...


Near line 361: Possible spelling mistake found.
Context: ... | | description | ReactNode ...


Near line 361: Possible typo: you repeated a whitespace
Context: ...escription | ReactNode | A description for the select. Provides...


Near line 361: Possible typo: you repeated a whitespace
Context: ...ecific requirements for what to choose. | - | | errorMessage ...


Near line 361: Possible typo: you repeated a whitespace
Context: ...at to choose. | - | | errorMessage | `React...


Near line 362: Possible spelling mistake found.
Context: ... | - | | errorMessage | ReactNode | `((v: V...


Near line 362: Possible typo: you repeated a whitespace
Context: ... | - | | errorMessage | ReactNode | `((v: ValidationResult)...


Near line 362: Possible spelling mistake found.
Context: ... | | errorMessage | ReactNode | `((v: ValidationResult) => ReactNod...


Near line 362: Do you wish to insert an arrow?
Context: ...Message | ReactNode | ((v: ValidationResult) => ReactNode) ...


Near line 362: Possible typo: you repeated a whitespace
Context: ...| ((v: ValidationResult) => ReactNode) | An error message for the select. ...


Near line 362: Possible typo: you repeated a whitespace
Context: ... | An error message for the select. | - | | startContent ...


Near line 362: Possible typo: you repeated a whitespace
Context: ... | - | | startContent | `React...


Near line 363: Possible spelling mistake found.
Context: ... | - | | startContent | ReactNode ...


Near line 363: Possible typo: you repeated a whitespace
Context: ... | - | | startContent | ReactNode ...


Near line 363: Possible spelling mistake found.
Context: ... | | startContent | ReactNode ...


Near line 363: Possible typo: you repeated a whitespace
Context: ...tartContent | ReactNode | Element to be rendered in the left sid...


Near line 363: In this case, the usual preposition with “side” is “on”, not “in”. Did you mean “on the left side”?
Context: ... | Element to be rendered in the left side of the select. ...


Near line 363: Possible typo: you repeated a whitespace
Context: ...endered in the left side of the select. | - | | endContent ...


Near line 363: Possible typo: you repeated a whitespace
Context: ... | - | | endContent | `React...


Near line 364: Possible spelling mistake found.
Context: ... | - | | endContent | ReactNode ...


Near line 364: Possible typo: you repeated a whitespace
Context: ... | - | | endContent | ReactNode ...


Near line 364: Possible spelling mistake found.
Context: ... | | endContent | ReactNode ...


Near line 364: Possible typo: you repeated a whitespace
Context: ...ndContent | ReactNode | Element to be rendered in the right si...


Near line 364: In this case, the usual preposition with “side” is “on”, not “in”. Did you mean “on the right side”?
Context: ... | Element to be rendered in the right side of the select. ...


Near line 364: Possible typo: you repeated a whitespace
Context: ...ndered in the right side of the select. | - | | selectorIcon ...


Near line 364: Possible typo: you repeated a whitespace
Context: ... | - | | selectorIcon | `React...


Near line 365: Possible spelling mistake found.
Context: ... | - | | selectorIcon | ReactNode ...


Near line 365: Possible typo: you repeated a whitespace
Context: ... | - | | selectorIcon | ReactNode ...


Near line 365: Possible spelling mistake found.
Context: ... | | selectorIcon | ReactNode ...


Near line 365: Possible typo: you repeated a whitespace
Context: ...electorIcon | ReactNode | Element to be rendered as the selector...


Near line 365: Possible typo: you repeated a whitespace
Context: ...nt to be rendered as the selector icon. | - | | scrollRef ...


Near line 365: Possible typo: you repeated a whitespace
Context: ... | - | | scrollRef | `React...


Near line 366: Possible spelling mistake found.
Context: ... | - | | scrollRef | `React.RefObject<HT...


Near line 366: Possible typo: you repeated a whitespace
Context: ... | - | | scrollRef | React.RefObject<HTMLElement> ...


Near line 366: Add a space between sentences.
Context: ... | | scrollRef | React.RefObject<HTMLElement> ...


Near line 366: Possible typo: you repeated a whitespace
Context: ... | React.RefObject<HTMLElement> | A ref to the scrollable element. ...


Near line 366: Possible typo: you repeated a whitespace
Context: ... | A ref to the scrollable element. | - | | spinnerRef ...


Near line 366: Possible typo: you repeated a whitespace
Context: ... | - | | spinnerRef | `React...


Near line 367: Possible spelling mistake found.
Context: ... | - | | spinnerRef | `React.RefObject<HTM...


Near line 367: Possible typo: you repeated a whitespace
Context: ... | - | | spinnerRef | React.RefObject<HTMLElement> ...


Near line 367: Add a space between sentences.
Context: ... | | spinnerRef | React.RefObject<HTMLElement> ...


Near line 367: Possible typo: you repeated a whitespace
Context: ... | React.RefObject<HTMLElement> | A ref to the spinner element. ...


Near line 367: Possible typo: you repeated a whitespace
Context: ... | A ref to the spinner element. | - | | fullWidth ...


Near line 367: Possible typo: you repeated a whitespace
Context: ... | - | | fullWidth | `boole...


Near line 368: Possible spelling mistake found.
Context: ... | - | | fullWidth | boolean ...


Near line 368: Possible typo: you repeated a whitespace
Context: ... | - | | fullWidth | boolean ...


Near line 368: Possible typo: you repeated a whitespace
Context: ... fullWidth | boolean | Whether the select should take up the ...


Near line 368: Possible typo: you repeated a whitespace
Context: ...should take up the width of its parent. | true | | isOpen ...


Near line 368: Possible typo: you repeated a whitespace
Context: ... | true | | isOpen | `boole...


Near line 369: Possible spelling mistake found.
Context: ... | true | | isOpen | boolean ...


Near line 369: Possible typo: you repeated a whitespace
Context: ... | true | | isOpen | boolean ...


Near line 369: Possible typo: you repeated a whitespace
Context: ... isOpen | boolean | Whether the select is open by default ...


Near line 369: Possible typo: you repeated a whitespace
Context: ...select is open by default (controlled). | - | | defaultOpen ...


Near line 369: Possible typo: you repeated a whitespace
Context: ... | - | | defaultOpen | `boole...


Near line 370: Possible spelling mistake found.
Context: ... | - | | defaultOpen | boolean ...


Near line 370: Possible typo: you repeated a whitespace
Context: ... | - | | defaultOpen | boolean ...


Near line 370: Possible typo: you repeated a whitespace
Context: ... defaultOpen | boolean | Whether the select is open by default ...


Near line 370: Possible typo: you repeated a whitespace
Context: ...lect is open by default (uncontrolled). | - | | isRequired ...


Near line 370: Possible typo: you repeated a whitespace
Context: ... | - | | isRequired | `boole...


Near line 371: Possible spelling mistake found.
Context: ... | - | | isRequired | boolean ...


Near line 371: Possible typo: you repeated a whitespace
Context: ... | - | | isRequired | boolean ...


Near line 371: Possible typo: you repeated a whitespace
Context: ... isRequired | boolean | Whether user select is required on the...


Near line 371: Possible typo: you repeated a whitespace
Context: ...d on the select before form submission. | false | | isDisabled ...


Near line 371: Possible typo: you repeated a whitespace
Context: ... | false | | isDisabled | `boole...


Near line 372: Possible spelling mistake found.
Context: ... | false | | isDisabled | boolean ...


Near line 372: Possible typo: you repeated a whitespace
Context: ... | false | | isDisabled | boolean ...


Near line 372: Possible typo: you repeated a whitespace
Context: ... isDisabled | boolean | Whether the select is disabled. ...


Near line 372: Possible typo: you repeated a whitespace
Context: ... | Whether the select is disabled. | false | | isMultiline ...


Near line 372: Possible typo: you repeated a whitespace
Context: ... | false | | isMultiline | `boole...


Near line 373: Possible spelling mistake found.
Context: ... | false | | isMultiline | boolean ...


Near line 373: Possible typo: you repeated a whitespace
Context: ... | false | | isMultiline | boolean ...


Near line 373: Possible typo: you repeated a whitespace
Context: ... isMultiline | boolean | Whether the select should allow multip...


Near line 373: Possible typo: you repeated a whitespace
Context: ...ct should allow multiple lines of text. | false | | isInvalid ...


Near line 373: Possible typo: you repeated a whitespace
Context: ... | false | | isInvalid | `boole...


Near line 374: Possible spelling mistake found.
Context: ... | false | | isInvalid | boolean ...


Near line 374: Possible typo: you repeated a whitespace
Context: ... | false | | isInvalid | boolean ...


Near line 374: Possible typo: you repeated a whitespace
Context: ... isInvalid | boolean | Whether the select is invalid. ...


Near line 374: Possible typo: you repeated a whitespace
Context: ... | Whether the select is invalid. | false | | validationState...


Near line 374: Possible typo: you repeated a whitespace
Context: ... | false | | validationState | `valid...


Near line 375: Possible spelling mistake found.
Context: ... | false | | validationState | valid | invalid ...


Near line 375: Possible typo: you repeated a whitespace
Context: ...| false | | validationState | valid | invalid ...


Near line 375: Possible typo: you repeated a whitespace
Context: ...State | valid | invalid | Whether the select should display its ...


Near line 375: Possible spelling mistake found.
Context: ... visual styling. (Deprecated) use isInvalid instead. | - | | sho...


Near line 375: Possible typo: you repeated a whitespace
Context: ...ecated**) use isInvalid instead. | - | | showScrollIndicators | `boole...


Near line 376: Possible spelling mistake found.
Context: ...lid** instead. | - | | showScrollIndicators | boolean ...


Near line 376: Possible typo: you repeated a whitespace
Context: ... | | showScrollIndicators | boolean ...


Near line 376: Possible typo: you repeated a whitespace
Context: ... showScrollIndicators | boolean | Whether the select should show scroll ...


Near line 376: Possible spelling mistake found.
Context: ... should show scroll indicators when the listbox is scrollable. ...


Near line 376: Possible typo: you repeated a whitespace
Context: ...icators when the listbox is scrollable. | true | | autoFocus ...


Near line 376: Possible typo: you repeated a whitespace
Context: ... | true | | autoFocus | `boole...


Near line 377: Possible spelling mistake found.
Context: ... | true | | autoFocus | boolean ...


Near line 377: Possible typo: you repeated a whitespace
Context: ... | true | | autoFocus | boolean ...


Near line 377: Possible typo: you repeated a whitespace
Context: ... autoFocus | boolean | Whether the select should be focused o...


Near line 377: Possible typo: you repeated a whitespace
Context: ...t should be focused on the first mount. | false | | disallowEmptySe...


Near line 377: Possible typo: you repeated a whitespace
Context: ... | false | | disallowEmptySelection | `boole...


Near line 378: Possible spelling mistake found.
Context: ... | false | | disallowEmptySelection | boolean ...


Near line 378: Possible typo: you repeated a whitespace
Context: ...e | | disallowEmptySelection |boolean` ...


Near line 378: Possible typo: you repeated a whitespace
Context: ... disallowEmptySelection | boolean | Whether the collection allows empty se...


Near line 378: Possible typo: you repeated a whitespace
Context: ... the collection allows empty selection. | false | | disableAnimatio...


Near line 378: Possible typo: you repeated a whitespace
Context: ... | false | | disableAnimation | `boole...


Near line 379: Possible spelling mistake found.
Context: ... | false | | disableAnimation | boolean ...


Near line 379: Possible typo: you repeated a whitespace
Context: ... false | | disableAnimation | boolean ...


Near line 379: Possible typo: you repeated a whitespace
Context: ... disableAnimation | boolean | Whether the select should be animated....


Near line 379: Possible typo: you repeated a whitespace
Context: ... Whether the select should be animated. | true | | disableSelector...


Near line 379: Possible typo: you repeated a whitespace
Context: ... | true | | disableSelectorIconRotation | `boole...


Near line 380: Possible spelling mistake found.
Context: ... | true | | disableSelectorIconRotation | boolean ...


Near line 380: Possible typo: you repeated a whitespace
Context: ... disableSelectorIconRotation | boolean | Whether the select should disable the ...


Near line 380: Possible typo: you repeated a whitespace
Context: ...able the rotation of the selector icon. | false | | popoverProps ...


Near line 380: Possible typo: you repeated a whitespace
Context: ... | false | | popoverProps | [Popov...


Near line 381: Possible spelling mistake found.
Context: ... | false | | popoverProps | [PopoverProps](/docs/c...


Near line 381: Possible typo: you repeated a whitespace
Context: ... | false | | popoverProps | [PopoverProps](/docs/components/popove...


Near line 381: Possible spelling mistake found.
Context: ... | | popoverProps | PopoverProps ...


Near line 381: Possible typo: you repeated a whitespace
Context: ...overProps](/docs/components/popover#api) | Props to be passed to the popover comp...


Near line 381: Possible typo: you repeated a whitespace
Context: ... to be passed to the popover component. | - | | listboxProps ...


Near line 381: Possible typo: you repeated a whitespace
Context: ... | - | | listboxProps | [Listb...


Near line 382: Possible spelling mistake found.
Context: ... | - | | listboxProps | [ListboxProps](/docs/c...


Near line 382: Possible typo: you repeated a whitespace
Context: ... | - | | listboxProps | [ListboxProps](/docs/components/listbo...


Near line 382: Possible spelling mistake found.
Context: ... | | listboxProps | ListboxProps ...


Near line 382: Possible typo: you repeated a whitespace
Context: ...tboxProps](/docs/components/listbox#api) | Props to be passed to the listbox comp...


Near line 382: Possible spelling mistake found.
Context: ... | Props to be passed to the listbox component. ...


Near line 382: Possible typo: you repeated a whitespace
Context: ... to be passed to the listbox component. | - | | scrollShadowPro...


Near line 382: Possible typo: you repeated a whitespace
Context: ... | - | | scrollShadowProps | [Scrol...


Near line 383: Possible spelling mistake found.
Context: ... | - | | scrollShadowProps | [ScrollShadowProps](/docs/c...


Near line 383: Possible typo: you repeated a whitespace
Context: ...- | | scrollShadowProps | [ScrollShadowProps](/docs/components/s...


Near line 383: Possible spelling mistake found.
Context: ... | | scrollShadowProps | ScrollShadowProps ...


Near line 383: Possible typo: you repeated a whitespace
Context: ...ops](/docs/components/scroll-shadow#api) | Props to be passed to the scroll shado...


Near line 383: Possible typo: you repeated a whitespace
Context: ... passed to the scroll shadow component. | - | | classNames ...


Near line 383: Possible typo: you repeated a whitespace
Context: ... | - | | classNames | `Recor...


Near line 384: Possible spelling mistake found.
Context: ... | - | | classNames | `Record<"base"| "lab...


Near line 384: Possible typo: you repeated a whitespace
Context: ... | - | | classNames | `Record<"base"| "label"| "trigger"| "m...


Near line 384: Possible spelling mistake found.
Context: ... | | classNames | `Record<"base"| "label"| "trigger"| "mainWrapper" | "innerWrapper"| "selectorIcon" | "va...


Near line 384: Only proper nouns start with an uppercase character (there are exceptions for headlines).
Context: ...scription" | "errorMessage", string>` | Allows to set custom class names for the Selec...


Near line 384: Possible typo: you repeated a whitespace
Context: ...ustom class names for the Select slots. | - | ### Select Event...


Near line 384: Possible typo: you repeated a whitespace
Context: ... | - | ### Select Events | Attribute ...


Near line 388: Possible typo: you repeated a whitespace
Context: ... | ### Select Events | Attribute | Type ...


Near line 388: Possible typo: you repeated a whitespace
Context: ...elect Events | Attribute | Type | Description ...


Near line 388: Possible typo: you repeated a whitespace
Context: ... | Description | | ----------------- | ----------------...


Near line 390: Possible spelling mistake found.
Context: ...----------------------------------- | | onClose | () => void ...


Near line 390: Possible typo: you repeated a whitespace
Context: ...---------------------------- | | onClose | () => void ...


Near line 390: Do you wish to insert an arrow?
Context: ...--------------- | | onClose | () => void ...


Near line 390: Possible typo: you repeated a whitespace
Context: ...--- | | onClose | () => void | Callback fired when the select popover...


Near line 390: Possible typo: you repeated a whitespace
Context: ...ired when the select popover is closed. | | onOpenChange | `(isOpen: boolea...


Near line 391: Possible spelling mistake found.
Context: ... | | onOpenChange | (isOpen: boolean) => void ...


Near line 391: Possible typo: you repeated a whitespace
Context: ... | | onOpenChange | (isOpen: boolean) => void ...


Near line 391: Do you wish to insert an arrow?
Context: ... | | onOpenChange | (isOpen: boolean) => void | Callback fire...


Near line 391: Possible typo: you repeated a whitespace
Context: ...hange | (isOpen: boolean) => void | Callback fired when the select popover...


Near line 391: Possible typo: you repeated a whitespace
Context: ...the select popover is opened or closed. | | onSelectionChange | `(keys: React.Ke...


Near line 392: Possible spelling mistake found.
Context: ...or closed. | | onSelectionChange | (keys: React.Key[]) => void ...


Near line 392: Do you wish to insert an arrow?
Context: ... | | onSelectionChange | (keys: React.Key[]) => void | Callback fired ...


Near line 392: Possible typo: you repeated a whitespace
Context: ...onChange | (keys: React.Key[]) => void | Callback fired when the selected keys ...


Near line 392: Possible typo: you repeated a whitespace
Context: ...ck fired when the selected keys change. | | onChange | `React.ChangeEve...


Near line 393: Possible spelling mistake found.
Context: ... | | onChange | `React.ChangeEvent<HTMLSelec...


Near line 393: Possible typo: you repeated a whitespace
Context: ... | | onChange | React.ChangeEvent<HTMLSelectElement>...


Near line 393: Add a space between sentences.
Context: ... | | onChange | React.ChangeEvent<HTMLSelectElement> | Native sel...


Near line 393: Possible typo: you repeated a whitespace
Context: ...| React.ChangeEvent<HTMLSelectElement> | Native select change event, fired when...


Near line 393: Possible typo: you repeated a whitespace
Context: ... fired when the selected value changes. | | renderValue | [RenderValueFunc...


Near line 394: Possible spelling mistake found.
Context: ...ed value changes. | | renderValue | [RenderValueFunction](#render-v...


Near line 394: Possible typo: you repeated a whitespace
Context: ...anges. | | renderValue | [RenderValueFunction](#render-value-fu...


Near line 394: Possible spelling mistake found.
Context: ... | | renderValue | RenderValueFunction | Function to ...


Near line 398: Possible spelling mistake found.
Context: ...e selected item by default. | --- ### SelectItem Props Check the [ListboxItem](/docs/co...


Near line 400: Possible spelling mistake found.
Context: ... --- ### SelectItem Props Check the [ListboxItem](/docs/components/listbox#listboxitem-p...


Near line 402: Possible spelling mistake found.
Context: .../listbox#listboxitem-props) props. ### SelectItem Events Check the [ListboxItem](/docs/c...


Near line 404: Possible spelling mistake found.
Context: ...ops. ### SelectItem Events Check the [ListboxItem](/docs/components/listbox#listboxitem-e...


Near line 406: Possible spelling mistake found.
Context: ...istbox#listboxitem-events) events. ### SelectSection Props Check the [ListboxSection](/docs...


Near line 408: Possible spelling mistake found.
Context: ...s. ### SelectSection Props Check the [ListboxSection](/docs/components/listbox#listboxsectio...

apps/docs/content/docs/components/table.mdx (397)

Near line 5: This sentence does not start with an uppercase letter.
Context: ... action on large amounts of data." --- import {tableContent} from "@/content/componen...


Near line 20: Possible spelling mistake found.
Context: .../> --- ## Installation <PackageManagers commands={{ cli: "nextui add tabl...


Near line 21: Don’t put a space after the opening parenthesis.
Context: ...tallation <PackageManagers commands={{ cli: "nextui add table", npm: "n...


Near line 22: Possible spelling mistake found.
Context: ...ion <PackageManagers commands={{ cli: "nextui add table", npm: "npm inst...


Near line 22: Possible spelling mistake found.
Context: ...PackageManagers commands={{ cli: "nextui add table", npm: "npm install @next...


Near line 23: Possible spelling mistake found.
Context: ...nds={{ cli: "nextui add table", npm: "npm install @nextui-org/table", y...


Near line 23: Possible spelling mistake found.
Context: ... cli: "nextui add table", npm: "npm install @nextui-org/table", yarn: "...


Near line 25: Possible spelling mistake found.
Context: ...yarn: "yarn add @nextui-org/table", pnpm: "pnpm add @nextui-org/table", bun:...


Near line 25: Possible spelling mistake found.
Context: ...yarn add @nextui-org/table", pnpm: "pnpm add @nextui-org/table", bun: "bun a...


Near line 27: Don’t put a space before the closing parenthesis.
Context: ..., bun: "bun add @nextui-org/table" }} /> ## Import NextUI exports 6 table...


Near line 32: Possible spelling mistake found.
Context: ...@nextui-org/table" }} /> ## Import NextUI exports 6 table-related components: - ...


Near line 36: Possible spelling mistake found.
Context: ... main component to display a table. - TableHeader: The header of the table. - **TableBo...


Near line 37: Possible spelling mistake found.
Context: ...eHeader**: The header of the table. - TableBody: The body of the table. - **TableColu...


Near line 38: Possible spelling mistake found.
Context: ...TableBody**: The body of the table. - TableColumn: The column of the table. - **TableRo...


Near line 39: Possible spelling mistake found.
Context: ...eColumn**: The column of the table. - TableRow: The row of the table. - *TableCell...


Near line 40: Possible spelling mistake found.
Context: ...TableRow: The row of the table. - TableCell: The cell of the table. <ImportTabs ...


Near line 42: Possible spelling mistake found.
Context: ...TableCell: The cell of the table. <ImportTabs commands={{ main: `import { Tab...


Near line 43: Don’t put a space after the opening parenthesis.
Context: ... of the table. <ImportTabs commands={{ main: `import { Table, TableHead...


Near line 51: Loose punctuation mark.
Context: ... TableCell } from "@nextui-org/react";, individual: import { Table, Ta...


Near line 59: Loose punctuation mark.
Context: ... TableCell } from "@nextui-org/table";`, }} /> ## Usage <CodeDemo title="Usa...


Near line 60: Don’t put a space before the closing parenthesis.
Context: ...ableCell } from "@nextui-org/table";`, }} /> ## Usage <CodeDemo title="Usage" ...


Near line 115: Possible spelling mistake found.
Context: ...tml). ### Empty State You can use the emptyContent prop to render a custom component when...


Near line 121: Possible spelling mistake found.
Context: ...t to render the header, you can use the hideHeader prop. <CodeDemo title="Without Header...


Near line 126: Did you mean: “By default,”?
Context: ...withoutHeader} /> ### Without Wrapper By default the table is wrapped in a div element...


Near line 128: Possible spelling mistake found.
Context: ...ct and a border radius. You can use the removeWrapper prop to remove the wrapper and only re...


Near line 140: Possible spelling mistake found.
Context: ...} /> ### Striped Rows You can use the isStriped prop to render striped rows. <CodeDem...


Near line 146: Possible spelling mistake found.
Context: ...s selectable. To do so, you can use the selectionMode prop. Use defaultSelectedKeys to pro...


Near line 146: Possible spelling mistake found.
Context: ...u can use the selectionMode prop. Use defaultSelectedKeys to provide a default set of selected r...


Near line 155: Possible spelling mistake found.
Context: ... also select multiple rows by using the selectionMode="multiple" prop. Use `defaultSelectedK...


Near line 155: Possible spelling mistake found.
Context: ...he selectionMode="multiple" prop. Use defaultSelectedKeys to provide a default set of selected r...


Near line 163: Possible missing article found.
Context: ...e table. ### Disallow Empty Selection Table also supports a `disallowEmptySelection...


Near line 164: Possible spelling mistake found.
Context: ... Empty Selection Table also supports a disallowEmptySelection prop which forces the user to have at ...


Near line 164: Possible missing comma found.
Context: ...lso supports a disallowEmptySelection prop which forces the user to have at least ...


Near line 165: Only proper nouns start with an uppercase character (there are exceptions for headlines).
Context: ...he user to have at least one row in the Table selected at all times. In this mode, if...


Near line 172: Possible spelling mistake found.
Context: ...atically control row selection, use the selectedKeys prop paired with the `onSelectionChang...


Near line 172: Possible spelling mistake found.
Context: ...the selectedKeys prop paired with the onSelectionChange callback. The key prop from the select...


Near line 177: Possible spelling mistake found.
Context: ...ontrolledSelection} /> > Note: The selectedKeys property must be a Set object. ### ...


Near line 181: Possible spelling mistake found.
Context: ...Rows You can disable rows by using the disabledKeys prop. This will prevent rows from bein...


Near line 191: Possible spelling mistake found.
Context: ...election for the focused row. When the selectionBehavior prop is set to replace, clicking a r...


Near line 199: Possible spelling mistake found.
Context: ...ws Actions Table supports rows via the onRowAction callback. In the default toggle sele...


Near line 208: Possible missing article found.
Context: ...ntent.rowActions} /> ### Sorting Rows Table supports sorting its data when a column...


Near line 210: Possible spelling mistake found.
Context: ...ld support sorting, provide it with the allowsSorting prop. Table accepts a `sortDescriptor...


Near line 212: Possible spelling mistake found.
Context: ... allowsSorting prop. Table accepts a sortDescriptor prop that defines the current column k...


Near line 214: Possible spelling mistake found.
Context: ...y and sort direction is passed into the onSortChange callback, allowing you to update the `...


Near line 215: Possible spelling mistake found.
Context: ...ecallback, allowing you to update thesortDescriptor` appropriately. We recommend using the...


Near line 217: Possible spelling mistake found.
Context: ... appropriately. We recommend using the useAsyncList hook from [@react-stately/data](https:...


Near line 220: Possible spelling mistake found.
Context: ... it before using the sorting feature. <PackageManagers commands={{ npm: "npm install @re...


Near line 221: Don’t put a space after the opening parenthesis.
Context: ... feature. <PackageManagers commands={{ npm: "npm install @react-stately/dat...


Near line 222: Possible spelling mistake found.
Context: ...re. <PackageManagers commands={{ npm: "npm install @react-stately/data", ...


Near line 222: Possible spelling mistake found.
Context: ...PackageManagers commands={{ npm: "npm install @react-stately/data", yarn:...


Near line 224: Possible spelling mistake found.
Context: ...rn: "yarn add @react-stately/data", pnpm: "pnpm add @react-stately/data", }} /...


Near line 224: Possible spelling mistake found.
Context: ...rn add @react-stately/data", pnpm: "pnpm add @react-stately/data", }} /> ```j...


Near line 225: Don’t put a space before the closing parenthesis.
Context: ... pnpm: "pnpm add @react-stately/data", }} /> ```jsx import {useAsyncList} from ...


Near line 242: Possible spelling mistake found.
Context: ...t="520px" /> > Note that we passed the isLoading and loadingContent props to `TableBo...


Near line 242: Possible spelling mistake found.
Context: ...Note that we passed the isLoading and loadingContent props to TableBody to > render a loa...


Near line 242: Possible spelling mistake found.
Context: ...sLoadingandloadingContentprops toTableBody` to > render a loading state while the ...


Near line 259: Possible spelling mistake found.
Context: ...t="620px" /> > Note: We passed the isHeaderSticky to the Table component to make the h...


Near line 269: Possible spelling mistake found.
Context: ...ly. To fetch the data, we are using the useSWR hook from [SWR](https://swr.vercel.app...


Near line 281: Possible spelling mistake found.
Context: ...e pagination. To do so, you can use the useAsyncList hook from [@react-stately/data](https:...


Near line 308: This sentence does not start with an uppercase letter.
Context: ...displayMode="visible" /> ## Slots - base: Defines a flexible column layout and...


Near line 309: This sentence does not start with an uppercase letter.
Context: ...ositioning for the table component. - wrapper: Applies to the outermost wrapper, pr...


Near line 310: This sentence does not start with an uppercase letter.
Context: ..., and scrollable overflow handling. - table: Sets the table to have a full minimu...


Near line 311: This sentence does not start with an uppercase letter.
Context: ...um width and auto-adjusting height. - thead: Specifies rounded corners for the fi...


Near line 312: This sentence does not start with an uppercase letter.
Context: ...irst child row in the table header. - tbody: No specific styles are applied to th...


Near line 313: Make sure that ‘tr’ is an abbreviation for a word such as ‘translator’, ‘treasurer’ or ‘trustee’ and not a typing error. Did you mean “try”?
Context: ...e applied to the body of the table. - tr: Styles for table rows including grou...


Near line 314: This sentence does not start with an uppercase letter.
Context: ...of undefined focus-visible classes. - th: Styles for table headers, including ...


Near line 315: This sentence does not start with an uppercase letter.
Context: ...pecial styles for sortable columns. - td: Applies to table cells, with propert...


Near line 316: This sentence does not start with an uppercase letter.
Context: ...ion indication, and disabled cells. - tfoot: No specific styles are applied to th...


Near line 317: Possible spelling mistake found.
Context: ...applied to the footer of the table. - sortIcon: Styles for sorting icons, with prope...


Near line 318: Possible spelling mistake found.
Context: ... sorting direction and hover state. - emptyWrapper: Defines style for an empty table, wi...


Near line 319: Possible spelling mistake found.
Context: ...ent, color, and a specified height. - loadingWrapper: Style applied when the table is load...


Near line 339: This sentence does not start with an uppercase letter.
Context: ...ody` has the following attributes: - data-empty: When the table is empty. - **data-...


Near line 341: This sentence does not start with an uppercase letter.
Context: ...empty**: When the table is empty. - data-loading: When the table data is loading. Ba...


Near line 342: Possible spelling mistake found.
Context: ...hen the table data is loading. Based on TableBody isLoading and loadingContent props...


Near line 342: Possible spelling mistake found.
Context: ...e data is loading. Based on TableBody isLoading and loadingContent props. `TableRow...


Near line 342: Possible spelling mistake found.
Context: ...g. Based on TableBody isLoading and loadingContent props. TableRow has the following a...


Near line 344: This sentence does not start with an uppercase letter.
Context: ...and loadingContent props. TableRow has the following attributes: - **data-sel...


Near line 346: This sentence does not start with an uppercase letter.
Context: ...Row` has the following attributes: - data-selected: When the row is selected. Based on...


Near line 347: Possible spelling mistake found.
Context: ...n the row is selected. Based on Table selectedKeys prop. - data-disabled: When the ...


Near line 348: This sentence does not start with an uppercase letter.
Context: ...sed on Table selectedKeys prop. - data-disabled: When the row is disabled. Based on...


Near line 349: Possible spelling mistake found.
Context: ...n the row is disabled. Based on Table disabledKeys prop. - data-hover: When the row...


Near line 350: This sentence does not start with an uppercase letter.
Context: ...sed on Table disabledKeys prop. - data-hover: When the row is being hovered. Bas...


Near line 351: Unpaired symbol: ‘]’ seems to be missing
Context: ...When the row is being hovered. Based on [useHover](https://react-spectrum.adobe.c...


Near line 351: Possible spelling mistake found.
Context: ...hen the row is being hovered. Based on [useHover](https://react-spectrum.adobe.com/react...


Near line 353: Possible spelling mistake found.
Context: ...ng focused with the keyboard. Based on [useFocusRing](https://react-spectrum.adobe.com/react...


Near line 354: This sentence does not start with an uppercase letter.
Context: ....com/react-aria/useFocusRing.html). - data-first: When the row is the first row. - *...


Near line 356: This sentence does not start with an uppercase letter.
Context: ...*: When the row is the first row. - data-middle: When the row is in the middle. - *...


Near line 358: This sentence does not start with an uppercase letter.
Context: ...*: When the row is in the middle. - data-odd: When the row is odd. - **data-last...


Near line 360: This sentence does not start with an uppercase letter.
Context: ...data-odd*: When the row is odd. - data-last: When the row is the last row. `Ta...


Near line 363: This sentence does not start with an uppercase letter.
Context: ...n the row is the last row. TableCell has the following attributes: - **data-sel...


Near line 365: This sentence does not start with an uppercase letter.
Context: ...ell` has the following attributes: - data-selected: When the cell row is selected. Bas...


Near line 366: Possible spelling mistake found.
Context: ... cell row is selected. Based on Table selectedKeys prop. - data-focus-visible: When...


Near line 367: This sentence does not start with an uppercase letter.
Context: ...sed on Table selectedKeys prop. - data-focus-visible: When the cell is being focused wit...


Near line 368: Possible spelling mistake found.
Context: ...ng focused with the keyboard. Based on [useFocusRing](https://react-spectrum.adobe.com/react...


Near line 387: Possible spelling mistake found.
Context: ... double click, Enter key, or tapping. - Typeahead to allow focusing rows by typing text. ...


Near line 396: Possible typo: you repeated a whitespace
Context: .../> ## API ### Table Props | Attribute | Type ...


Near line 396: Possible typo: you repeated a whitespace
Context: ... | Attribute | Type | Description ...


Near line 396: Possible typo: you repeated a whitespace
Context: ... | Description | Default | | ----------------------...


Near line 396: Possible typo: you repeated a whitespace
Context: ... | Default | | ----------------------------- | ----...


Near line 398: Possible typo: you repeated a whitespace
Context: ...----------- | ----------- | | children* | ReactNode[] ...


Near line 398: Possible spelling mistake found.
Context: ...--- | | children* | ReactNode[] ...


Near line 398: Possible typo: you repeated a whitespace
Context: ...ren* | ReactNode[] | The elements that make up the table. I...


Near line 398: Possible spelling mistake found.
Context: ...ts that make up the table. Includes the TableHeader, TableBody, TableColumn, and `Tabl...


Near line 398: Possible spelling mistake found.
Context: ... the table. Includes the TableHeader, TableBody, TableColumn, and TableRow. | - ...


Near line 398: Possible spelling mistake found.
Context: ...ncludes the TableHeader, TableBody, TableColumn, and TableRow. | - | | col...


Near line 398: Possible spelling mistake found.
Context: ...eader, TableBody, TableColumn, and TableRow`. | - | | color ...


Near line 398: Possible typo: you repeated a whitespace
Context: ...ody, TableColumn, and TableRow. | - | | color | def...


Near line 399: Possible typo: you repeated a whitespace
Context: ... and TableRow. | - | | color | default | primary | secondary ...


Near line 399: Possible typo: you repeated a whitespace
Context: ...y\|success\|warning\|danger` | Color of the selected rows, and checkb...


Near line 399: Possible typo: you repeated a whitespace
Context: ...r of the selected rows, and checkboxes. | default | | layout ...


Near line 399: Possible typo: you repeated a whitespace
Context: ... | default | | layout | `aut...


Near line 400: Possible typo: you repeated a whitespace
Context: ... | default | | layout | auto | fixed ...


Near line 400: Possible typo: you repeated a whitespace
Context: ... | auto | fixed | Defines the layout of the table. ...


Near line 400: Only proper nouns start with an uppercase character (there are exceptions for headlines).
Context: ... | Defines the layout of the table. ...


Near line 400: Possible typo: you repeated a whitespace
Context: ... | Defines the layout of the table. | auto | | radius ...


Near line 400: Possible typo: you repeated a whitespace
Context: ... | auto | | radius | `non...


Near line 401: Possible typo: you repeated a whitespace
Context: ... | auto | | radius | none | sm | md | lg ...


Near line 401: Possible spelling mistake found.
Context: ...dius | none | sm | md | lg ...


Near line 401: Possible spelling mistake found.
Context: ... | none | sm | md | lg ...


Near line 401: Possible typo: you repeated a whitespace
Context: ... | none | sm | md | lg | The border-radius of the table. ...


Near line 401: Possible typo: you repeated a whitespace
Context: ... | The border-radius of the table. | lg | | shadow ...


Near line 401: Possible typo: you repeated a whitespace
Context: ... | lg | | shadow | `non...


Near line 402: Possible typo: you repeated a whitespace
Context: ... | lg | | shadow | none | sm | md | lg ...


Near line 402: Possible spelling mistake found.
Context: ...adow | none | sm | md | lg ...


Near line 402: Possible spelling mistake found.
Context: ... | none | sm | md | lg ...


Near line 402: Possible typo: you repeated a whitespace
Context: ... | none | sm | md | lg | The shadow size of the table. ...


Near line 402: Possible typo: you repeated a whitespace
Context: ... | The shadow size of the table. | sm | | hideHeader ...


Near line 402: Possible spelling mistake found.
Context: ... | sm | | hideHeader ...


Near line 402: Possible typo: you repeated a whitespace
Context: ... | sm | | hideHeader | `boo...


Near line 403: Possible spelling mistake found.
Context: ... | sm | | hideHeader | boolean ...


Near line 403: Possible typo: you repeated a whitespace
Context: ... | sm | | hideHeader | boolean ...


Near line 403: Possible typo: you repeated a whitespace
Context: ...ideHeader | boolean | Whether to hide the table header. ...


Near line 403: Possible typo: you repeated a whitespace
Context: ... | Whether to hide the table header. | false | | isStriped ...


Near line 403: Possible typo: you repeated a whitespace
Context: ... | false | | isStriped | `boo...


Near line 404: Possible spelling mistake found.
Context: ... | false | | isStriped | boolean ...


Near line 404: Possible typo: you repeated a whitespace
Context: ... | false | | isStriped | boolean ...


Near line 404: Possible typo: you repeated a whitespace
Context: ...sStriped | boolean | Whether to apply striped rows in the t...


Near line 404: Possible typo: you repeated a whitespace
Context: ...her to apply striped rows in the table. | false | | isCompact ...


Near line 404: Possible typo: you repeated a whitespace
Context: ... | false | | isCompact | `boo...


Near line 405: Possible spelling mistake found.
Context: ... | false | | isCompact | boolean ...


Near line 405: Possible typo: you repeated a whitespace
Context: ... | false | | isCompact | boolean ...


Near line 405: Possible typo: you repeated a whitespace
Context: ...sCompact | boolean | Whether to apply compact style to the ...


Near line 405: Possible typo: you repeated a whitespace
Context: ...er to apply compact style to the table. | false | | isHeaderSticky ...


Near line 405: Possible typo: you repeated a whitespace
Context: ... | false | | isHeaderSticky | `boo...


Near line 406: Possible spelling mistake found.
Context: ... | false | | isHeaderSticky | boolean ...


Near line 406: Possible typo: you repeated a whitespace
Context: ... | false | | isHeaderSticky | boolean ...


Near line 406: Possible typo: you repeated a whitespace
Context: ...sHeaderSticky | boolean | Whether to make the table header stick...


Near line 406: Possible typo: you repeated a whitespace
Context: ...hether to make the table header sticky. | false | | fullWidth ...


Near line 406: Possible typo: you repeated a whitespace
Context: ... | false | | fullWidth | `boo...


Near line 407: Possible spelling mistake found.
Context: ... | false | | fullWidth | boolean ...


Near line 407: Possible typo: you repeated a whitespace
Context: ... | false | | fullWidth | boolean ...


Near line 407: Possible typo: you repeated a whitespace
Context: ...ullWidth | boolean | Whether to make the table full width. ...


Near line 407: Possible typo: you repeated a whitespace
Context: ...| Whether to make the table full width. | true | | removeWrapper ...


Near line 407: Possible typo: you repeated a whitespace
Context: ... | true | | removeWrapper | `boo...


Near line 408: Possible spelling mistake found.
Context: ... | true | | removeWrapper | boolean ...


Near line 408: Possible typo: you repeated a whitespace
Context: ... | true | | removeWrapper | boolean ...


Near line 408: Possible typo: you repeated a whitespace
Context: ...emoveWrapper | boolean | Whether the table base container shoul...


Near line 408: Possible typo: you repeated a whitespace
Context: ... base container should not be rendered. | false | | BaseComponent ...


Near line 408: Possible typo: you repeated a whitespace
Context: ... | false | | BaseComponent | `Rea...


Near line 409: Possible spelling mistake found.
Context: ... | false | | BaseComponent | `React.ComponentType<...


Near line 409: Possible typo: you repeated a whitespace
Context: ... | false | | BaseComponent | React.ComponentType<any> ...


Near line 409: Add a space between sentences.
Context: ... | | BaseComponent | React.ComponentType<any> ...


Near line 409: Possible typo: you repeated a whitespace
Context: ... | React.ComponentType<any> | A custom wrapper component for the tab...


Near line 409: Possible typo: you repeated a whitespace
Context: ...custom wrapper component for the table. | div | | topContent ...


Near line 409: Possible typo: you repeated a whitespace
Context: ... | div | | topContent | `Rea...


Near line 410: Possible spelling mistake found.
Context: ... | div | | topContent | ReactNode ...


Near line 410: Possible typo: you repeated a whitespace
Context: ... | div | | topContent | ReactNode ...


Near line 410: Possible spelling mistake found.
Context: ... | | topContent | ReactNode ...


Near line 410: Possible typo: you repeated a whitespace
Context: ...Content | ReactNode | Provides content to include a componen...


Near line 410: Possible typo: you repeated a whitespace
Context: ...de a component in the top of the table. | - | | bottomContent ...


Near line 410: Possible typo: you repeated a whitespace
Context: ... | - | | bottomContent | `Rea...


Near line 411: Possible spelling mistake found.
Context: ... | - | | bottomContent | ReactNode ...


Near line 411: Possible typo: you repeated a whitespace
Context: ... | - | | bottomContent | ReactNode ...


Near line 411: Possible spelling mistake found.
Context: ... | | bottomContent | ReactNode ...


Near line 411: Possible typo: you repeated a whitespace
Context: ...tomContent | ReactNode | Provides content to include a componen...


Near line 411: Possible typo: you repeated a whitespace
Context: ...a component in the bottom of the table. | - | | topContentPlacement ...


Near line 411: Possible typo: you repeated a whitespace
Context: ... | - | | topContentPlacement | `ins...


Near line 412: Possible spelling mistake found.
Context: ... | - | | topContentPlacement | inside | outside ...


Near line 412: Possible typo: you repeated a whitespace
Context: ... | - | | topContentPlacement | inside | outside ...


Near line 412: Possible typo: you repeated a whitespace
Context: ...cement | inside | outside | Where to place the topContent compon...


Near line 412: Possible spelling mistake found.
Context: ... | Where to place the topContent component. ...


Near line 412: Possible typo: you repeated a whitespace
Context: ...re to place the topContent component. | inside | | bottomContentPlacement...


Near line 412: Possible typo: you repeated a whitespace
Context: ... | inside | | bottomContentPlacement | `ins...


Near line 413: Possible spelling mistake found.
Context: ... | inside | | bottomContentPlacement | inside | outside ...


Near line 413: Possible typo: you repeated a whitespace
Context: ...| inside | | bottomContentPlacement | inside | outside ...


Near line 413: Possible typo: you repeated a whitespace
Context: ...Placement | inside | outside | Where to place the bottomContent com...


Near line 413: Possible spelling mistake found.
Context: ... | Where to place the bottomContent component. ...


Near line 413: Possible typo: you repeated a whitespace
Context: ...to place the bottomContent component. | inside | | showSelectionCheckboxe...


Near line 413: Possible typo: you repeated a whitespace
Context: ... | inside | | showSelectionCheckboxes | `boo...


Near line 414: Possible spelling mistake found.
Context: ... | inside | | showSelectionCheckboxes | boolean ...


Near line 414: Possible typo: you repeated a whitespace
Context: ... inside | | showSelectionCheckboxes | boolean ...


Near line 414: Possible typo: you repeated a whitespace
Context: ...howSelectionCheckboxes | boolean | Whether the row selection checkboxes s...


Near line 414: Possible typo: you repeated a whitespace
Context: ...lection checkboxes should be displayed. | - | | sortDescriptor ...


Near line 414: Possible typo: you repeated a whitespace
Context: ... | - | | sortDescriptor | [Sor...


Near line 415: Possible spelling mistake found.
Context: ... | - | | sortDescriptor | [SortDescriptor](#sort...


Near line 415: Possible typo: you repeated a whitespace
Context: ... | - | | sortDescriptor | SortDescriptor ...


Near line 415: Possible spelling mistake found.
Context: ... | | sortDescriptor | SortDescriptor ...


Near line 415: Possible typo: you repeated a whitespace
Context: ... | SortDescriptor | The current sorted column and directio...


Near line 415: Possible typo: you repeated a whitespace
Context: ...he current sorted column and direction. | - | | selectedKeys ...


Near line 415: Possible typo: you repeated a whitespace
Context: ... | - | | selectedKeys | [Sel...


Near line 416: Possible spelling mistake found.
Context: ... | - | | selectedKeys | [Selection](#selecti...


Near line 416: Possible typo: you repeated a whitespace
Context: ... | - | | selectedKeys | Selection ...


Near line 416: Possible typo: you repeated a whitespace
Context: ... | Selection | The currently selected keys in the col...


Near line 416: Possible typo: you repeated a whitespace
Context: ...ed keys in the collection (controlled). | - | | defaultSelectedKeys ...


Near line 416: Possible typo: you repeated a whitespace
Context: ... | - | | defaultSelectedKeys | [Sel...


Near line 417: Possible spelling mistake found.
Context: ... | - | | defaultSelectedKeys | Selection ...


Near line 417: Possible typo: you repeated a whitespace
Context: ... | - | | defaultSelectedKeys | Selection ...


Near line 417: Possible typo: you repeated a whitespace
Context: ...Keys | Selection | The initial selected keys in the colle...


Near line 417: Possible typo: you repeated a whitespace
Context: ... keys in the collection (uncontrolled). | - | | disabledKeys ...


Near line 417: Possible typo: you repeated a whitespace
Context: ... | - | | disabledKeys | [Sel...


Near line 418: Possible spelling mistake found.
Context: ... | - | | disabledKeys | [Selection](#selecti...


Near line 418: Possible typo: you repeated a whitespace
Context: ... | - | | disabledKeys | Selection ...


Near line 418: Possible typo: you repeated a whitespace
Context: ... | Selection | A set of keys for rows that are disabl...


Near line 418: Possible typo: you repeated a whitespace
Context: ...set of keys for rows that are disabled. | - | | disallowEmptySelection...


Near line 418: Possible typo: you repeated a whitespace
Context: ... | - | | disallowEmptySelection | `boo...


Near line 419: Possible spelling mistake found.
Context: ... | - | | disallowEmptySelection | boolean ...


Near line 419: Possible typo: you repeated a whitespace
Context: ...| - | | disallowEmptySelection | boolean ...


Near line 419: Possible typo: you repeated a whitespace
Context: ...isallowEmptySelection | boolean | Whether the collection allows empty se...


Near line 419: Possible typo: you repeated a whitespace
Context: ... the collection allows empty selection. | - | | selectionMode ...


Near line 419: Possible typo: you repeated a whitespace
Context: ... | - | | selectionMode | `sin...


Near line 420: Possible spelling mistake found.
Context: ... | - | | selectionMode | single | `multiple...


Near line 420: Possible typo: you repeated a whitespace
Context: ... | - | | selectionMode | single | multiple | none ...


Near line 420: Possible typo: you repeated a whitespace
Context: ... | single | multiple | none | The type of selection that is allowed ...


Near line 420: Possible typo: you repeated a whitespace
Context: ...tion that is allowed in the collection. | none | | selectionBehavior ...


Near line 420: Possible typo: you repeated a whitespace
Context: ... | none | | selectionBehavior | `tog...


Near line 421: Possible spelling mistake found.
Context: ... | none | | selectionBehavior | toggle | replace ...


Near line 421: Possible typo: you repeated a whitespace
Context: ... | none | | selectionBehavior | toggle | replace ...


Near line 421: Possible typo: you repeated a whitespace
Context: ...vior | toggle | replace | How multiple selection should behave i...


Near line 421: Possible typo: you repeated a whitespace
Context: ...ection should behave in the collection. | toggle | | disabledBehavior ...


Near line 421: Possible typo: you repeated a whitespace
Context: ... | toggle | | disabledBehavior | `sel...


Near line 422: Possible spelling mistake found.
Context: ... | toggle | | disabledBehavior | selection | all ...


Near line 422: Possible typo: you repeated a whitespace
Context: ... | toggle | | disabledBehavior | selection | all ...


Near line 422: Possible typo: you repeated a whitespace
Context: ...vior | selection | all | Whether disabledKeys applies to all ...


Near line 422: Possible spelling mistake found.
Context: ... | Whether disabledKeys applies to all interactions, or only s...


Near line 422: Possible typo: you repeated a whitespace
Context: ...to all interactions, or only selection. | selection | | allowDuplicateSelectio...


Near line 423: Possible spelling mistake found.
Context: ... | selection | | allowDuplicateSelectionEvents | boolean ...


Near line 423: Possible typo: you repeated a whitespace
Context: ...llowDuplicateSelectionEvents | boolean | Whether onSelectionChange should fir...


Near line 423: Possible spelling mistake found.
Context: ... | Whether onSelectionChange should fire even if the new set of key...


Near line 423: Possible typo: you repeated a whitespace
Context: ...ew set of keys is the same as the last. | - | | disableAnimation ...


Near line 423: Possible typo: you repeated a whitespace
Context: ...he same as the last. | - | | disableAnimation | `boo...


Near line 424: Possible spelling mistake found.
Context: ...last. | - | | disableAnimation | boolean ...


Near line 424: Possible typo: you repeated a whitespace
Context: ... | - | | disableAnimation | boolean ...


Near line 424: Possible typo: you repeated a whitespace
Context: ...isableAnimation | boolean | Whether to disable the table and check...


Near line 424: Possible typo: you repeated a whitespace
Context: ...able the table and checkbox animations. | false | | checkboxesProps ...


Near line 424: Possible typo: you repeated a whitespace
Context: ... | false | | checkboxesProps | [Che...


Near line 425: Possible spelling mistake found.
Context: ... | false | | checkboxesProps | [CheckboxProps](/docs/c...


Near line 425: Possible typo: you repeated a whitespace
Context: ... | false | | checkboxesProps | [CheckboxProps](/docs/components/check...


Near line 425: Possible spelling mistake found.
Context: ... | | checkboxesProps | [CheckboxProps](/docs/components/checkbox/#checkbox-pr...


Near line 425: Possible typo: you repeated a whitespace
Context: ...ocs/components/checkbox/#checkbox-props) | Props to be passed to the checkboxes. ...


Near line 425: Possible typo: you repeated a whitespace
Context: ...| Props to be passed to the checkboxes. | - | | classNames ...


Near line 425: Possible typo: you repeated a whitespace
Context: ... | - | | classNames | `Rec...


Near line 426: Possible spelling mistake found.
Context: ... | - | | classNames | `Record<"base" | "...


Near line 426: Possible typo: you repeated a whitespace
Context: ... | - | | classNames | `Record<"base" | "table" | "thead" | "...


Near line 426: Possible spelling mistake found.
Context: ... | | classNames | `Record<"base" | "table" | "thead" | "tbody" | "tfoot" | "emptyWrapper" |...


Near line 426: Only proper nouns start with an uppercase character (there are exceptions for headlines).
Context: ... | "th" | "td" | "sortIcon", string>` | Allows to set custom class names for the dropd...


Near line 426: Possible typo: you repeated a whitespace
Context: ...lass names for the dropdown item slots. | - | ### Table Events | Att...


Near line 426: Possible typo: you repeated a whitespace
Context: ... | - | ### Table Events | Attribute ...


Near line 430: Possible typo: you repeated a whitespace
Context: ... | ### Table Events | Attribute | Type ...


Near line 430: Possible typo: you repeated a whitespace
Context: ...Table Events | Attribute | Type | Description ...


Near line 430: Possible typo: you repeated a whitespace
Context: ... | Description | | ----------------- | ----------------...


Near line 432: Possible spelling mistake found.
Context: ...----------------------------------- | | onRowAction | (key: React.Key) => void ...


Near line 432: Possible typo: you repeated a whitespace
Context: ...------------------------ | | onRowAction | (key: React.Key) => void ...


Near line 432: Do you wish to insert an arrow?
Context: ...--------------- | | onRowAction | (key: React.Key) => void | Handler that is call...


Near line 432: Possible typo: you repeated a whitespace
Context: ...ction | (key: React.Key) => void | Handler that is called when a user per...


Near line 432: Possible typo: you repeated a whitespace
Context: ...n a user performs an action on the row. | | onCellAction | `(key: react.Key...


Near line 433: Possible spelling mistake found.
Context: ...er performs an action on the row. | | onCellAction | (key: react.Key) => void ...


Near line 433: Possible typo: you repeated a whitespace
Context: ...an action on the row. | | onCellAction | (key: react.Key) => void ...


Near line 433: Do you wish to insert an arrow?
Context: ...n on the row. | | onCellAction | (key: react.Key) => void | Handler that is call...


Near line 433: Possible typo: you repeated a whitespace
Context: ...Action | (key: react.Key) => void | Handler that is called when a user per...


Near line 434: Possible spelling mistake found.
Context: ...er performs an action on the cell. | | onSelectionChange | (keys: Selection) => any ...


Near line 434: Do you wish to insert an arrow?
Context: ...n on the cell. | | onSelectionChange | (keys: Selection) => any | Handler that is calle...


Near line 434: Possible typo: you repeated a whitespace
Context: ...ctionChange | (keys: Selection) => any | Handler that is called when the select...


Near line 434: Possible typo: you repeated a whitespace
Context: ...t is called when the selection changes. | | onSortChange | `(descriptor: So...


Near line 435: Possible spelling mistake found.
Context: ...selection changes. | | onSortChange | `(descriptor: SortDescriptor) =>...


Near line 435: Possible typo: you repeated a whitespace
Context: ...anges. | | onSortChange | (descriptor: SortDescriptor) => any ...


Near line 435: Do you wish to insert an arrow?
Context: ... | | onSortChange | (descriptor: SortDescriptor) => any | Handler that is called when the ...


Near line 439: Possible spelling mistake found.
Context: ...tion changes. | #### TableHeader Props | Attribute | Type | D...


Near line 441: Possible typo: you repeated a whitespace
Context: ... /> #### TableHeader Props | Attribute | Type | Description ...


Near line 441: Possible typo: you repeated a whitespace
Context: ...# TableHeader Props | Attribute | Type | Description ...


Near line 441: Possible typo: you repeated a whitespace
Context: ...Attribute | Type | Description | Default | | ---------- | -------------...


Near line 443: Possible spelling mistake found.
Context: ...------------ | ------- | | children* | ReactNode[] | A list of Column(s) or a function....


Near line 443: Possible typo: you repeated a whitespace
Context: ...t be provided using the columns prop | - | | columns | T[] | A list ...


Near line 444: Possible typo: you repeated a whitespace
Context: ...g the columns prop | - | | columns | T[] | A list of table column...


Near line 444: Possible typo: you repeated a whitespace
Context: ...ns prop | - | | columns | T[] | A list of table columns. ...


Near line 444: Possible typo: you repeated a whitespace
Context: ...T[]` | A list of table columns. | - | #### Tabl...


Near line 444: Possible typo: you repeated a whitespace
Context: ... | - | #### TableColumn Pr...


Near line 448: Possible spelling mistake found.
Context: ... | - | #### TableColumn Props | Attribute | Type ...


Near line 450: Possible typo: you repeated a whitespace
Context: ... /> #### TableColumn Props | Attribute | Type | Descrip...


Near line 450: Possible typo: you repeated a whitespace
Context: ...ableColumn Props | Attribute | Type | Description ...


Near line 450: Possible typo: you repeated a whitespace
Context: ...pe | Description | Default | | ------------- | ----------...


Near line 452: Possible typo: you repeated a whitespace
Context: ...--------------- | ------- | | children* | ReactNode | Static ...


Near line 452: Possible spelling mistake found.
Context: ...--------- | ------- | | children* | ReactNode | Static child column...


Near line 452: Possible typo: you repeated a whitespace
Context: ... ------- | | children* | ReactNode | Static child columns or content to ren...


Near line 452: Possible typo: you repeated a whitespace
Context: ...r content to render as the column header | - | | align | start |...


Near line 452: Possible typo: you repeated a whitespace
Context: ... | - | | align | start | center ...


Near line 453: Possible typo: you repeated a whitespace
Context: ... | - | | align | start | center | end | The ali...


Near line 453: Possible typo: you repeated a whitespace
Context: ... contents relative to its allotted width | start | | hideHeader | boolean ...


Near line 454: Possible spelling mistake found.
Context: ... | start | | hideHeader | boolean | Whe...


Near line 454: Possible typo: you repeated a whitespace
Context: ... | start | | hideHeader | boolean | Whether...


Near line 454: Possible typo: you repeated a whitespace
Context: ... | start | | hideHeader | boolean | Whether the column should hide its hea...


Near line 454: Possible typo: you repeated a whitespace
Context: ...r the column should hide its header text | false | | allowsSorting | boolean ...


Near line 455: Possible spelling mistake found.
Context: ... | false | | allowsSorting | boolean | Whethe...


Near line 455: Possible typo: you repeated a whitespace
Context: ... | false | | allowsSorting | boolean | Whether the column allows sorting ...


Near line 455: Possible typo: you repeated a whitespace
Context: ... | Whether the column allows sorting | - | | isRowHeader | boolean ...


Near line 455: Possible typo: you repeated a whitespace
Context: ... | - | | isRowHeader | boolean ...


Near line 456: Possible spelling mistake found.
Context: ... | - | | isRowHeader | boolean | Whet...


Near line 456: Possible typo: you repeated a whitespace
Context: ... | - | | isRowHeader | boolean | Whether...


Near line 456: Possible typo: you repeated a whitespace
Context: ... | - | | isRowHeader | boolean | Whether a column is a row header and s...


Near line 456: Consider replacing this word to strengthen your wording.
Context: ... | Whether a column is a row header and should be announced by assistive techno...


Near line 456: Possible typo: you repeated a whitespace
Context: ...ive technology during row navigation | - | | textValue | string ...


Near line 457: Possible spelling mistake found.
Context: ...ogy during row navigation | - | | textValue | string | A ...


Near line 457: Possible typo: you repeated a whitespace
Context: ...g row navigation | - | | textValue | string | A strin...


Near line 457: Possible typo: you repeated a whitespace
Context: ...n | - | | textValue | string | A string representation of the column'...


Near line 457: Possible typo: you repeated a whitespace
Context: ...ts, used for accessibility announcements | - | | width | string ...


Near line 457: Possible typo: you repeated a whitespace
Context: ...bility announcements | - | | width | string | number...


Near line 458: Possible typo: you repeated a whitespace
Context: ...ents | - | | width | string | number | The wid...


Near line 458: Possible typo: you repeated a whitespace
Context: ...| | width | string | number | The width of the column ...


Near line 458: Possible typo: you repeated a whitespace
Context: ...umber | The width of the column | - | | minWidth |string` ...


Near line 458: Possible typo: you repeated a whitespace
Context: ... | - | | minWidth | string | number...


Near line 459: Possible spelling mistake found.
Context: ... | - | | minWidth | string | number | T...


Near line 459: Possible typo: you repeated a whitespace
Context: ... | - | | minWidth | string | number | The min...


Near line 459: Possible typo: you repeated a whitespace
Context: ...| | minWidth | string | number | The minimum width of the column ...


Near line 459: Possible typo: you repeated a whitespace
Context: ... | The minimum width of the column | - | | maxWidth | string ...


Near line 459: Possible typo: you repeated a whitespace
Context: ... | - | | maxWidth | string | number...


Near line 460: Possible spelling mistake found.
Context: ... | - | | maxWidth | string | number | T...


Near line 460: Possible typo: you repeated a whitespace
Context: ... | - | | maxWidth | string | number | The max...


Near line 460: Possible typo: you repeated a whitespace
Context: ...| | maxWidth | string | number | The maximum width of the column ...


Near line 460: Possible typo: you repeated a whitespace
Context: ... | The maximum width of the column | - | #### Tabl...


Near line 460: Possible typo: you repeated a whitespace
Context: ... | - | #### TableBody Prop...


Near line 464: Possible spelling mistake found.
Context: ... | - | #### TableBody Props | Attribute | Type ...


Near line 466: Possible typo: you repeated a whitespace
Context: ...2} /> #### TableBody Props | Attribute | Type ...


Near line 466: Possible typo: you repeated a whitespace
Context: ...TableBody Props | Attribute | Type | Description ...


Near line 466: Possible typo: you repeated a whitespace
Context: ... | Description | Default | | -------------- | ---------...


Near line 468: Possible typo: you repeated a whitespace
Context: ...--------------- | ------- | | children* | RowElement | RowElement[] | `((i...


Near line 468: Possible spelling mistake found.
Context: ...-------- | ------- | | children* | RowElement | RowElement[] | `((item: T) => Ro...


Near line 468: Possible spelling mistake found.
Context: ...-- | | children* | RowElement | RowElement[] | ((item: T) => RowElement) | The...


Near line 468: Do you wish to insert an arrow?
Context: ... | RowElement | RowElement[] | ((item: T) => RowElement) | The contents of the tabl...


Near line 468: Possible typo: you repeated a whitespace
Context: ...tems or a function for dynamic rendering | - | | items | `Iterable...


Near line 468: Possible typo: you repeated a whitespace
Context: ...a function for dynamic rendering | - | | items | Iterable<T> ...


Near line 469: Possible typo: you repeated a whitespace
Context: ...ynamic rendering | - | | items | Iterable<T> ...


Near line 469: The word ‘Iterable<T’ is not standard English. Did you mean “Iterable’T” (curly apostrophe) or “Iterable'T” (straight apostrophe)?
Context: ...ring | - | | items | Iterable<T> ...


Near line 469: Possible typo: you repeated a whitespace
Context: ... | | items | Iterable<T> | A list of row objects in the table bod...


Near line 469: Possible typo: you repeated a whitespace
Context: ...ody used when dynamically rendering rows | - | | isLoading | boolean...


Near line 469: Possible typo: you repeated a whitespace
Context: ...ally rendering rows | - | | isLoading | boolean ...


Near line 470: Possible spelling mistake found.
Context: ...ing rows | - | | isLoading | boolean ...


Near line 470: Possible typo: you repeated a whitespace
Context: ... | - | | isLoading | boolean ...


Near line 470: Possible typo: you repeated a whitespace
Context: ...| - | | isLoading | boolean | Whether the table body is loading. ...


Near line 470: Possible typo: you repeated a whitespace
Context: ... | Whether the table body is loading. | - | | loadingState | [LoadingS...


Near line 470: Possible typo: you repeated a whitespace
Context: ... | - | | loadingState | [LoadingState](#loa...


Near line 471: Possible spelling mistake found.
Context: ... | - | | loadingState | LoadingState ...


Near line 471: Possible typo: you repeated a whitespace
Context: ... | - | | loadingState | LoadingState ...


Near line 471: Possible spelling mistake found.
Context: ... | - | | loadingState | LoadingState ...


Near line 471: Possible typo: you repeated a whitespace
Context: ...State | LoadingState | Handler that is called when more items...


Near line 471: Possible typo: you repeated a whitespace
Context: ...e.g. while scrolling near the bottom | - | | loadingContent | ReactNode ...


Near line 472: Possible spelling mistake found.
Context: ...scrolling near the bottom | - | | loadingContent | ReactNode ...


Near line 472: Possible spelling mistake found.
Context: ...e bottom | - | | loadingContent | ReactNode ...


Near line 472: Possible typo: you repeated a whitespace
Context: ...- | | loadingContent | ReactNode | Content to display while loading more ...


Near line 472: Possible typo: you repeated a whitespace
Context: ...tent to display while loading more items | - | | emptyContent | `ReactNod...


Near line 472: Possible typo: you repeated a whitespace
Context: ... | - | | emptyContent | ReactNode ...


Near line 473: Possible spelling mistake found.
Context: ... | - | | emptyContent | ReactNode ...


Near line 473: Possible typo: you repeated a whitespace
Context: ... | - | | emptyContent | ReactNode ...


Near line 473: Possible spelling mistake found.
Context: ... | - | | emptyContent | ReactNode ...


Near line 473: Possible typo: you repeated a whitespace
Context: ...- | | emptyContent | ReactNode | Content to display when there are no i...


Near line 473: Possible typo: you repeated a whitespace
Context: ...hen there are no items in the table body | - | ### TableBody Events | Att...


Near line 473: Possible typo: you repeated a whitespace
Context: ...ody | - | ### TableBody Events | Attribute | ...


Near line 475: Possible spelling mistake found.
Context: ... | - | ### TableBody Events | Attribute | Type | De...


Near line 477: Possible typo: you repeated a whitespace
Context: ... | ### TableBody Events | Attribute | Type | Description ...


Near line 477: Possible typo: you repeated a whitespace
Context: ...## TableBody Events | Attribute | Type | Description ...


Near line 477: Possible typo: you repeated a whitespace
Context: ...| Attribute | Type | Description | | ---------- | ----------- | ---------...


Near line 479: Possible spelling mistake found.
Context: ...----------------------------------- | | onLoadMore | () => any | A list of row objects i...


Near line 479: Do you wish to insert an arrow?
Context: ...---------------------- | | onLoadMore | () => any | A list of row objects in the tab...


Near line 483: Possible spelling mistake found.
Context: ...endering rows | #### TableRow Props | Attribute | Type ...


Near line 485: Possible typo: you repeated a whitespace
Context: ...{2} /> #### TableRow Props | Attribute | Type ...


Near line 485: Possible typo: you repeated a whitespace
Context: ...#### TableRow Props | Attribute | Type | Description ...


Near line 485: Possible typo: you repeated a whitespace
Context: ... | Description | Default | | ---------- | -------------...


Near line 487: Possible spelling mistake found.
Context: ...------------ | ------- | | children* | CellElement | CellElement[] | CellRenderer |...


Near line 487: Possible spelling mistake found.
Context: ...----- | | children* | CellElement | CellElement[] | CellRenderer | Rendered content...


Near line 487: Possible spelling mistake found.
Context: ...* | CellElement | CellElement[] | CellRenderer | Rendered contents of the row or row ...


Near line 487: Possible typo: you repeated a whitespace
Context: ...d contents of the row or row child items | - | | textValue | string ...


Near line 487: Possible typo: you repeated a whitespace
Context: ...tems | - | | textValue | string ...


Near line 488: Possible spelling mistake found.
Context: ... | - | | textValue | string ...


Near line 488: Possible typo: you repeated a whitespace
Context: ... | - | | textValue | string ...


Near line 488: Possible typo: you repeated a whitespace
Context: ... | - | | textValue | string | A string representation of the row's c...


Near line 488: Possible spelling mistake found.
Context: ... row's contents, used for features like typeahead | - | #### Tab...


Near line 488: Possible typo: you repeated a whitespace
Context: ...ts, used for features like typeahead | - | #### TableCell Prop...


Near line 492: Possible spelling mistake found.
Context: ...ead | - | #### TableCell Props | Attribute | Type | Des...


Near line 494: Possible typo: you repeated a whitespace
Context: ...2} /> #### TableCell Props | Attribute | Type | Description ...


Near line 494: Possible typo: you repeated a whitespace
Context: ...### TableCell Props | Attribute | Type | Description ...


Near line 494: Possible typo: you repeated a whitespace
Context: ...| Attribute | Type | Description | Default | | ---------- | ----------- |...


Near line 496: Possible spelling mistake found.
Context: ...------------ | ------- | | children* | ReactNode | The contents of the cell ...


Near line 496: Possible typo: you repeated a whitespace
Context: ...| ReactNode | The contents of the cell | - | | textValue | string |...


Near line 496: Possible typo: you repeated a whitespace
Context: ... | - | | textValue | string | A string ...


Near line 497: Possible spelling mistake found.
Context: ... | - | | textValue | string | A string representatio...


Near line 497: Possible typo: you repeated a whitespace
Context: ... | - | | textValue | string | A string representation ...


Near line 497: Possible typo: you repeated a whitespace
Context: ... | - | | textValue | string | A string representation of the row's c...


Near line 497: Possible spelling mistake found.
Context: ... row's contents, used for features like typeahead | - | --- ###...


Near line 497: Possible typo: you repeated a whitespace
Context: ...ts, used for features like typeahead | - | --- ### Table type...

Additional comments not posted (30)
apps/docs/components/docs/components/code-demo/react-live-demo.tsx (2)

7-8: Ensure that the newly imported hooks useInfiniteScroll and useAsyncList are compatible with the existing setup and check if they introduce any side effects.


28-29: The spread of useInfiniteScroll and useAsyncList into the scope object is correct. This will make these hooks available in the live code examples.

apps/docs/content/components/table/sorting.ts (2)

8-22: Refactoring the data fetching into an inner async function fetchData within the load method improves readability and maintainability. Ensure that error handling is robust, especially for network failures or JSON parsing errors.


24-24: The return statement correctly delegates the fetching logic to the fetchData function. This keeps the load function clean and focused.

apps/docs/content/components/table/async-pagination.ts (2)

8-20: The introduction of an inner async function within React.useEffect for data fetching is a good practice. However, ensure that there are no memory leaks by cancelling ongoing fetches when the component unmounts or before starting a new fetch.


24-26: The calculation of pages using React.useMemo is efficient as it prevents unnecessary recalculations. Ensure that the dependencies of this memoization are correctly listed.

apps/docs/content/components/table/infinite-pagination.ts (1)

10-29: The refactoring of the load function to include an inner async function fetchData is well-implemented. It improves the structure and readability of the code. Ensure that error handling and cleanup are properly managed to avoid memory leaks or unhandled promises.

apps/docs/content/components/table/load-more.ts (1)

9-30: The modifications to the load function to include an inner async function fetchData are well-structured. This change improves the readability and maintainability of the code. Ensure robust error handling, especially for network failures and ensure that the loading state is correctly managed across all scenarios.

apps/docs/content/components/select/async-loading-items.ts (2)

1-4: Exporting the Pokemon type directly is a clean and modular approach. This helps in maintaining type safety and clarity in the codebase.


63-107: > 📝 NOTE

This review was outside the diff hunks and was mapped to the diff hunk with the greatest overlap. Original lines [6-91]

The refactoring of the App function to handle state management and data loading more efficiently is commendable. Ensure that the useInfiniteScroll hook is used correctly and that it integrates well with the dynamic loading of items in the Select component.

Verification successful

The review comment concerning the refactoring of the App function and the use of the useInfiniteScroll hook has been manually verified based on the provided code snippet. The hook is used correctly, and it integrates well with the dynamic loading of items in the Select component. The hook's parameters and the way it's used to handle the loading of more items upon reaching the end of the list are consistent with its intended functionality.

  • The useInfiniteScroll hook is initialized with hasMore, isEnabled, and onLoadMore parameters, which are appropriately set and used within the component.
  • The onLoadMore function updates the offset and triggers the loading of more Pokémon items, which is a key aspect of integrating infinite scrolling with dynamic data loading.
Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Verify the correct usage and integration of useInfiniteScroll with dynamic item loading
ast-grep --lang typescript --pattern $'useInfiniteScroll($$$)'

Length of output: 63



Script:

#!/bin/bash
# Re-verify the correct usage and integration of useInfiniteScroll with dynamic item loading
# Using a more detailed pattern to capture the context in which useInfiniteScroll is used
ast-grep --lang typescript --pattern $'const [$$$1, $$$2] = useInfiniteScroll({$$$3});'

Length of output: 88

apps/docs/content/components/navbar/with-dropdown-menu.ts (1)

120-197: > 📝 NOTE

This review was outside the diff hunks and was mapped to the diff hunk with the greatest overlap. Original lines [12-323]

Refactoring the icon components to have fixed dimensions and removing unnecessary props simplifies the code and reduces the complexity. However, ensure that this change does not reduce the flexibility needed in other parts of the application where different sizes or styles might be required.

apps/docs/content/docs/components/modal.mdx (1)

91-91: Adjustment to the modal preview height appears appropriate for enhancing visual presentation in the documentation.

apps/docs/content/docs/components/navbar.mdx (2)

Line range hint 5-5: Ensure the sentence starts with an uppercase letter for consistency and professionalism in documentation.


105-105: The removal of iframe usage is consistent with the PR's objectives. Ensure that all references to iframes are removed across the documentation to maintain consistency.

Verification successful

The search for iframe references in the specified documentation directory did not yield any results, indicating that there are no iframe usages within the markdown files of that directory. This is consistent with the PR's objectives of removing iframe usage from the documentation. Therefore, it can be concluded that the removal has been successfully implemented in the searched area.

  • No iframe references found in ./apps/docs/content/docs/components
Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Search for any remaining iframe references in the documentation
rg --type md 'iframe' ./apps/docs/content/docs/components

Length of output: 57

apps/docs/content/components/table/custom-styles.ts (2)

319-319: Consolidated imports improve readability and reduce clutter.


645-645: TypeScript annotations enhance type safety and maintainability of the code.

apps/docs/content/docs/components/select.mdx (12)

Line range hint 1-1: Ensure the document starts with a capital letter for consistency and professionalism.


Line range hint 9-9: Consider rephrasing to "A select component displays..." to correct the grammatical issue with article usage.


Line range hint 31-41: Ensure that the import commands are accurate and reflect the current structure of the NextUI package.


Line range hint 60-60: Clarify the documentation on multiple selection to ensure it's clear how to enable and use this feature.


Line range hint 76-76: Add more details about what happens when isRequired is set to true, such as validation behaviors or UI changes.


Line range hint 99-99: Clarify the behavior when labelPlacement is set to different values and how it affects the UI.


Line range hint 121-121: Start the sentence with "By default," to correct the grammatical issue.


Line range hint 131-132: Confirm that the scrollShadowProps property is correctly implemented and interacts as expected with the ScrollShadow component.

Verification successful

The expanded search for scrollShadowProps across all file types has provided significant results, showing that this property is indeed implemented and used within the codebase. The references are found in multiple files, including TypeScript files for the Select and Autocomplete components (use-select.ts and use-autocomplete.ts), their respective story files, and documentation files. This confirms that scrollShadowProps is an active part of the codebase, particularly in the context of handling properties for the ScrollShadow component.

Given this information, it is clear that the scrollShadowProps property is correctly implemented and interacts as expected with the ScrollShadow component. The usage in both component logic and documentation aligns with the expectations set by the review comment.

Conclusion:

  • The scrollShadowProps property is properly implemented and used in the context of the ScrollShadow component across various relevant files in the codebase.
Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Ensure that the scrollShadowProps are correctly passed and utilized in the ScrollShadow component.
rg --type js "scrollShadowProps"

Length of output: 32



Script:

#!/bin/bash
# Expanding the search to include all file types and ensure that 'scrollShadowProps' is being used as expected.
rg "scrollShadowProps"

Length of output: 3197


Line range hint 146-146: Provide examples of how the isInvalid and errorMessage properties can be used together to display validation errors.


Line range hint 185-185: Correct the spelling of "Pokémon" with the accent.


Line range hint 245-245: Insert a comma after "In this example" for better readability.


Line range hint 265-265: Ensure all sentences start with a capital letter for consistency in documentation.

apps/docs/content/docs/components/table.mdx (2)

Line range hint 1-1: Ensure the document starts with a capital letter for consistency and professionalism.


242-242: Ensure that the isLoading and loadingContent props are correctly implemented in the TableBody component as these are crucial for rendering the loading state.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Actionable comments outside the diff hunks (2)
apps/docs/content/docs/components/navbar.mdx (1)

Line range hint 190-198: The descriptions for slots should start with uppercase letters for consistency and professionalism in documentation.

- **base**: The main slot for the navbar. It takes the full width of the parent and wraps the navbar elements including the menu.
+ **Base**: The main slot for the navbar. It takes the full width of the parent and wraps the navbar elements including the menu.
- **wrapper**: The slot that contains the navbar elements such as `brand`, `content` and `toggle`.
+ **Wrapper**: The slot that contains the navbar elements such as `brand`, `content` and `toggle`.
- **brand**: The slot for the `NavbarBrand` component.
+ **Brand**: The slot for the `NavbarBrand` component.
- **content**: The slot for the `NavbarContent` component.
+ **Content**: The slot for the `NavbarContent` component.
- **item**: The slot for the `NavbarItem` component.
+ **Item**: The slot for the `NavbarItem` component.
- **toggle**: The slot for the `NavbarMenuToggle` component.
+ **Toggle**: The slot for the `NavbarMenuToggle` component.
- **toggleIcon**: The slot for the `NavbarMenuToggle` icon.
+ **ToggleIcon**: The slot for the `NavbarMenuToggle` icon.
- **menu**: The slot for the `NavbarMenu` component.
+ **Menu**: The slot for the `NavbarMenu` component.
- **menuItem**: The slot for the `NavbarMenuItem` component.
+ **MenuItem**: The slot for the `NavbarMenuItem` component.
apps/docs/content/docs/components/select.mdx (1)

[!TIP]
Codebase Verification

The verification process has revealed that the installation commands for the "select" component of the NextUI library are partially correct. The commands using yarn and npm are confirmed to be correct as they are mentioned in the README.md of the select component package. However, there are no mentions of the commands using nextui, pnpm, or bun in the repository, suggesting that these might be incorrect or outdated.

It is recommended to review the documentation to ensure it accurately reflects the installation methods that are actively supported and recommended. Here are the specific findings:

  • The yarn add @nextui-org/select and npm i @nextui-org/select commands are verified and correct.
  • The nextui add select, pnpm add @nextui-org/select, and bun add @nextui-org/select commands were not found in the repository, indicating a potential issue with these entries in the documentation.
Analysis chain

Line range hint 20-27: Verify that the package installation commands are correct and up-to-date to prevent any installation issues for users.

Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Check if the package names in the installation commands are correct and up-to-date.
rg --type md "nextui add select|npm install @nextui-org/select|yarn add @nextui-org/select|pnpm add @nextui-org/select|bun add @nextui-org/select"

Length of output: 213



Script:

#!/bin/bash
# Search for any mentions of the package installation commands in markdown files to verify their presence and correctness.
rg --type md "nextui add select|npm install @nextui-org/select|yarn add @nextui-org/select|pnpm add @nextui-org/select|bun add @nextui-org/select" -A 3 -B 3

Length of output: 502

@@ -78,10 +76,8 @@ NextUI exports 7 navbar-related components:
You can use the `position` prop to make the navbar static positioned (the default behavior is `sticky`).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding an article "the" before "navbar" to improve the readability of the sentence.

- You can use the `position` prop to make the navbar static positioned (the default behavior is `sticky`).
+ You can use the `position` prop to make the navbar statically positioned (the default behavior is `sticky`).

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
You can use the `position` prop to make the navbar static positioned (the default behavior is `sticky`).
You can use the `position` prop to make the navbar statically positioned (the default behavior is `sticky`).

@kuri-sun kuri-sun changed the title AI bot should not appear inside of the frames AI bot should not appear inside of the iframes Apr 18, 2024
@wingkwong wingkwong changed the base branch from main to canary April 28, 2024 14:48
@kuri-sun kuri-sun assigned jrgarciadev and unassigned kuri-sun Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🟠 Priority: High 📋 Scope : Docs Related to the documentation 🐛 Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants