Are all the components of react dependent on using the relume dependency to work?
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.