# About Component Project information display ## Purpose - Display project overview and features - Provide quick start example - Link to resources (GitHub, NPM, demos) - Modal-style overlay presentation ## Structure ``` about/ ├── context.md # This file └── About.svelte # Project info modal ``` ## Features - Compact card layout with 860px max width - Feature grid (3 columns) - Full Quick Start code example - Resource links to GitHub, NPM, Demo, JSFiddle - Close via X button, About toggle, or title click ## Dependencies - uiStore for view mode control - GSAP for fade animation