Form
Forms obtain user data and transmit it to the system to either store the data, produce an action, or both.
install | yarn add @clayui/form |
---|---|
version | 3.122.0 |
Stable3.122.0View in LexiconCHANGELOG
Form.FeedbackIndicator
Property | Description |
---|---|
spritemap string | Path to the location of the spritemap resource. |
symbol string | Name of icon symbol |
Form.Group
Property | Description |
---|---|
small boolean | Indicates Form Group should be a small variant. |
Form
Extends from React.HTMLAttributes<HTMLFormElement>
Form.FeedbackGroup
Extends from React.HTMLAttributes<HTMLDivElement>
Form.FeedbackItem
Extends from React.HTMLAttributes<HTMLDivElement>
Form.Text
Extends from React.HTMLAttributes<HTMLDivElement>