Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!

```