This is the FormControlRow element

Package version

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

imports

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

example (editable)

<FormControlRow grouped>
  <FormGroup id="form_group" label={{ text: 'Label' }}>
    <Select id="example_child" options={[{ value: 1, label: 'One' }]} />
  </FormGroup>
</FormControlRow>

Props

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

storybook

View FormControlRow storybook stories