UNPKG

@gluestack-ui/switch

Version:

A universal headless Switch component for React Native, Next.js & React

7 lines (6 loc) 184 B
import { Switch as SwitchMain } from './Switch'; export function createSwitch({ Root, }) { const Switch = SwitchMain(Root); Switch.displayName = 'Switch'; return Switch; }