DocSpace-buildtools/web/ASC.Web.Storybook/stories/field-container/base
2019-08-28 18:09:26 +03:00
..
index.stories.js web: People: ProfileAction without reduxForm 2019-08-28 18:09:26 +03:00
README.md web: People: ProfileAction without reduxForm 2019-08-28 18:09:26 +03:00

FieldContainer

Usage

import { FieldContainer } from 'asc-web-components';

Responsive form field container

Usage


<FieldContainer labelText="Name:">
    <TextInput/>
</FieldContainer>    

Properties

Props Type Required Values Default Description
isRequired bool - - false Indicates that the field is required to fill
hasError bool - - - Indicates that the field is incorrect
labelText string - - - Field label text