typewritter
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

typewritter

new lightweight react typscript package

Installation

Installation guidlines.

npm i typewritter

Example

import {TypeWritter} from 'typewritter';
function App() {
  return (
      <TypeWritter text="Hi This is a new typewritting package in typescript!!" speed={100} fontSize={16} clearMessageSpeed={30} loop={true} />
  );
}

export default App;

Props and their details

PROPS Details Type
text message string string
speed typing effect speed (in ms) number
fontSize font size of the typing message number
clearMessageSpeed clearing message speed (in ms) number
loop is typing effect should repeat boolean

License

ISC

Package Sidebar

Install

npm i typewritter

Weekly Downloads

2

Version

1.0.9

License

ISC

Unpacked Size

11.3 kB

Total Files

15

Last publish

Collaborators

  • sudhindra