-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
b97fd42
commit 32fdfb3
Showing
2 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
content/en/patterns/content-management/expandable-text.mdx
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,15 @@ | ||
--- | ||
description: "Show or hide additional text content on demand" | ||
icon: ChevronDown | ||
status: draft | ||
--- | ||
|
||
import { Callout } from "nextra/components"; | ||
|
||
# Expandable Text | ||
|
||
<Callout type="warning"> | ||
This page is empty for now. Please help us by | ||
[contributing](https://github.com/thedaviddias/ux-patterns-for-developers/blob/main/.github/CONTRIBUTING.md) | ||
to add content. | ||
</Callout> |
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