UNPKG

zent

Version:

一套前端设计语言和基于React的实现

19 lines (16 loc) 225 B
--- order: 1 zh-CN: title: 基础用法 content: 公告内容 en-US: title: Basic Usage content: Alert Content --- ```js import { Alert } from 'zent'; ReactDOM.render( <Alert>{i18n.content}</Alert> , mountNode ); ```