Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afeiship/react-typed
- Owner: afeiship
- Created: 2018-07-18T08:57:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T13:32:52.000Z (6 months ago)
- Last Synced: 2024-10-26T22:53:17.240Z (2 months ago)
- Topics: react, typed, typed-js
- Language: TypeScript
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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