Live component development with hot reload
Basic Input
<Input label="Name" placeholder="Enter full name" helperText="This will be shown in your profile" />
This will be shown in your profile
Input sizes
<Input size={ComponentSizeEnum.SM} /> <Input /> <Input size={ComponentSizeEnum.LG} />
Input with icon
<Input label="Search" leftIcon={<SearchIcon />} placeholder="Search components" />