# zent **Repository Path**: cpylua/zent ## Basic Information - **Project Name**: zent - **Description**: Zent ( \ˈzent\ ) 是有赞 PC 端 WebUI 规范的 React 实现,提供了一整套基础的 UI 组件以及一些常用的业务组件 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 41 - **Forks**: 8 - **Created**: 2017-06-19 - **Last Updated**: 2024-12-28 ## Categories & Tags **Categories**: webui **Tags**: None ## README
Zent ( \ˈzent\ ), a collection of essential UI components written with React.
 [](https://www.npmjs.com/package/zent) [](https://bundlephobia.com/result?p=zent) [](https://coveralls.io/github/youzan/zent?branch=master) [](packages/zent/docs/CONTRIBUTING_en-US.md) 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.