-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
294 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
import { Metadata } from "next" | ||
import { Card } from "../../../components/Card" | ||
import { Headline } from "../../../elements/Headline" | ||
|
||
export const metadata: Metadata = { | ||
title: "", | ||
twitter: { | ||
card: "summary_large_image", | ||
}, | ||
openGraph: { | ||
url: "", | ||
images: [ | ||
{ | ||
width: 1200, | ||
height: 630, | ||
url: "", | ||
}, | ||
], | ||
}, | ||
} | ||
|
||
export default function Page() { | ||
return ( | ||
<section className="flex w-full flex-col gap-6"> | ||
<Headline title="Badges">Documentation and examples for badges, our small count and labeling component.</Headline> | ||
|
||
<Card>Badges</Card> | ||
</section> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import { Metadata } from "next" | ||
import { Card } from "../../../components/Card" | ||
import { Headline } from "../../../elements/Headline" | ||
|
||
export const metadata: Metadata = { | ||
title: "", | ||
twitter: { | ||
card: "summary_large_image", | ||
}, | ||
openGraph: { | ||
url: "", | ||
images: [ | ||
{ | ||
width: 1200, | ||
height: 630, | ||
url: "", | ||
}, | ||
], | ||
}, | ||
} | ||
|
||
export default function Page() { | ||
return ( | ||
<section className="flex w-full flex-col gap-6"> | ||
<Headline title="Breadcrumbs"> | ||
Indicate the current page’s location within a navigational hierarchy that automatically adds separators via CSS. | ||
</Headline> | ||
|
||
<Card>Breadcrumbs</Card> | ||
</section> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.