Community forum for knowledge and support

Updated 3 months ago

Relume Dependencies and React Code

At a glance

The community member who posted the original question asked if all React components are dependent on using the Relume dependency to work. In the comments, another community member responded that this is not the case. They explained that you can use other UI components (such as shadcn/ui) instead, but this will change the overall design. The community member also mentioned that you can copy and paste Relume's components into your own project and customize them to fit your design system. They provided a link to the Relume documentation where you can find instructions for this manual installation process.

Useful resources

Are all the components of react dependent on using the relume dependency to work?

M
N
2 comments

Hey @JDProject Central, not really. You can use any other components (e.g., shadcn/ui's), but this will change the overall design. You can also copy and paste our components into your components directory and tweak them to fit your design system.

You can do this here: https://react-docs.relume.io/elements/button. Navigate to "Manual" installation, and you'll find a toggle that shows the additional code we've added on top of shadcn/ui components.

Attachment
Screenshot 2025-02-17 at 6.28.23 PM.png
Add a reply
Sign up and join the conversation on Slack