urs-rui
v0.1.3
Published
网易URS的RegularUI组件库
Readme

URS Regular UI Component Doc
网易URS,Regular通用组件及UI交互规范
安装
npm install --save urs-rui浏览器支持
|
|
|
|
|
|
| --- | --- | --- | --- | --- |
| Latest ✔ | Latest ✔ | IE8+ | Latest ✔ | Latest ✔ |
使用示例
const Button = require('urs-rui').Button; //具体方法见文档详情
const app = Regular.extend({
template:"<Button />"
});
module.exports = app;
