[Toolkit] Style/Theme to use #3350
Unanswered
seb-jean
asked this question in
Questions & Answers
Replies: 2 comments
-
|
The ones when navigating on https://ui.shadcn.com/docs/components/radix/button (or https://ui.shadcn.com/docs/components/base/button), so: :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
There's an issue on the Shadcn project that discusses the difference between using the CLI and the documentation: shadcn-ui/ui#8359 |
Beta Was this translation helpful? Give feedback.
0 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.
-
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 :).
Beta Was this translation helpful? Give feedback.
All reactions