-
Notifications
You must be signed in to change notification settings - Fork 0
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
b921945
commit 6a825d4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<h1>Expanding Cards</h1> | ||
|
||
An expanding card is a user interface component often used in web design to showcase content or information in a visually appealing and interactive way. The concept typically involves a set of cards, each representing a different item, topic, or piece of content. When a user interacts with a card, it expands to reveal more details, providing additional information or visuals. | ||
An expanding card is like a digital card that reveals more information when you click on it. Imagine you have a set of cards on a webpage, each with a picture and a title. Normally, you only see a bit of information. However, when you click on a card, it expands to show more details or a larger view of the content. |