Skip to content

components/loader

@fungi.computer/caps


@fungi.computer/caps / components/loader

LoaderVariant = "line" | "wander" | "square" | "donut" | "bloom"

Fluid motion formations, sharing one material.


LoaderProps = object & HTMLAttributes<HTMLSpanElement>>

Props accepted by Loader.

optional decorative?: boolean

optional label?: ReactNode

optional size?: "sm" | "md" | "lg"

optional variant?: LoaderVariant

optional tone?: "neutral" | "accent" | "primary" | "success"

const Loader: ForwardRefExoticComponent<object & HTMLAttributes<HTMLSpanElement> > & RefAttributes<HTMLSpanElement>>>>

Connecting gooey beads, with a static silhouette for reduced motion.