组件
文章平均质量分 59
Zeng__Y1
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
评论框和评论列表的实现
一个简单的评论的列表,现只包含html和css。 界面图: html部分: <head> <meta charset="UTF-8"> <title>text</title> <meta content='width=device-width, initial-scale=1.0, maxim...原创 2018-05-21 09:41:09 · 12267 阅读 · 7 评论 -
React dva,antd中实用的分页器组件
效果图: 组件代码: import React from 'react' import {Pagination} from 'antd' import styles from './index.less' const Paginations =({total,onPageChange, onSizeChange })=>{ const onShowPageChange= (...原创 2018-11-21 09:11:40 · 2586 阅读 · 0 评论 -
使用canvas生成图片验证码
效果图: 点击图片也会刷新图片 代码:index.js import React, { Component } from 'react' import styles from './index.less'; class First extends Component { constructor(props) { super(props) this.state = { code: ...原创 2019-05-24 14:21:33 · 810 阅读 · 0 评论 -
动画打印字段,支持html标签
效果图: 方法类的:typing.js class Typing { constructor(opts) { this.opts = opts || {}; this.source = opts.source; this.output = opts.output; this.delay = opts.delay || 120; this.chain = { parent: n...原创 2019-05-28 17:03:06 · 317 阅读 · 0 评论
分享