This is the FormControlColumn element

Package version

npm i module-tsl-ui-elements --save
6.7.7

imports

import { FormControlColumn } from 'module-tsl-ui-elements';
@import '~module-tsl-ui-elements/form-control-column/form-control-column';

example (editable)

<FormControlColumn adjacentChildren>
  <div>
    <div className="form-control-row__col">
      <FormGroup id="form_group" label={{ text: 'Label' }}>
        <Select id="example_child" options={[{ value: 1, label: 'One' }]} />
      </FormGroup>
    </div>
    <div className="form-control-row__col">
      <FormGroup id="form_group" label={{ text: 'Label' }}>
        <Select id="example_child" options={[{ value: 1, label: 'One' }]} />
      </FormGroup>
    </div>
  </div>
</FormControlColumn>

Props

We couldn't detect props! Check if __docgenInfo is correctly defined

storybook

View FormControlColumn storybook stories