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

docs(guide): add an explanation for the installation guide #2769

Conversation

Nozomi-Hijikata
Copy link
Contributor

@Nozomi-Hijikata Nozomi-Hijikata commented Apr 18, 2024

πŸ“ Description

Add an explanation for the installation page

⛳️ Current behavior (updates)

Currently, there is no explanation for users to install packages after initialization.

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2024-04-18 15 03 01

current version here

Therefore, it is possible that users may encounter such situation.

❯ nextui init new-nextui-app

NextUI CLI v0.1.5

βœ” Select a template β€Ί App

βœ” Template created successfully!

❯ cd new-nexui-app

❯ npm run dev

> next-app-template@0.0.1 dev
> next dev

sh: next: command not found

This is because the dependencies are not installed in the project directory.

❯ npm list --depth=0
npm ERR! code ELSPROBLEMS
npm ERR! missing: @nextui-org/button@^2.0.28, required by next-app-template@0.0.1
npm ERR! missing: @nextui-org/code@^2.0.25, required by next-app-template@0.0.1
npm ERR! missing: @nextui-org/input@^2.1.18, required by next-app-template@0.0.1
npm ERR! missing: @nextui-org/kbd@^2.0.26, required by next-app-template@0.0.1
npm ERR! missing: @nextui-org/link@^2.0.27, required by next-app-template@0.0.1
npm ERR! missing: @nextui-org/navbar@^2.0.28, required by next-app-template@0.0.1
npm ERR! missing: @nextui-org/snippet@^2.0.32, required by next-app-template@0.0.1
npm ERR! missing: @nextui-org/switch@^2.0.26, required by next-app-template@0.0.1
npm ERR! missing: @nextui-org/system@2.1.0, required by next-app-template@0.0.1
npm ERR! missing: @nextui-org/theme@2.2.0, required by next-app-template@0.0.1
npm ERR! missing: @react-aria/ssr@^3.9.2, required by next-app-template@0.0.1
npm ERR! missing: @react-aria/visually-hidden@^3.8.10, required by next-app-template@0.0.1
npm ERR! missing: @types/node@20.5.7, required by next-app-template@0.0.1
npm ERR! missing: @types/react-dom@18.2.7, required by next-app-template@0.0.1
npm ERR! missing: @types/react@18.2.21, required by next-app-template@0.0.1
npm ERR! missing: autoprefixer@10.4.19, required by next-app-template@0.0.1
npm ERR! missing: clsx@^2.0.0, required by next-app-template@0.0.1
npm ERR! missing: eslint-config-next@14.2.1, required by next-app-template@0.0.1
npm ERR! missing: eslint@8.48.0, required by next-app-template@0.0.1
npm ERR! missing: framer-motion@^11.1.1, required by next-app-template@0.0.1
npm ERR! missing: intl-messageformat@^10.5.0, required by next-app-template@0.0.1
npm ERR! missing: next-themes@^0.2.1, required by next-app-template@0.0.1
npm ERR! missing: next@14.2.1, required by next-app-template@0.0.1
npm ERR! missing: postcss@8.4.38, required by next-app-template@0.0.1
npm ERR! missing: react-dom@18.2.0, required by next-app-template@0.0.1
npm ERR! missing: react@18.2.0, required by next-app-template@0.0.1
npm ERR! missing: tailwind-variants@^0.1.20, required by next-app-template@0.0.1
npm ERR! missing: tailwindcss@3.4.3, required by next-app-template@0.0.1
npm ERR! missing: typescript@5.0.4, required by next-app-template@0.0.1
next-app-template@0.0.1 /Users/hijikatanozomi/environment/oss-workshop/new-nextui-app
β”œβ”€β”€ UNMET DEPENDENCY @nextui-org/button@^2.0.28
β”œβ”€β”€ UNMET DEPENDENCY @nextui-org/code@^2.0.25
β”œβ”€β”€ UNMET DEPENDENCY @nextui-org/input@^2.1.18
β”œβ”€β”€ UNMET DEPENDENCY @nextui-org/kbd@^2.0.26
β”œβ”€β”€ UNMET DEPENDENCY @nextui-org/link@^2.0.27
β”œβ”€β”€ UNMET DEPENDENCY @nextui-org/navbar@^2.0.28
β”œβ”€β”€ UNMET DEPENDENCY @nextui-org/snippet@^2.0.32
β”œβ”€β”€ UNMET DEPENDENCY @nextui-org/switch@^2.0.26
β”œβ”€β”€ UNMET DEPENDENCY @nextui-org/system@2.1.0
β”œβ”€β”€ UNMET DEPENDENCY @nextui-org/theme@2.2.0
β”œβ”€β”€ UNMET DEPENDENCY @react-aria/ssr@^3.9.2
β”œβ”€β”€ UNMET DEPENDENCY @react-aria/visually-hidden@^3.8.10
β”œβ”€β”€ UNMET DEPENDENCY @types/node@20.5.7
β”œβ”€β”€ UNMET DEPENDENCY @types/react-dom@18.2.7
β”œβ”€β”€ UNMET DEPENDENCY @types/react@18.2.21
β”œβ”€β”€ UNMET DEPENDENCY autoprefixer@10.4.19
β”œβ”€β”€ UNMET DEPENDENCY clsx@^2.0.0
β”œβ”€β”€ UNMET DEPENDENCY eslint-config-next@14.2.1
β”œβ”€β”€ UNMET DEPENDENCY eslint@8.48.0
β”œβ”€β”€ UNMET DEPENDENCY framer-motion@^11.1.1
β”œβ”€β”€ UNMET DEPENDENCY intl-messageformat@^10.5.0
β”œβ”€β”€ UNMET DEPENDENCY next-themes@^0.2.1
β”œβ”€β”€ UNMET DEPENDENCY next@14.2.1
β”œβ”€β”€ UNMET DEPENDENCY postcss@8.4.38
β”œβ”€β”€ UNMET DEPENDENCY react-dom@18.2.0
β”œβ”€β”€ UNMET DEPENDENCY react@18.2.0
β”œβ”€β”€ UNMET DEPENDENCY tailwind-variants@^0.1.20
β”œβ”€β”€ UNMET DEPENDENCY tailwindcss@3.4.3
└── UNMET DEPENDENCY typescript@5.0.4

npm ERR! A complete log of this run can be found in: /Users/hijikatanozomi/.npm/_logs/2024-04-18T05_23_03_039Z-debug-0.log

After the installation of dependencies, the next dev command works correctly.

❯ npm install

added 455 packages, and audited 456 packages in 3s

130 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

> next-app-template@0.0.1 dev
> next dev

 ⚠ Port 3000 is in use, trying 3001 instead.
  β–² Next.js 14.2.1
  - Local:        http://localhost:3001

 βœ“ Starting...
 βœ“ Ready in 2.1s

πŸš€ New behavior

Add an install process in the guide.
γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2024-04-18 15 14 06

πŸ’£ Is this a breaking change (Yes/No):

No.

πŸ“ Additional Information

Nothing special!

Summary by CodeRabbit

  • Documentation
    • Updated the installation guide with instructions for installing dependencies, starting the local server, and developing with NextUI using the CLI.
    • Added instructions for a Next.js project with NextUI and Tailwind CSS.

Copy link

changeset-bot bot commented Apr 18, 2024

⚠️ No Changeset found

Latest commit: 04d16a7

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 Comments Updated (UTC)
nextui-storybook-v2 βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Apr 19, 2024 1:29am

Copy link
Contributor

coderabbitai bot commented Apr 18, 2024

Walkthrough

The update enhances the installation guide for NextUI by including detailed steps for setting up dependencies, starting a local server, and utilizing the CLI to integrate individual components, thereby streamlining the development process.

Changes

Files Changes Summary
.../docs/guide/installation.mdx Added instructions for installing dependencies, starting server, and using CLI to add components.

Possibly related issues


Recent Review Details

Configuration used: .coderabbit.yaml

Commits Files that changed from the base of the PR and between 1f38992 and 04d16a7.
Files selected for processing (2)
  • apps/docs/content/docs/guide/cli.mdx (2 hunks)
  • apps/docs/content/docs/guide/installation.mdx (1 hunks)
Additional Context Used
LanguageTool (78)
apps/docs/content/docs/guide/cli.mdx (22)

Near line 8: Possible spelling mistake found.
Context: ...to initialize, manage, and improve your NextUI projects. It enables you to add, `rem...


Near line 22: Possible spelling mistake found.
Context: ... following commands in your terminal: <PackageManagers commands={{ npm: "npm install nex...


Near line 23: Don’t put a space after the opening parenthesis.
Context: ...terminal: <PackageManagers commands={{ npm: "npm install nextui-cli -g", ...


Near line 24: Possible spelling mistake found.
Context: ...al: <PackageManagers commands={{ npm: "npm install nextui-cli -g", yarn:...


Near line 24: Possible spelling mistake found.
Context: ...PackageManagers commands={{ npm: "npm install nextui-cli -g", yarn: "yarn...


Near line 24: Possible spelling mistake found.
Context: ...ers commands={{ npm: "npm install nextui-cli -g", yarn: "yarn add nextui-cli -g"...


Near line 25: Possible spelling mistake found.
Context: ...all nextui-cli -g", yarn: "yarn add nextui-cli -g", pnpm: "pnpm add nextui-cli -g"...


Near line 26: Possible spelling mistake found.
Context: ... yarn: "yarn add nextui-cli -g", pnpm: "pnpm add nextui-cli -g", bun: "bu...


Near line 26: Possible spelling mistake found.
Context: ...n: "yarn add nextui-cli -g", pnpm: "pnpm add nextui-cli -g", bun: "bun add n...


Near line 26: Possible spelling mistake found.
Context: ...add nextui-cli -g", pnpm: "pnpm add nextui-cli -g", bun: "bun add nextui-cli -g", ...


Near line 27: Possible spelling mistake found.
Context: ...m add nextui-cli -g", bun: "bun add nextui-cli -g", }} /> ### Without Installation ...


Near line 28: Don’t put a space before the closing parenthesis.
Context: ...-g", bun: "bun add nextui-cli -g", }} /> ### Without Installation Alternat...


Near line 33: Possible spelling mistake found.
Context: ...hout a global installation by employing npx: bash npx nextui-cli@latest <...


Near line 73: Possible spelling mistake found.
Context: ... Get help on a specific command ``` ## init Initialize a new NextUI project using ...


Near line 75: Possible spelling mistake found.
Context: ... command ``` ## init Initialize a new NextUI project using the init command. This ...


Near line 75: Possible spelling mistake found.
Context: ...itialize a new NextUI project using the init command. This sets up your project wit...


Near line 105: Possible spelling mistake found.
Context: ...dev ``` ## add Add components to your NextUI project with the add command. This comm...


Near line 157: Possible spelling mistake found.
Context: ...fully ``` ## upgrade Upgrade specific NextUI components within your project using th...


Near line 157: It appears that hyphens are missing in the adjective β€œup-to-date”.
Context: ... the upgrade command to ensure they are up to date. ```codeBlock bash nextui upgrade butt...


Near line 184: Possible spelling mistake found.
Context: ... ## remove Remove components from your NextUI project with the remove command. This h...


Near line 214: Possible spelling mistake found.
Context: ...button ``` ## list List all installed NextUI components in your project with the lis...


Near line 287: Possible spelling mistake found.
Context: ...ands and features in the API References. For updates and source code,...

apps/docs/content/docs/guide/installation.mdx (56)

Near line 10: Unpaired symbol: β€˜[’ seems to be missing
Context: ...Installation Requirements: - React 18 or later - [Tailw...


Near line 11: Unpaired symbol: β€˜[’ seems to be missing
Context: ...actjs.org/) or later - Tailwind CSS 3.4 or later - [F...


Near line 12: Unpaired symbol: β€˜[’ seems to be missing
Context: ...indcss.com/) or later - Framer Motion 4 or late...


Near line 20: Possible spelling mistake found.
Context: ...e CLI is now the easiest way to start a NextUI project. You can initialize your projec...


Near line 52: Possible spelling mistake found.
Context: ...deBlock bash npm run dev ``` Once your NextUI project is ready to develop, you can ad...


Near line 72: To strengthen your wording, consider replacing the phrasal verb β€œleave out”.
Context: ...Block bash nextui add --all ``` If you leave out the component name, the CLI will prompt...


Near line 98: Possible spelling mistake found.
Context: ..., follow these steps to manually set up NextUI in your project: ### Global Installati...


Near line 102: Possible spelling mistake found.
Context: ...on The easiest way to get started with NextUI is to use the global installation. Whic...


Near line 105: Possible spelling mistake found.
Context: ... Follow the steps below to install all NextUI components: #### Install Pack...


Near line 111: Possible spelling mistake found.
Context: ...eps> #### Install Packages To install NextUI, run one of the following commands in y...


Near line 113: Possible spelling mistake found.
Context: ... following commands in your terminal: <PackageManagers commands={{ npm: "npm install @ne...


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


Near line 115: Possible spelling mistake found.
Context: ...al: <PackageManagers commands={{ npm: "npm install @nextui-org/react framer-...


Near line 115: Possible spelling mistake found.
Context: ...PackageManagers commands={{ npm: "npm install @nextui-org/react framer-motion...


Near line 117: Possible spelling mistake found.
Context: ...d @nextui-org/react framer-motion", pnpm: "pnpm add @nextui-org/react framer-mot...


Near line 117: Possible spelling mistake found.
Context: ...ui-org/react framer-motion", pnpm: "pnpm add @nextui-org/react framer-motion", ...


Near line 119: Don’t put a space before the closing parenthesis.
Context: ...n add @nextui-org/react framer-motion" }} /> #### Tailwind CSS Setup NextUI is...


Near line 123: Possible spelling mistake found.
Context: ...tion" }} /> #### Tailwind CSS Setup NextUI is built on top of Tailwind CSS, so you...


Near line 148: Possible spelling mistake found.
Context: ...vider Setup It is essential to add the NextUIProvider at the root of your application. ``...


Near line 166: Possible spelling mistake found.
Context: .../NextUIProvider> ); } ``` #### Setup pnpm (optional) If you are using pnpm, you ...


Near line 168: Possible spelling mistake found.
Context: ...Setup pnpm (optional) If you are using pnpm, you need to add the following code to ...


Near line 168: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ... (optional) If you are using pnpm, you need to add the following code to your .npmrc...


Near line 168: Possible spelling mistake found.
Context: ... need to add the following code to your .npmrc file: ```bash public-hoist-pattern[]=...


Near line 174: Possible spelling mistake found.
Context: ...@nextui-org/ ``` After modifying the .npmrc file, you need to run `pnpm install` a...


Near line 174: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ... After modifying the .npmrc file, you need to run pnpm install again to ensure that...


Near line 174: Possible spelling mistake found.
Context: ...ying the .npmrc file, you need to run pnpm install again to ensure that the depen...


Near line 179: Possible spelling mistake found.
Context: ... ### Individual Installation NextUI is also available as individual package...


Near line 181: Possible missing comma found.
Context: ...you want to reduce the size of your CSS bundle as it will only include styles for the ...


Near line 184: Possible spelling mistake found.
Context: ...t change due to tree shaking support in NextUI. Follow the steps below to install eac...


Near line 197: Possible spelling mistake found.
Context: ...erminal to install the core packages: <PackageManagers commands={{ npm: "npm install @ne...


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


Near line 199: Possible spelling mistake found.
Context: ...es: <PackageManagers commands={{ npm: "npm install @nextui-org/theme @NextUI...


Near line 199: Possible spelling mistake found.
Context: ...PackageManagers commands={{ npm: "npm install @nextui-org/theme @nextui-org/s...


Near line 201: Possible spelling mistake found.
Context: ... @nextui-org/system framer-motion", pnpm: "pnpm add @nextui-org/theme @nextui-or...


Near line 201: Possible spelling mistake found.
Context: ...i-org/system framer-motion", pnpm: "pnpm add @nextui-org/theme @nextui-org/syste...


Near line 203: Don’t put a space before the closing parenthesis.
Context: ...heme @nextui-org/system framer-motion" }} /> #### Install Component Now, let's...


Near line 208: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...nt you want to use. For example, if you want to use the [Button](/docs/components/butto...


Near line 212: Possible spelling mistake found.
Context: ... following commands in your terminal: <PackageManagers commands={{ npm: "npm install @ne...


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


Near line 214: Possible spelling mistake found.
Context: ...al: <PackageManagers commands={{ npm: "npm install @nextui-org/button", ...


Near line 214: Possible spelling mistake found.
Context: ...PackageManagers commands={{ npm: "npm install @nextui-org/button", yarn: ...


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


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


Near line 218: Don’t put a space before the closing parenthesis.
Context: ... bun: "bun add @nextui-org/button" }} /> #### Tailwind CSS Setup TailwindC...


Near line 222: Possible spelling mistake found.
Context: ...tton" }} /> #### Tailwind CSS Setup TailwindCSS setup changes a bit when you use indivi...


Near line 224: Did you mean β€œyou're” (short for β€˜you are’)?
Context: ...eed to add the styles of the components your using to your tailwind.config.js file...


Near line 225: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: .../docs/components/button) component, you need to add the following code to your `tailwin...


Near line 250: Possible spelling mistake found.
Context: ...vider Setup It is essential to add the NextUIProvider at the root of your application. ``...


Near line 284: Possible spelling mistake found.
Context: ...ess me ); } ``` #### Setup pnpm (optional) If you are using pnpm, you ...


Near line 286: Possible spelling mistake found.
Context: ...Setup pnpm (optional) If you are using pnpm, you need to add the following code to ...


Near line 286: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ... (optional) If you are using pnpm, you need to add the following code to your .npmrc...


Near line 286: Possible spelling mistake found.
Context: ... need to add the following code to your .npmrc file: ```bash public-hoist-pattern[]=...


Near line 292: Possible spelling mistake found.
Context: ...@nextui-org/ ``` After modifying the .npmrc file, you need to run `pnpm install` a...


Near line 292: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ... After modifying the .npmrc file, you need to run pnpm install again to ensure that...


Near line 292: Possible spelling mistake found.
Context: ...ying the .npmrc file, you need to run pnpm install again to ensure that the depen...


Near line 302: Possible spelling mistake found.
Context: ...k>.

## Framework Guides NextUI UI is compatible with your preferred fr...

Additional comments not posted (2)
apps/docs/content/docs/guide/installation.mdx (1)

42-50: Ensure the installation and server start-up instructions are clear and easy to follow.

The added instructions for installing dependencies and starting the local server are clear and well-integrated into the existing setup guide. This should help users in setting up their NextUI projects more effectively.

apps/docs/content/docs/guide/cli.mdx (1)

93-101: Ensure the CLI installation and server start-up instructions are clear and easy to follow.

The added instructions for installing dependencies and starting the local server using the CLI are clear and well-integrated into the existing CLI guide. This should help users in managing their NextUI projects more effectively using the CLI.


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

vercel bot commented Apr 18, 2024

@Nozomi-Hijikata is attempting to deploy a commit to the NextUI Inc Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Member

@wingkwong wingkwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there should be a guideline added in CLI output as well.

@Nozomi-Hijikata
Copy link
Contributor Author

Nozomi-Hijikata commented Apr 19, 2024

@wingkwong
Thank you for the feedback! I have addressed your comment.
Also, I added a guide for the CLI page.

The new versions are attached below.
Installation Page
γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2024-04-19 10 26 03

CLI Page
γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2024-04-19 10 25 23

@wingkwong
Copy link
Member

++ @winchesHe

@Nozomi-Hijikata
Copy link
Contributor Author

@winchesHe @wingkwong
ping?...
I would be glad if you could check the revision.

@wingkwong
Copy link
Member

@Nozomi-Hijikata I was putting this on hold because we want the CLI output to be same. Also this needs to be merged after the new CLI output getting merged first. @winchesHe any supplement?

@Nozomi-Hijikata
Copy link
Contributor Author

@wingkwong

I was putting this on hold because we want the CLI output to be same.

Then, do you mean that the version of CLI should be included in the output example?

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2024-04-25 12 49 54

Also this needs to be merged after the new CLI output getting merged first.

Okay, I will wait for the new CLI output to be merged first.

@winchesHe
Copy link
Member

@wingkwong nextui-org/nextui-cli#36 CLI have been merged i think it also can merge, after that i will working multiple pacakge manager support

@wingkwong wingkwong changed the base branch from main to docs/for-next-release April 25, 2024 07:25
@wingkwong wingkwong merged commit 4034042 into nextui-org:docs/for-next-release Apr 25, 2024
2 of 3 checks passed
jrgarciadev pushed a commit that referenced this pull request May 4, 2024
* feat(docs): add example how to set locale (#2867)

* docs(guide): add an explanation for the installation guide (#2769)

* docs(guide): add an explanation for the installation guide

* docs(guide): add an explanation for the cli guide

* docs(guide): add support for cli output

* fix: change sort priority - cmdk (#2873)

* docs: remove unsupported props in range calendar and date range picker (#2881)

* chore(calendar): remove showMonthAndYearPickers from range calendar story

* docs(date-range-picker): remove showMonthAndYearPickers info

* docs(range-calendar): remove unsupported props

* docs: refactor typing in form.ts (#2882)

* chore(docs): supplement errorMessage behaviour in input (#2892)

* refactor(docs): revise NextUI Provider structure

* chore(docs): add updated tag

---------

Co-authored-by: Nozomi-Hijikata <116155762+Nozomi-Hijikata@users.noreply.github.com>
Co-authored-by: HaRuki <soccer_haruki15@me.com>
Co-authored-by: Kaben <carnoxen@gmail.com>
Gaic4o pushed a commit to Gaic4o/nextui that referenced this pull request May 22, 2024
* feat(docs): add example how to set locale (nextui-org#2867)

* docs(guide): add an explanation for the installation guide (nextui-org#2769)

* docs(guide): add an explanation for the installation guide

* docs(guide): add an explanation for the cli guide

* docs(guide): add support for cli output

* fix: change sort priority - cmdk (nextui-org#2873)

* docs: remove unsupported props in range calendar and date range picker (nextui-org#2881)

* chore(calendar): remove showMonthAndYearPickers from range calendar story

* docs(date-range-picker): remove showMonthAndYearPickers info

* docs(range-calendar): remove unsupported props

* docs: refactor typing in form.ts (nextui-org#2882)

* chore(docs): supplement errorMessage behaviour in input (nextui-org#2892)

* refactor(docs): revise NextUI Provider structure

* chore(docs): add updated tag

---------

Co-authored-by: Nozomi-Hijikata <116155762+Nozomi-Hijikata@users.noreply.github.com>
Co-authored-by: HaRuki <soccer_haruki15@me.com>
Co-authored-by: Kaben <carnoxen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants