
Security News
6 AppSec CTOs Debate Open Source Supply Chain Security at Black Hat
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.
ice-ui-test
Advanced tools
这是我在学习Vue过程中做的一个UI框架,希望对你有用
*,*::before,*::after{box-sizing: border-box;}
你还需要设置默认颜色等变量(后续会改为SCSS变量)
:root {
--button-height: 32px;
--button-bg: white;
--button-active-bg: #eee;
--font-size: 14px;
--border-radius: 4px;
--color: #999;
--border-color: #999;
--border-color-hover: #666;
}
IE 15 及以上浏览器都支持此样式 npm i --save ice-ui-test
import { Button, ButtonGroup, Icon } from 'ice-ui-test'
import 'ice-ui-test/dist/index.css'
Vue.component(Button.name, Button)
FAQs
这是一个UI框架
We found that ice-ui-test 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.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.