Move with-next-ui
Example to with-hero-ui
#82614
melodyxpot
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
That makes sense — since NextUI has rebranded to HeroUI, renaming the example will reduce confusion and help new users start with the correct packages. If maintainers agree, the update should be straightforward:
Your offer to open a PR is great — I’d say go ahead once it’s approved. This would keep the examples in sync with the current UI library branding. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
with-next-ui
towith-hero-ui
.npx create-next-app --example with-hero-ui with-hero-ui-app
yarn create next-app --example with-hero-ui with-hero-ui-app
npx create-next-app --example with-hero-ui with-hero-ui-app
Non-Goals
No response
Background
The NextUI project has transitioned to HeroUI, and its dependency names have changed.
To avoid confusion and ensure developers can easily start with the new UI library, we should have a dedicated
with-hero-ui
example instead of keeping the oldwith-next-ui
name.Proposal
I’m happy to implement this change and open a PR if maintainers approve.
Beta Was this translation helpful? Give feedback.
All reactions