
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
L2UI 主入口包,统一导出所有组件和工具。
npm install l2ui
# 或
yarn add l2ui
# 或
pnpm add l2ui
import React from 'react';
import { Button, ConfigProvider } from 'l2ui';
function App() {
return (
<ConfigProvider>
<Button type="primary">点击我</Button>
</ConfigProvider>
);
}
查看 组件文档 了解所有可用组件。
import { isString, formatNumber } from 'l2ui';
import { ConfigProvider, defaultTheme } from 'l2ui';
const customTheme = {
...defaultTheme,
colors: {
...defaultTheme.colors,
primary: '#your-color',
},
};
<ConfigProvider theme={customTheme}>{/* 你的应用 */}</ConfigProvider>;
FAQs
L2UI - 一个现代化的 React 组件库
We found that l2ui demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.