Giter VIP home page Giter VIP logo

react-weui's Introduction

#React-WeUI Build Status npm version

WeUI Components build with React.

Coverage Status PRs Welcome QQ

Notes

Please See 0.4.x branch for current stable usage and usage with weui 0.4.x

Master branch under active development for WeUI 1.0.0, Not Ready for use - APIs will change. Check out the 1.0.0 Progression and contributing guidelines to see where you can help out.

Docs

0.4.x documentation with live examples.

1.0.x documentation with live examples.

Installation (0.4.x)

With npm:

If React is not installed

npm install --save [email protected] [email protected]
npm install --save [email protected] react-weui

With React Installed

npm install [email protected] react-weui --save

Due to the browser compatibility issues, react-weui required babel polyfill to work

Example

We have several examples on the documentation. Here is the first one to get you started:

// app.js

import React, { Component } from 'react';
import ReactDOM from 'react-dom';
//commonJS Module *Require Plugins
//import { Button } from 'react-weui'

//ES6 Import
import WeUI from 'react-weui';
import 'weui';
const {Button} = WeUI;

class App extends Component {
    render() {
        return (
            <Button>hello wechat</Button>
        );
    }
}

ReactDOM.render((
    <App/>
), document.getElementById('container'));

Contributing

Welcome and send the PR in! Development of components will happen in this github repo.

See the contributing guidelines for details.

Mobile Demo

react-weui

1.0.0 alpha

0.4.3 Demo

License

The MIT License(http://opensource.org/licenses/MIT)

react-weui's People

Contributors

akuma avatar fritx avatar haibinyu avatar holymonson avatar ivanwangcy avatar linkkingjay avatar n7best avatar na57 avatar pokka avatar progrape avatar shaozujie avatar yjcxy12 avatar zaxlct avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.