mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Add formcn to showcase projects (#522)
This commit is contained in:
@@ -84,6 +84,20 @@ const showcaseProjects = [
|
|||||||
"Hono",
|
"Hono",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Formcn",
|
||||||
|
description:
|
||||||
|
"Easily build single- and multi-step forms with auto-generated client- and server-side code.",
|
||||||
|
imageUrl: "https://formcn.dev/opengraph-image.jpg",
|
||||||
|
liveUrl: "https://formcn.dev",
|
||||||
|
tags: [
|
||||||
|
"Next.js",
|
||||||
|
"React 19",
|
||||||
|
"shadcn components",
|
||||||
|
"React-hook-form",
|
||||||
|
"Typescript",
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default function ShowcasePage() {
|
export default function ShowcasePage() {
|
||||||
|
|||||||
Reference in New Issue
Block a user