[Toolkit] Style/Theme to use #3350
Replies: 3 comments 2 replies
-
|
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.
-
|
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.
-
|
These aren't necessarily components you created yourself. For example, there's the Card component:
On Shadcn, the "Login" and "Login with Google" buttons and their content have a different structure than on https://ux.symfony.com/. In dark mode, the button https://ui.shadcn.com/docs/components/radix/button#destructive also works, unlike the one at https://ux.symfony.com/toolkit/kits/shadcn/components/button#content-destructive. The component https://ux.symfony.com/toolkit/kits/shadcn/components/switch does not work in dark mode. The components need realigning, but I think we should start by creating a proper CSS file. |
Beta Was this translation helpful? Give feedback.

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