React Form Input Group Component API
Form Input Group API
New Year sale. Skyrocket your business in 2025!
Extra 25% off for all sale items + Free CoreUI Icons PRO with every order!
Limited-time offer for the first 100 customers in 2025. Use code 2025SKY25 at checkout.
Limited-time offer for the first 100 customers in 2025. Use code 2025SKY25 at checkout.
Explore the API reference for the React Form Input Group component and discover how to effectively utilize its props for customization.
On this page
CInputGroup#
import { CInputGroup } from '@coreui/react'// orimport CInputGroup from '@coreui/react/src/components/form/CInputGroup'
Property | Default | Type |
---|---|---|
className# | - | string |
A string of all className you want applied to the component. | ||
size# | - | 'sm' , 'lg' |
Size the component small or large. |
CInputGroupText#
import { CInputGroupText } from '@coreui/react'// orimport CInputGroupText from '@coreui/react/src/components/form/CInputGroupText'
Property | Default | Type |
---|---|---|
as# | - | (ElementType & 'symbol') , (ElementType & 'object') , (ElementType & 'span') , (ElementType & 'form') , (ElementType & 'slot') , ... 174 more ... , (ElementType & FunctionComponent<...>) |
Component used for the root node. Either a string to use a HTML element or a component. | ||
className# | - | string |
A string of all className you want applied to the component. |