{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"c-spinner-10","type":"registry:block","title":"Animated loading dots","description":"Animated loading dots","dependencies":[],"registryDependencies":[],"files":[{"path":"c-spinner-10.tsx","type":"registry:block","content":"export function Pattern() {\n  return (\n    <div className=\"flex items-center justify-center gap-1.5\">\n      <span className=\"bg-primary size-2 animate-bounce rounded-full [animation-delay:-0.3s]\" />\n      <span className=\"bg-primary size-2 animate-bounce rounded-full [animation-delay:-0.15s]\" />\n      <span className=\"bg-primary size-2 animate-bounce rounded-full\" />\n    </div>\n  )\n}","target":"components/examples/c-spinner-10.tsx"}],"meta":{"order":10}}