Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/react-typed

React for Typed.js.
https://github.com/afeiship/react-typed

react typed typed-js

Last synced: 22 days ago
JSON representation

React for Typed.js.

Awesome Lists containing this project

README

        

# react-typed
> React for Typed.js.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```shell
npm install -S @jswork/react-typed
```

## usage
1. import css
```scss
@import "~@jswork/react-typed/dist/style.css";

// or use sass
@import "~@jswork/react-typed/dist/style.scss";
```
2. import js
```js
import ReactTyped from '@jswork/react-typed';
import '@jswork/react-typed/dist/style.scss';

function App() {
return (



Build Time: {BUILD_TIME}

react-typed



Typed.js is a JavaScript library.


It types out sentences.


You can customize the typing speed, backspacing speed, and more.






此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。







);
}

export default App;
```

## preview
- https://afeiship.github.io/react-typed/

## license
Code released under [the MIT license](https://github.com/afeiship/react-typed/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/react-typed
[version-url]: https://npmjs.org/package/@jswork/react-typed

[license-image]: https://img.shields.io/npm/l/@jswork/react-typed
[license-url]: https://github.com/afeiship/react-typed/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/react-typed
[size-url]: https://github.com/afeiship/react-typed/blob/master/dist/react-typed.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/react-typed
[download-url]: https://www.npmjs.com/package/@jswork/react-typed