Components
Input
A basic input field for user text entry.
Loading...
Installation
NPM packages are currently unstable and may cause issues. Use it at your own risk.
npm install @mijn-ui/react-input
Usage
import { Input } from "@mijn-ui/react-input"
<Input />
Examples
InputVariants
Loading...
Input with Icon
Loading...
Input With Floating Label
Loading...
Input Floating Label with Icon
Loading...
Input Style Slots
Slot Name | Targeted Component | Purpose |
---|---|---|
base | Input | Styles the input component. |
wrapper | Input | Styles the wrapper around the input field. |
startIcon | Input | Styles the icon displayed before the input. |
endIcon | Input | Styles the icon displayed after the input. |
label | Input | Styles the input label. |