Skip to content

Commit 7d7a5d7

Browse files
feat(registry): Add AtomLoader registry
1 parent c06da1d commit 7d7a5d7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

apps/v4/registry/directory.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,5 +2024,12 @@
20242024
"url": "https://verno-studio.vercel.app/r/{name}.json",
20252025
"description": "The full OKLCH scale plus every variable shadcn components read, so anything you install lands on the same tokens instead of its own colors.",
20262026
"logo": "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'><rect width='64' height='64' fill='var(--foreground)'/><path d='M42.8135 16.0503H48L34.2018 48H29.896L16 16.0503L21.3333 16L32.1468 41.8113L42.8135 16.0503Z' fill='var(--background)'/></svg>"
2027+
},
2028+
{
2029+
"name": "@atomloader",
2030+
"url": "https://atomloader.roothq.tech/r/{name}.json",
2031+
"homepage": "https://atomloader.roothq.tech",
2032+
"description": "Lightweight, customizable CSS-animated atoms loaders for React.",
2033+
"logo": "<svg viewBox=\"0 0 256 256\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"256\" height=\"256\" rx=\"64\" fill=\"#0A0A0B\"></rect><path d=\"M72 104L96 80L120 104L96 128L72 104Z\" fill=\"#7FB3FF\"></path><path d=\"M136 72L160 48L184 72L160 96L136 72Z\" fill=\"#7FB3FF\"></path><path d=\"M176 152L200 128L224 152L200 176L176 152Z\" fill=\"#7FB3FF\"></path><path d=\"M88 176L112 152L136 176L112 200L88 176Z\" fill=\"#7FB3FF\"></path><path d=\"M16 80L40 56L64 80L40 104L16 80Z\" fill=\"#7FB3FF\"></path></svg>"
20272034
}
20282035
]

0 commit comments

Comments
 (0)