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