京东风格的移动端 React 组件库 、支持多端小程序(A React UI Toolkit for Mobile Web)
NutUI is a high-quality component library based on JD APP 11.0 Visual Specifications. It offers extensive documentation and demos, making it easy to use. The library is written in TypeScript and supports SSR (experimental). With over 70 high-quality components, NutUI provides a convenient way to build user interfaces. It also supports custom themes and has over 90% unit test coverage.
To install NutUI, follow these steps:
Install the package using npm:
npm install nutui
Import the component(s) you want to use in your project:
import { Button, Card, Modal } from 'nutui';
Use the component(s) in your project according to the documentation and demos provided.
NutUI is a comprehensive component library that brings high-quality components, extensive documentation, and support for customization. It is written in TypeScript and supports SSR, making it a versatile choice for building user interfaces. With a large collection of components and a focus on quality, NutUI offers developers a convenient and reliable toolkit for their projects.