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

0.1.58 • Public • Published

Ketikin

Ketikin means "Type it for me" in Bahasa Indonesia. A react component that types for you.

Bahasa Indonesia

buat biar ngetik2 sendiri gitu.

Install

npm install ketikin

Usage

import Ketikin from 'ketikin';

<Ketikin text="Hello, World." interval={100}>
  {value => <h1>{value}</h1>}
</Ketikin>

Props

type Props = {
  children: (value: string) => ReactElement;
  text: string;
  texts?: string[];
  interval?: number;
};

license

Package Sidebar

Install

npm i ketikin

Weekly Downloads

3

Version

0.1.58

License

MIT

Unpacked Size

3.27 kB

Total Files

4

Last publish

Collaborators

  • heygema