TextImageRow
Type
(props: Props) => result: RenderFunc
Props: object
| Name | Description | Required | Type | Default |
|---|---|---|---|---|
| label | Primary text for TextImageRow | NO | string | - |
| sublabel | gray text below label | NO | string | - |
| icon | the source of the icon | NO | string | - |
| iconColor | the color of the icon | NO | string | - |
| rounded | If true, the icon is rounded. | NO | boolean | - |
| iconRight | If true, the icon is on the right side. | NO | boolean | - |