
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.
@pile-ui/field
Advanced tools
@pile-ui/fieldfocus on Form layout, better combination with InputField
import Field,{FieldSet} from '@pile-ui/field';
import InputFiled from '@pile-ui/inputfiled';
<FieldSet title="工作信息">
<InputFiled placeholder="请输入工卡号" value="D03240">工卡号:</InputFiled>
<Field arrow="right" value="企业级事业部" placeholder="请输入所在部门">所在部门:</Field>
</FieldSet>
<WhiteSpace />
<FieldSet title="其他">
<Field align="right" extraAfter={<Switch />}>同路人信息可见:</Field>
</FieldSet>
| 参数 | 类型 | 默认 | 说明 |
|---|---|---|---|
| prefixCls | string | 'pile-field' | 组件的css前缀 |
| children | any | - | 表单两栏布局中,左边的label值 |
| placeholder | string | React.Node | - | 类似inputField的placehodler |
| value | string | React.Node | - | 类似inputField的value |
| arrow | boolean | false | 展示右边的箭头,默认false |
| align | 'left' | 'right' | left | value的水平对齐方式,默认left |
| onClick | function | - | 点击整条Field的onClick事件。绑定了onClick事件,会有一个点击的效果 |
| extraAfter | string | React.Node | - | 添加在后面的额外部分 |
| labelEllipsis | boolean | false | label文字过多时,是否启用省略状态 |
| valueEllipsis | boolean | true | value文字过多时,是否启用省略状态 |
| 参数 | 类型 | 默认 | 说明 |
|---|---|---|---|
| prefixCls | string | 'pile-fieldset' | 组件的css前缀 |
| children | string | React.Node | - | 展示的内容 |
| title | string | React.Node | - | 展示的title |
FAQs
focus on Form layout, better combination with InputField
We found that @pile-ui/field demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers 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.