Skip to content

Commit 2c383f3

Browse files
committed
feat: add autocomplete cover
1 parent fa16c83 commit 2c383f3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

content/en/patterns/forms/autocomplete.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ 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
# Autocomplete
1314

1415
**_(Also called Autosuggest)_**
1516

17+
<PatternPreview />
18+
1619
## Overview
1720

1821
The **autocomplete** is an interactive input component that helps users quickly find and select values from a predefined list of options as they type.
34.4 KB
Loading

0 commit comments

Comments
 (0)