From 607e8a9717fe6ff0d374ba74c651012f9c052534 Mon Sep 17 00:00:00 2001 From: ozzy <109994179+ddoemonn@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:45:18 +0300 Subject: [PATCH] feat(registry): add interior registry to directory (#11376) --- apps/v4/registry/directory.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 8509b989a32..0ca25b2049c 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -756,6 +756,13 @@ "description": "Accessible React component library to copy, customize, and own your UI.", "logo": "" }, + { + "name": "@interior", + "homepage": "https://www.interior.dev", + "url": "https://www.interior.dev/r/{name}.json", + "description": "Copy-paste React micro-interactions: a headless hook plus a styled example in one self-contained file, with motion as the only dependency.", + "logo": "" + }, { "name": "@jalco", "homepage": "https://ui.justinlevine.me",