
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
idesign-react
Advanced tools
基于 React 框架的 UI 组件库 iDesign。
40 多个开箱即用的高质量组件, 可覆盖绝大部分的业务场景。
包括海量的主题变量,可在开发时自定义配置。
所有组件都是用 TypeScript 编写的,所以存在类型友好。
# npm
npm install idesign-react
# yarn
yarn add idesign-react
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'idesign-react';
function App() {
return (
<Button type="primary">
Hello World
</Button>
);
}
ReactDOM.render(<App />, document.getElementById('app'));
![]() IE / Edge | ![]() Firefox | ![]() Chrome | ![]() Safari | ![]() Opera | ![]() Electron |
|---|---|---|---|---|---|
| Edge 16 | 31 | 49 | 31 | 36 | last 2 versions |
FAQs
iDesign 前端通用组件库
We found that idesign-react 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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.