# Input Group (/ui-kit/components/input_group)





<ComponentShowcase title="Icon addon" description="Leading icon decorates the control" code="defaultCode">
  <DefaultInputGroupExample />
</ComponentShowcase>

<ComponentShowcase title="Text addon" description="Static text prefix or suffix, e.g. a unit or protocol" code="textCode">
  <TextInputGroupExample />
</ComponentShowcase>

<ComponentShowcase title="Button addon" description="An action attached to the control" code="buttonCode">
  <ButtonInputGroupExample />
</ComponentShowcase>

<ComponentShowcase title="Textarea" description="Multi-line control with a block-aligned addon" code="textareaCode">
  <TextareaInputGroupExample />
</ComponentShowcase>
