0.0.1 • Published 6 years ago

niui-mobile v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

njui-mobile

南极 UI 手机端, React版本

概述

njui-mobile 是一套基于 react-weui 扩展的移动端组件库。

预览

使用

npm install --save njui-mobile
import React from 'react';
import {Button} from 'njui-mobile';

export default class Demo {
    render () {
        return (
            <div>
                <Button>Button</Button>
            </div>
        );
    }
}

开发

https://github.com/nanjiren/njui-mobile.git
cd njui-mobile
npm install

# 启动开发服务
npm start

打包

npm run build

License

WTFPL