Skip to content

Commit 8a46614

Browse files
committed
add Base UI to showcase
1 parent afb9959 commit 8a46614

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
441 KB
Binary file not shown.
81.4 KB
Loading

src/app/showcase/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ export default async function Showcase() {
5252

5353
const showcase = [
5454
// Partners
55+
{
56+
name: "Base UI",
57+
url: "https://base-ui.com",
58+
thumbnail: require("./img/base-ui.com.png").default,
59+
video: "/showcase-videos/base-ui.com.mp4",
60+
description: "Documentation website",
61+
},
5562
{
5663
name: "Graphite",
5764
url: "https://graphite.dev",

0 commit comments

Comments
 (0)