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 { DBSwitch } from "@db-ux/react-core-components";

const App = () => <DBSwitch>Switch</DBSwitch>;

export default App;