Skip to content

Commit a34f6bf

Browse files
committed
feat: add more covers
1 parent ba5ccdc commit a34f6bf

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

content/en/patterns/forms/text-field.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ status: complete
88
import { BrowserSupport } from "@app/_components/browser-support";
99
import { BuildEffort } from "@app/_components/build-effort";
1010
import { FaqStructuredData } from "@app/_components/faq-structured-data";
11+
import { PatternPreview } from "@app/_components/pattern-preview";
1112

1213
# Text Field
1314

15+
<PatternPreview />
16+
1417
## Overview
1518

1619
A **Text Field** is a fundamental form input component that allows users to enter and edit text-based data. It is commonly used in **forms, search fields, authentication fields, and messaging interfaces**.

content/en/patterns/navigation/breadcrumb.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ status: complete
77

88
import { BuildEffort } from "@app/_components/build-effort";
99
import { FaqStructuredData } from "@app/_components/faq-structured-data";
10+
import { PatternPreview } from "@app/_components/pattern-preview";
1011

1112
# Breadcrumb
1213

14+
<PatternPreview />
15+
1316
## Overview
1417

1518
**Breadcrumbs**, often displayed as a horizontal list of links separated by symbols, help users understand their location in a website's hierarchy at a glance.

public/covers/patterns/breadcrumb.png

55.2 KB
Loading

public/covers/patterns/text-field.png

29.1 KB
Loading

0 commit comments

Comments
 (0)