Hi,
I'm wondering which "theme" UX Toolkit uses.
Let's take the Button component as an example of destructive behavior:
The Button component used on the Shadcn website page https://ui.shadcn.com/docs/components/radix/button is https://github.com/shadcn-ui/ui/blob/main/apps/v4/examples/base/ui/button.tsx. You can even see "examples" in the URL.
The default Button component when initializing a Shadcn project with Next.js is this one: https://github.com/shadcn-ui/ui/blob/main/apps/v4/registry/new-york-v4/ui/button.tsx.
These are two different styles.
I'm asking this for the sake of consistency, and I'd like to know what "theme" we should be following in the future.
Thanks :).
Hi,
I'm wondering which "theme" UX Toolkit uses.
Let's take the Button component as an example of destructive behavior:
The Button component used on the Shadcn website page https://ui.shadcn.com/docs/components/radix/button is https://github.com/shadcn-ui/ui/blob/main/apps/v4/examples/base/ui/button.tsx. You can even see "examples" in the URL.
The default Button component when initializing a Shadcn project with Next.js is this one: https://github.com/shadcn-ui/ui/blob/main/apps/v4/registry/new-york-v4/ui/button.tsx.
These are two different styles.
I'm asking this for the sake of consistency, and I'd like to know what "theme" we should be following in the future.
Thanks :).