Remix.run Logo
bbg2401 a day ago

> When you import shadcn components you can rebuild them however you want, thats the point.

Why not use BaseUI directly?

benswerd a day ago | parent | next [-]

I'm a big believer in guides. ShadCN provides great starting points for continued engineering as do other ShadCN libraries. For companies with the resources to, they do just start with BaseUI.

In the long run I think most UI will be BaseUI/RadixUI + Component and style guides, prompts, and traditional packages will no longer be relevant.

nightski a day ago | parent | prev [-]

I mean, you are using BaseUI directly... The components on top live in your code base.

benswerd a day ago | parent [-]

i agree, very pro that