"use client"; import { Shimmer } from "@/components/ai-elements/shimmer"; const Example = () => (

Fast (1 second)

Loading quickly...

Default (2 seconds)

Loading at normal speed...

Slow (4 seconds)

Loading slowly...

Very Slow (6 seconds)

Loading very slowly...
); export default Example;