Skip to content

youzan/zent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

64018df · Apr 14, 2025
Jun 14, 2024
Jul 2, 2021
Apr 14, 2025
Aug 16, 2021
Dec 9, 2022
Nov 20, 2020
May 16, 2017
Nov 3, 2021
Jul 15, 2021
Jul 20, 2021
Jun 14, 2024
Nov 21, 2020
Nov 23, 2019
Jul 20, 2021
Jun 21, 2018
Feb 10, 2017
Mar 19, 2021
Mar 19, 2021
Mar 2, 2022
Apr 14, 2025

Repository files navigation

Youzan logo

Zent logo

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

🇨🇳 访问中文版

CI 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 >= 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

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.