Skip to content

Commit e08ce5a

Browse files
committed
feat: add textarea pattern
1 parent 4cc52cb commit e08ce5a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

content/en/patterns/forms/date-input.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
description: "Enter dates in a structured format"
2+
summary: "Enter dates in a structured text format"
3+
description: "Implement user-friendly date input fields with proper validation and formatting. Learn best practices for collecting dates in forms, including accessibility, localization, and browser compatibility considerations."
34
icon: Calendar
45
---
56

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
summary: "Multi-line text input for longer content"
3+
description: "Learn how to implement accessible textarea components for collecting long-form content, comments, and detailed responses. Discover best practices for multi-line text input with proper validation and user experience."
4+
icon: TextSelect
5+
---
6+
7+
import { Callout } from "nextra/components";
8+
9+
# Textarea
10+
11+
<Callout type="warning">
12+
This page is empty for now. Please help us by
13+
[contributing](https://github.com/thedaviddias/ux-patterns-for-developers/blob/main/.github/CONTRIBUTING.md)
14+
to add content.
15+
</Callout>

0 commit comments

Comments
 (0)