07 2019 档案
摘要:import { Form, Icon, Input, Button, Checkbox } from 'antd'; class NormalLoginForm extends React.Component { handleSubmit = e => { e.preventDefault(); this.props.form.validateFields((err...
阅读全文
摘要:1,进入antDesign官网,粘贴table代码 2,看代码各个部分实现什么功能,根据需求改代码 表格类似如下: 代码如下:
阅读全文
摘要:使用ant-design: 首先创建react项目: create-react-app app cd app 其次 AntDesign的高级配置:按需导入组件,自定义主题 1.下载依赖(利用yarn,或者npm都行) yarn add react-router-dom //装路由插件 yarn ad
阅读全文
摘要:基于浏览器环境的开发,只需要安装react-router-dom 1,第一种跳转方式(不携带参数) 2,第二种跳转方式(js方法,携带参数) 3,使用路由 (并且携带参数)
阅读全文

浙公网安备 33010602011771号