Input
This section demonstrates the different text input types.
install | yarn add @clayui/form |
---|---|
version | 3.119.0 |
Stable3.119.0View in LexiconCHANGELOG
ClayInput
is exported from the @clayui/form
package, consisting of some low-level utilities that provides the ability to create Inputs and Input Groups.
Basic Usage
Copied!
Code Sample (expand to see it)
Using another elements as an input
If you want to use another component instead of input for enter text typed things, you can just pass this tag to component
property, like the example below:
Copied!
Code Sample (expand to see it)