We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
react-powerplug 非常好用,举个例子:
import { Toggle } from 'react-powerplug' export default () => ( <Toggle initial={true}> {({ on, toggle }) => ( <Checkbox checked={on} onChange={toggle} /> )} </Toggle> )
那么是时候读一读源码啦!
精读《React PowerPlug 源码》
The text was updated successfully, but these errors were encountered:
ce8bbf1
这里认真的吗..
Sorry, something went wrong.
@zWingz of course.
@ascoders 现在还能这么声明一个对象了吗..
@zWingz 哦哦,看漏啦,已修复。
No branches or pull requests
react-powerplug 非常好用,举个例子:
那么是时候读一读源码啦!
精读《React PowerPlug 源码》
The text was updated successfully, but these errors were encountered: