Organisms
Organism Component 1 Name
Prop Name
Type
Description
<Input
placeholder={strings.componentsDemo.inputErrorPlaceholder}
label={strings.componentsDemo.inputError}
withError
containerStyle={componentsDemoStyles.marginBottom}
error={strings.componentsDemo.errorLabelDemo}
/>
Organism Component 2 Name
Prop Name
Type
Description
<Input
placeholder={strings.componentsDemo.inputErrorPlaceholder}
label={strings.componentsDemo.inputError}
withError
containerStyle={componentsDemoStyles.marginBottom}
error={strings.componentsDemo.errorLabelDemo}
/>
Last updated