For general installation and configuration take a look at the react-core-components package.
// App.tsx import { DBSwitch } from "@db-ux/react-core-components"; const App = () => <DBSwitch>Switch</DBSwitch>; export default App;