# RowContent ## Usage ```js import { RowContent } from 'asc-web-components'; ``` #### Description Required for formatted output of elements inside Row. To correctly display components inside RowContent, you must specify them in a certain order. The first and second specified components will be interpreted as Main elements. First will be MainTitle and second MainIcons. All subsequent components will be located on the right and are considered SideElements. ***Consider location of components in advance, since when viewing in tablet mode, the markup will shift SideElements to second line.*** #### Usage ```js Demo <> Demo Demo 0 000 0000000 demo@demo.com ``` #### Properties | Props | Type | Required | Values | Default | Description | | ---------------- | ---------- | :------: | ------ | ------- | --------------------------------------------------------- | | `children` | `node` | ✅ | | ` ` | Components displayed inside RowContent |