⚠️ Switch

Switch

Switch are used primarily for

Switch component working!

Switch works
app.tsx
  import { Switch } from "@chepe/ui";
 
export default function App() {
  return <Switch>Switch works</Switch>;
}
 
⚠️

Work in Progress