-
+
+
+ {props.rightActionIcon && props.rightActionProps && (
+
+
+
+ )}
+
{shouldRenderToggleButton && (
(
hasWarning={true}
/>
+
+ {}}
+ horizontalConstraint={7}
+ rightActionIcon={}
+ rightActionProps={{
+ label: 'Click me',
+ onClick: () => {},
+ }}
+ />
+
+
+ {}}
+ horizontalConstraint={7}
+ isCondensed={true}
+ />
+
+
+ {}}
+ horizontalConstraint={7}
+ rightActionIcon={}
+ isCondensed={true}
+ rightActionProps={{
+ label: 'Click me',
+ onClick: () => {},
+ }}
+ />
+
+
+ {}}
+ horizontalConstraint={7}
+ maxRows={3}
+ rightActionIcon={}
+ rightActionProps={{
+ label: 'Click me',
+ onClick: () => {},
+ }}
+ />
+
{/*