
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@w.ui/wui-react
Advanced tools
基于 React 19 和 Ant Design 6 的高质量组件库,提供 300+ 可复用的业务组件。
npm install @w.ui/wui-react
# 或
yarn add @w.ui/wui-react
# 或
pnpm add @w.ui/wui-react
import React from 'react';
import { DescBox, RadioInput, Exception } from '@w.ui/wui-react';
import '@w.ui/wui-react/style.css';
const App = () => {
return (
<div>
<DescBox title="示例标题" description="这是一个描述框组件" />
<RadioInput
options={[
{ label: '选项1', value: '1' },
{ label: '选项2', value: '2' }
]}
onChange={(value) => console.log(value)}
/>
</div>
);
};
export default App;
本库包含 100+ 组件,包括但不限于:
完整组件列表请访问 在线文档
{
"react": ">=19.0.0",
"react-dom": ">=19.0.0",
"antd": ">=6.0.0"
}
确保你的项目中已安装这些依赖。
欢迎提交 Issue 和 Pull Request!
详见 贡献指南
MIT © wkylin
wkylin
如果这个项目对你有帮助,请给一个 ⭐️ 支持一下!
FAQs
pro-react-admin components library
The npm package @w.ui/wui-react receives a total of 70 weekly downloads. As such, @w.ui/wui-react popularity was classified as not popular.
We found that @w.ui/wui-react 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.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.