Skip to content

privetigor999/animated-dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

option default type description
symbol . string Symbol to be animated
interval 700 number Interval at which the number of symbols will change

About

animated-dots library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published