Skip to content

Commit

Permalink
feat: add more covers
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Feb 11, 2025
1 parent ba5ccdc commit a34f6bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/patterns/forms/text-field.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ status: complete
import { BrowserSupport } from "@app/_components/browser-support";
import { BuildEffort } from "@app/_components/build-effort";
import { FaqStructuredData } from "@app/_components/faq-structured-data";
import { PatternPreview } from "@app/_components/pattern-preview";

# Text Field

<PatternPreview />

## Overview

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**.
Expand Down
3 changes: 3 additions & 0 deletions content/en/patterns/navigation/breadcrumb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ status: complete

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

# Breadcrumb

<PatternPreview />

## Overview

**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.
Expand Down
Binary file added public/covers/patterns/breadcrumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/covers/patterns/text-field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a34f6bf

Please sign in to comment.