Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tohsaka888/react-typing-effect
react-typing-effect
https://github.com/tohsaka888/react-typing-effect
framer-motion react typescript
Last synced: about 1 month ago
JSON representation
react-typing-effect
- Host: GitHub
- URL: https://github.com/tohsaka888/react-typing-effect
- Owner: tohsaka888
- Created: 2023-01-24T04:37:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T05:52:15.000Z (7 months ago)
- Last Synced: 2024-04-12T13:28:19.260Z (7 months ago)
- Topics: framer-motion, react, typescript
- Language: JavaScript
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-typing-effect
## demo
https://user-images.githubusercontent.com/58759688/214214571-baf6842c-8c18-409e-8477-3488bf9cc6ce.mp4
## props
```ts
export type TypingProps = {
children: string;
interval: number;
existTime: number;
textStyle?: CSSProperties;
symbolStyle?: CSSProperties;
symbol?: React.ReactElement;
};
```## usage
```tsx
Technology geeks save the world!
```