nvsky / react-switch-card-module

switch card for react module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-switch-card-module


switch card for react module

build status NPM version Test coverage npm download

install

react-switch-card-module

Usage

var SwitchCard = require('react-switch-card-module');
var React = require('react');
React.render(<SwitchCard />, container);

API

props

name type default description
prefixCls String rc-login
getCode fun '' get code, param is phone value
getLogin fun login, first param is phone value, second param is code value

Development

npm install
npm start

Example

https://nvsky.github.io/react-switch-card-module/build/

About

switch card for react module

License:MIT License


Languages

Language:JavaScript 100.0%