1.1.1 • Published 2 years ago

animated-dots v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

animated-dots

The library that enables the use of animated ellipsis in React.

Default Example

default

import React from 'react';
import { AnimatedDots } from 'animated-dots';

export const Example = () => {
  return (
    <div>
      Default example<AnimatedDots />
    </div>
  );
};

Custom Example

custom

import React from 'react';
import { AnimatedDots } from 'animated-dots';

export const Example = () => {
  return (
    <div>
      Custom example<AnimatedDots symbol='!' interval={300} />
    </div>
  );
};

Options

optiondefaulttypedescription
symbol.stringSymbol to be animated
interval700numberInterval at which the number of symbols will change
1.1.1

2 years ago

1.1.0

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago