InputWrapper
Enhance custom inputs with label, error and description
Import
Source
Docs
Package
Disclaimer
!important: Do not use InputWrapper with Mantine inputs, it is already included in most inputs:
Usage
InputWrapper is used to wrap for all Mantine inputs (Select, TextInput, Textarea and others). It includes label with optional required asterisk, description and error message.
All Mantine inputs support the same props as InputWrapper. You can combine it with Input component to build your own custom inputs with the same style and behavior.
Please enter your credit card information, we need some money
Your credit card expired
Size
xs
sm
md
lg
xl
Change label element
Some inputs like RadioGroup may require to detach label from certain element.
To implement this, use labelElement
:
Feedback
Your feedback is most valuable contribution to the project, please share how you use Mantine, what features are missing and what is done good
Leave feedback