Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Living wiki of UI design patterns and best practices built with Fumadocs, Next.js, and Base UI components.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
rules/container-no-excessive-use.md
1---2title: Use Animated Bounds Sparingly3impact: MEDIUM4tags: container, performance, restraint5---67## Use Animated Bounds Sparingly89Animated bounds is a subtle effect. Use it for buttons, accordions, and interactive elements — not everywhere.1011**Good use cases:** loading state buttons, expandable sections, accordions, FAQs, content reveals.1213**Bad use cases:** every container on the page, static layouts, elements that don't change size.14