Skip to content

rfougy/display-dots-anime

Repository files navigation

Display Dots Anime Logo

Display Dots Anime: A React Animation Library for the Display Dots Typeface

Website NPM GitHub Repo

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