Getting Started

Dot-grid loading animations for React. Tiny, flexible, beautiful. 36 patterns & 20 colors.

Install


        pnpm i lumidot
      

Render a loader

import { Lumidot } from 'lumidot';

function MyLoader() {
  return <Lumidot variant="blue" pattern="all" glow={8} />;
}