
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
yingview-form
Advanced tools
yingview组件库
#Button 按钮
#参数
text: '确 定',
type: 'normal', 'submit', 'cancel'
className: '',
style: {},
onChange: () => { },
onblur: () => { },
onFocus: () => { },
onClick: () => { },
#使用
<Button
text='确 定'
type='normal'
className=''
style={}
onChange=() => { }
onblur=() => { }
onFocus=() => { }
onClick=() => { }
/>
#Checkbox 复选框
| 名称 | 类型 | 描述 |
|---|---|---|
| value | string | 选中的值 |
| options | object | 选项键值对 |
| onChange | function | 改变回调,参数是改变后的 value |
| readOnly | boolean | 只读模式 |
| disabled | boolean | 禁用模式 |
| name | string | input 的 name |
#Input 表单附件
type: 'text','password','number','email','tel'
value: '', fileName: '用户名', className: '', style: {}, sex: 'man', require: false, requireText: '输入格式不正确', placeholder: '请输入内容', maxNumber: '', minNumber: '', maxLength: '', minLength: '', onChange: () => { }, onInput: () => { }, onblur: () => { }, onFocus: () => { }, onClick: () => { },
#使用
#FileUpload 上传附件
text: '附件上传', className: '', accept: [], style: {}, onChange: () => { }, onClick: () => { }
#Pagination
total: 20,
current: 1,
className: '',
style: {},
onChange: () => { },
#Textarea
value: '',
fileName: '备注', className: '', maxLength: 500, style: {}, placeholder: '请输入内容', onChange: () => { }, onblur: () => { }, onFocus: () => { }, onClick: () => { },
FAQs
yingview-ui form组件样式
We found that yingview-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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.