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

chore: replace all mentions of NextUI with HeroUI #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/examples/slots-example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const SlotsExample: FC<SlotsExampleProps> = (props) => {
<figcaption className={infoWrapper({ class: styles?.infoWrapper })}>
<div className={name({ class: styles?.name })}>Zoey Lang</div>
<div className={role({ class: styles?.role })}>
Full-stack developer, NextUI
Full-stack developer, HeroUI
</div>
</figcaption>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/examples/slots-responsive-variants-example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const SlotsExample: FC<SlotsExampleProps> = () => {
</blockquote>
<figcaption className={infoWrapper()}>
<div className={name()}>Zoey Lang</div>
<div className={role()}>Full-stack developer, NextUI</div>
<div className={role()}>Full-stack developer, HeroUI</div>
</figcaption>
</div>
</figure>
Expand Down
2 changes: 1 addition & 1 deletion components/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Hero: FC<HeroProps> = () => {
flat: true,
color: 'neutral'
})}
href="https://github.com/nextui-org/tailwind-variants"
href="https://github.com/heroui-inc/tailwind-variants"
rel="noopener noreferrer"
target="_blank"
title="github homepage"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"version": "0.0.1",
"description": "Tailwind variants documentation site",
"author": "Junior Garcia <[email protected]>",
"homepage": "https://github.com/nextui-org/tailwind-variants-docs#readme",
"homepage": "https://github.com/heroui-inc/tailwind-variants-docs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nextui-org/tailwind-variants-docs.git"
"url": "git+https://github.com/heroui-inc/tailwind-variants-docs.git"
},
"bugs": {
"url": "https://github.com/nextui-org/tailwind-variants-docs/issues"
"url": "https://github.com/heroui-inc/tailwind-variants-docs/issues"
},
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 2 additions & 2 deletions pages/docs/comparison.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Note:
### Why Tailwind Variants?

A common question that we get is "Why you created **Tailwind Variants**? Why not use **CVA**?", and the
fact is that we tried to use [CVA](https://github.com/joe-bell/cva) in [NextUI](https://nextui.org) to migrate from Stitches to TailwindCSS, but we found it challenging
fact is that we tried to use [CVA](https://github.com/joe-bell/cva) in [HeroUI](https://heroui.com) to migrate from Stitches to TailwindCSS, but we found it challenging
to create a design system solely using CVA. Then we realized that some of the features we needed were not planned
to be implemented in CVA as the creator has stated [here](https://cva.style/docs/faqs#how-can-i-create-responsive-variants-like-stitchesjs),
so we decided to create Tailwind Variants to fill the gap. Our goal is not to compete with CVA, but to provide an alternative that meets our needs
to migrate [NextUI](https://nextui.org) to TailwindCSS as smoothly as possible. That being said, big shoutout to [Joe Bell](https://github.com/joe-bell)
to migrate [HeroUI](https://heroui.com) to TailwindCSS as smoothly as possible. That being said, big shoutout to [Joe Bell](https://github.com/joe-bell)
and [contributors](https://github.com/joe-bell/cva/graphs/contributors) you guys rock! 🤘 - we **recommend** to use CVA if don't need any of the **Tailwind Variants** features listed above.
2 changes: 1 addition & 1 deletion pages/docs/composing-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ return (
</blockquote>
<figcaption className={infoWrapper()}>
<div className={name()}>Zoey Lang</div>
<div className={role()}>Full-stack developer, NextUI</div>
<div className={role()}>Full-stack developer, HeroUI</div>
</figcaption>
</div>
</figure>
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,4 @@ module.exports = {

## Contributing

PR's on **Tailwind Variants** are always welcome, please see our <NXLink href="https://github.com/nextui-org/tailwind-variants/blob/main/CONTRIBUTING.md">contribution guidelines</NXLink> to learn how you can contribute to this project.
PR's on **Tailwind Variants** are always welcome, please see our <NXLink href="https://github.com/heroui-inc/tailwind-variants/blob/main/CONTRIBUTING.md">contribution guidelines</NXLink> to learn how you can contribute to this project.
10 changes: 5 additions & 5 deletions pages/docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ return (
</blockquote>
<figcaption className={infoWrapper()}>
<div className={name()}>Zoey Lang</div>
<div className={role()}>Full-stack developer, NextUI</div>
<div className={role()}>Full-stack developer, HeroUI</div>
</figcaption>
</div>
</figure>
Expand Down Expand Up @@ -324,12 +324,12 @@ To learn more about **Components composition**, check out this [page](/docs/comp

## Community

We're excited to see the community adopt NextUI, raise issues, and provide feedback. Whether it's a feature request, bug report, or a project to showcase, please get involved!
We're excited to see the community adopt HeroUI, raise issues, and provide feedback. Whether it's a feature request, bug report, or a project to showcase, please get involved!

- [Discord](https://discord.gg/9b6yyZKmH4)
- [Twitter](https://twitter.com/getnextui)
- [GitHub Discussions](https://github.com/nextui-org/tailwind-variants/discussions)
- [GitHub](https://github.com/nextui-org/tailwind-variants)
- [Twitter](https://twitter.com/hero_ui)
- [GitHub Discussions](https://github.com/heroui-inc/tailwind-variants/discussions)
- [GitHub](https://github.com/heroui-inc/tailwind-variants)

## Credits

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/overriding-styles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ return (
Zoey Lang
</div>
<div className={role({ class: 'dark:text-purple-100' })}>
Full-stack developer, NextUI
Full-stack developer, HeroUI
</div>
</figcaption>
</div>
Expand Down
4 changes: 2 additions & 2 deletions pages/docs/slots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ return (
</blockquote>
<figcaption className={infoWrapper()}>
<div className={name()}>Zoey Lang</div>
<div className={role()}>Full-stack developer, NextUI</div>
<div className={role()}>Full-stack developer, HeroUI</div>
</figcaption>
</div>
</figure>
Expand Down Expand Up @@ -674,7 +674,7 @@ return (
</blockquote>
<figcaption className={infoWrapper()}>
<div className={name()}>Zoey Lang</div>
<div className={role()}>Full-stack developer, NextUI</div>
<div className={role()}>Full-stack developer, HeroUI</div>
</figcaption>
</div>
</figure>
Expand Down
10 changes: 5 additions & 5 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const config: DocsThemeConfig = {
<meta content={description} name="description" />
<meta content={description} name="og:description" />
<meta content="summary_large_image" name="twitter:card" />
<meta content="@nextui-org" name="twitter:site" />
<meta content="@hero_ui" name="twitter:site" />
<meta content={image} name="twitter:image" />
<meta content={`${config.title} – tailwind-variants`} name="og:title" />
<meta content={image} name="og:image" />
Expand All @@ -93,13 +93,13 @@ const config: DocsThemeConfig = {
};
},
project: {
link: 'https://github.com/nextui-org/tailwind-variants'
link: 'https://github.com/heroui-inc/tailwind-variants'
},
chat: {
link: 'https://discord.gg/9b6yyZKmH4'
},
docsRepositoryBase:
'https://github.com/nextui-org/tailwind-variants-docs/blob/main',
'https://github.com/heroui-inc/tailwind-variants-docs/blob/main',
gitTimestamp: '',
sidebar: {
defaultMenuCollapseLevel: 1
Expand All @@ -110,10 +110,10 @@ const config: DocsThemeConfig = {
<div>
<a
className="flex items-center gap-1 text-current"
href="https://nextui.org?utm_source=tailwind-variants.org"
href="https://heroui.com?utm_source=tailwind-variants.org"
rel="noopener noreferrer"
target="_blank"
title="nextui.org homepage"
title="heroui.com homepage"
>
<span className="mr-1">Powered by</span>
<NextUILogo height={30} />
Expand Down