Zent ( \ˈzent\ ) 是有赞 PC 端 WebUI 规范的 React 实现版本

Zent ( \ˈzent\ ) 是有赞 PC 端 WebUI 规范的 React 实现版本,提供了一整套基础的 UI 组件。目前我们有 35+ 组件,这些组件都已经在有赞的各类 PC 业务中使用。我们会在此基础上,持续开发一些新组件。

React UI框架

访问GitHub主页

共1933Star

详细介绍

Youzan logo

Zent logo

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

🇨🇳 访问中文版

CircleCI npm version bundle size coverage status PRs welcome

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 >= 16.8
  • 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

yarn add zent

# or

npm install zent --save

Documentation

https://youzan.github.io/zent/en/guides/install

Contribution

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Zent.

Send issues and pull requests with your ideas.

License

Project licensed under MIT license, feel free to enjoy and participate in Open Source.