preskok/ui

Lightweight loading indicators with multiple variants, sizes, and intents.

Installation

pnpm dlx preskok-ui@latest add loader

Usage

import { Loader } from "@/components/ui/preskok-ui/loader"
 
export function Example() {
  return <Loader />
}