rc-ipt
v1.0.3
Published
webApp input component
Downloads
5
Readme
rc-ipt
webApp input component
Install
npm install --save rc-ipt
or
yarn add rc-ipt -s
Usage
import * as React from 'react'
import Input from 'rc-ipt';
class Example extends React.Component {
render () {
return (
<Input type='text' clear placeholder='请输入手机号码' />
)
}
}
License
y © y