Reactreact anchor link

For general installation and configuration take a look at the react-core-components package.

Use componentuse-component anchor link

// App.tsx
import { DBButton } from "@db-ux/react-core-components";

const App = () => <DBButton variant="brand">Button</DBButton>;

export default App;