https://github.com/catalinmiron/react-typical
React typing animation in ~400 bytes 🐡 of JavaScript.
https://github.com/catalinmiron/react-typical
animation javascript react react-typical typical typing
Last synced: 9 months ago
JSON representation
React typing animation in ~400 bytes 🐡 of JavaScript.
- Host: GitHub
- URL: https://github.com/catalinmiron/react-typical
- Owner: catalinmiron
- Created: 2019-10-21T10:32:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:08:49.000Z (about 3 years ago)
- Last Synced: 2025-05-13T14:17:16.249Z (9 months ago)
- Topics: animation, javascript, react, react-typical, typical, typing
- Language: JavaScript
- Homepage: https://catalinmiron.github.io/react-typical
- Size: 3.53 MB
- Stars: 1,001
- Watchers: 7
- Forks: 63
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# react-typical
> React Animated typing in ~400 bytes 🐡 of JavaScript.
[DEMO](https://catalinmiron.github.io/react-typical/)

Based on awesome typical library by [@camwiegert](https://github.com/camwiegert/typical)
[](https://www.npmjs.com/package/react-typical) [](https://standardjs.com)
[](https://www.producthunt.com/posts/react-typical?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-react-typical)
### Youtube Video Tutorial
[](https://www.youtube.com/watch?v=t7ePHIsKnnI)
## Install
```bash
npm install --save react-typical
```
## Usage
```jsx
import React, { Component } from 'react'
import Typical from 'react-typical'
class Example extends React.Component {
render () {
return (
)
}
}
```
## Properties
prop|mandatory|type|Eg.
|--|--|--|--|
|`steps`|yes|[]|`['Hello', 1000, 'World']`
|`wrapper`|no|string|'p'
|`loop`|no|number|`3`|
## License
This library is based on [@camwiegert/typical](https://github.com/camwiegert/typical) work and it currently is just a wrapper for react.
MIT © [catalinmiron](https://github.com/catalinmiron)