Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
按钮用于开始一个即时操作。
标记了一个(或封装一组)操作命令,响应用户点击行为,触发相应的业务逻辑。
通过设置 Button 的属性来产生不同的按钮样式,推荐顺序为:type
-> size
-> disabled
-> block
按钮的属性说明如下:
属性 | 说明 | 类型 | 默认值 |
---|---|---|---|
type | 设置按钮类型,可选值为 primary secondary warn 或者不设 | Enum | - |
size | 设置按钮大小,可选值为 small large 或者不设 | Enum | - |
href | 设置按钮的链接,如果设置了该值,则返回一个<a> 标签的dom | string | - |
onClick | click 事件的 handler | Function | function() {} |
<Button>Hello world!</Button>
最终会被渲染为 <button>Hello world!</button>
,并且除了上表中的属性,其它属性都会直接传到 <button></button>
FAQs
m-button 按钮
The npm package m-button receives a total of 0 weekly downloads. As such, m-button popularity was classified as not popular.
We found that m-button 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.