react_simple_typist

时间:2021-05-28 14:27:40
【文件属性】:
文件名称:react_simple_typist
文件大小:285KB
文件格式:ZIP
更新时间:2021-05-28 14:27:40
JavaScript react_simple_typist 一个简单的字符打字员React组件 介绍 这是React组件的简单版本,可充当打字员机器人。 它接受文本数据数组,并为每一行一个接一个地设置动画效果。 它也是可样式化的。 每行的类名都可以实现。 每个线类名称的模式将是您给定的名称(默认为'lineClassName'),后跟数组的索引。 安装 npm install --save react_simple_typist or yarn add react_simple_typist 用法 import React from 'react' import TypeText from 'react_simple_typist' // To make the cursor at the end of the text blink, you need to import this css file
【文件预览】:
react_simple_typist-master
----.gitignore(291B)
----.eslintrc(603B)
----package.json(2KB)
----src()
--------.eslintrc(36B)
--------index.test.js(151B)
--------index.js(3KB)
--------styles.module.css(230B)
----.travis.yml(41B)
----README.md(2KB)
----example()
--------package.json(872B)
--------src()
--------public()
--------README.md(265B)
--------yarn.lock(469KB)
----.eslintignore(47B)
----.editorconfig(147B)
----.prettierrc(197B)
----yarn.lock(518KB)

网友评论