Problem / Motivation
When filtering components by category, two identical "Typography" components appear in the components list. Both use the same Typography component but with slightly different props (delayDuration in one and none in the other). Since their descriptions are identical, it’s unclear to users how they differ or what each example demonstrates.
Proposed Solution
Update the component descriptions in the components list to clearly differentiate between the two variants.
Alternatives considered
Merging both demos into a single Typography component and showcasing prop variations within the same example. However, updating the descriptions alone is a simpler and clearer fix that maintains existing component structure.
