docs: move example to stackblitz

This commit is contained in:
Bereket Engida
2024-09-28 01:53:01 +03:00
parent e6744ba53a
commit 1ff5f3d06f
10 changed files with 75 additions and 188 deletions

View File

@@ -9,7 +9,7 @@ export function ForkButton({ url }: { url: string }) {
<Link href={`https://codesandbox.io/p/github/${url}`} target="_blank">
<Button className="gap-2" variant="outline" size="sm">
<ExternalLink size={12} />
Fork
Open in Stackblitz
</Button>
</Link>
<Link href={`https://github.com/${url}`} target="_blank">