
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@aiui/ai-form
Advanced tools
Minimal Form & Input React Components.
Provides Form, Input, Radio, Checkbox and Select component
npm i @aiui/ai-form
import AiForm, { AiInput, AiSelect, AiCheckbox, AiRadio } from '@aiui/ai-form';
| Name | Type | Default | Description |
|---|---|---|---|
| onDone | func | ( ) => { } | Callback fired when Form gets validated and submitted (returns form current Ref) |
| children | node | Form children (input,radio,select,checkbox) |
| Name | Type | Default | Description |
|---|---|---|---|
| name | string | Input field name | |
| type | string | text | Input field type |
| label | string | Input field label | |
| showLabel | bool | true | If false, field label is hidden |
| withGroup | bool | true | If false, field margin is removed |
| Name | Type | Default | Description |
|---|---|---|---|
| name | string | Select field name | |
| options | array | [ ] | Select field options ( [{ label, value }, { label, value }] ) |
| label | string | Select field label | |
| showLabel | bool | true | If false, field label is hidden |
| withGroup | bool | true | If false, field margin is removed |
| Name | Type | Default | Description |
|---|---|---|---|
| name | string | Checkbox field name | |
| options | array | [ ] | Checkbox field options ( [{ label, value }, { label, value }] ) |
| label | string | Checkbox field label | |
| showLabel | bool | true | If false, field label is hidden |
| withGroup | bool | true | If false, field margin is removed |
| selectedValues | array | [ ] | Default Checked Options |
| inline | bool | true | If true, Checkbox options shown inline |
| Name | Type | Default | Description |
|---|---|---|---|
| name | string | Radio field name | |
| options | array | [ ] | Radio field options ( [{ label, value }, { label, value }] ) |
| label | string | Radio field label | |
| showLabel | bool | true | If false, field label is hidden |
| withGroup | bool | true | If false, field margin is removed |
| selectedValue | any | Default Checked Option | |
| inline | bool | true | If true, Radio options shown inline |
FAQs
Minimal Form & Input React Components.
We found that @aiui/ai-form demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.