From c1650c8eb0db29d68e769f50aa1277cdffd2c3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20N=2EO=2E=20N=C3=B8rgaard=20Henriksen?= <1136718+raix@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:56:36 +0200 Subject: [PATCH] Add click surface on component example --- docs/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.tsx b/docs/index.tsx index 4e850ae..1540a89 100644 --- a/docs/index.tsx +++ b/docs/index.tsx @@ -579,6 +579,7 @@ function ComponentExample({ href, name, responsive, children }: Readonly
{children}
+
{name}
);