百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
Z

zent

> 前端框架
开源

一系列使用 React 编写的基本 UI 组件。

2.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一系列使用 React 编写的基本 UI 组件。

Zent ( \ˈzent\ ), a collection of essential UI components written with React.

访问中文版

Zent ( \ˈzent\ ) is a React component library developed and used at Youzan. Zent provides a collection of essential UI components and lots of useful domain specific components. We have more than 50 components for now and we're releasing more. Our goal is making React development faster and simpler. ### Features - High quality React components - Builtin TypeScript support - Supports custom themes - Import JavaScript and styles only if they are used - Handmade icon font ### Supported Environments - React >= 17 - Modern browsers but not IE - Supports server-side rendering(SSR) ### Required polyfills - `es6.object.assign` - `es6.object.is` - `es6.string.ends-with` - `es6.string.starts-with` - `es6.string.includes` - `es7.string.trim-left` - `es7.string.trim-right` - `es6.array.from` - `es6.array.of` - `es6.array.fill` - `es6.array.find` - `es6.array.find-index` - `es7.array.includes` ## Install ```shell yarn add zent # or npm install zent --save ``` ## Documentation [https://youzan.github.io/zent/en/guides/install](https://youzan.github.io/zent/en/guides/install) ## Contribution Read our [contributing guide](packages/zent/docs/CONTRIBUTING_en-US.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Zent. Send [issues](https://github.com/youzan/zent/issues) and [pull requests](https://github.com/youzan/zent/pulls) with your ideas. ## License Project licensed under [MIT](https://en.wikipedia.org/wiki/MIT_License) license, feel free to enjoy and participate in Open Source.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptcomponent-librarycomponentshooksjavascript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架