@0bie/pattern-lib-react 中文文档教程
Pattern Library
一组可重用的 UI 组件。
该项目的目的是通过提供可重用代码(组件)的核心基础来增强客户端开发过程。
该项目基于 pattern-lib。 组件 已在 ReactJS 中重写。
Usage
要在您的项目中使用组件,请将其作为命名模块导入。
import {Accordion} from 'pattern-lib-react';
Documentation
Pattern Library
A collection of reusable UI components.
The purpose of this project is to enhance the client-side development process by providing a core base of reusable code (components).
This project is based on pattern-lib. Components have been rewritten in ReactJS.
Usage
To use a component in your project import it as a named module.
import {Accordion} from 'pattern-lib-react';
Documentation
更多