Skip to content

Commit

Permalink
Add click surface on component example
Browse files Browse the repository at this point in the history
  • Loading branch information
raix committed Jul 16, 2024
1 parent e3d7577 commit c1650c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ function ComponentExample({ href, name, responsive, children }: Readonly<Compone
title={`Navigate to ${name}`}
>
<div style={style}>{children}</div>
<div className="absolute top-0 right-0 bottom-0 left-0" />
<div className="absolute right-0 bottom-0 left-0 bg-background/20 text-center backdrop-blur-2xl">{name}</div>
</a>
);
Expand Down

0 comments on commit c1650c8

Please sign in to comment.