Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/design-system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ This document outlines the comprehensive design system implemented for the cinem
```

### Animated Section
{% raw %}
```tsx
<section className="cinematic-section">
<div className="container-cinematic">
Expand All @@ -247,6 +248,7 @@ This document outlines the comprehensive design system implemented for the cinem
</div>
</section>
```
{% endraw %}

## 🚀 Implementation Notes

Expand Down
Loading