EURReactToggle code Usage import { Group, Input, InputAddon } from '@zalify-ui/react' <Group> <InputAddon /> <Input /> <InputAddon /> </Group> Examples Sizes Use the size prop to change the size of the input addon. EUREUREUREURReactToggle code Variants Use the variant prop to change the visual style of the input addon. EUREUREURReactToggle code Props PropDefaultTypevariant'outline''outline' | 'surface' | 'subtle'size'md''xs' | 'sm' | 'md' | 'lg' | 'xl'