Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@b-design/fusion
Advanced tools
B-Design 是阿里云推出的一套面向企业应用领域的设计系统。在企业级软件服务逐渐走向云端化的趋势下,为阿里内部及合作伙伴的 SaaS 系统上云提供标准化的设计规范和指导。
npm i @b-design/fusion -S
引用组件
import { Button } from '@b-design/fusion';
引用 css 样式
import '@b-design/fusion/dist/theme/variables.blue.css'; // 引入指定主题包样式文件
import '@alifd/next/dist/next-noreset.var.min.css'; // 引入@alifd/next指定样式文件
import '@b-design/fusion/dist/index.css'; // 引入@b-design/fusion全量组件样式文件
npx http-server -p=3000 -o=node_modules/@b-design/fusion/dist/preview.html
执行上述命令,会打开使用文档 http://127.0.0.1:3000/node_modules/@b-design/fusion/dist/preview.html
更多使用方式及详细说明,见官网。
FAQs
A configurable component library for web built on React.
The npm package @b-design/fusion receives a total of 109 weekly downloads. As such, @b-design/fusion popularity was classified as not popular.
We found that @b-design/fusion demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.