0.1.4 • Published 7 months ago

display-dots-anime v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

Attention

This library is currently in beta and is NOT ready for a production setting. Please refer to the release notes for updates.

Getting started

Installation

Via npm:

$ npm install display-dots-anime

Example Usage (via Next.JS v13 with ES6 Modules)

"use client";

import { DisplayDotsProvider, DisplayDotsAnime } from "display-dots-anime";

export default function Home() {
  return (
    <DisplayDotsProvider>
      <DisplayDotsAnime text="Welcome to My Website" />
    </DisplayDotsProvider>
  );
}

Demos and Examples

Created by Riviere Fougy

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago