Skip to content
Merged
Show file tree
Hide file tree
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
19 changes: 1 addition & 18 deletions apps/www/content/docs/components/retro-grid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,7 @@ npx shadcn@latest add @magicui/retro-grid

<Step>Update the import paths to match your project setup.</Step>

<Step>Add the required CSS animations</Step>

Add the following animations to your global CSS file.

```css title="app/globals.css" showLineNumbers {2, 4-11}
@theme inline {
--animate-grid: grid 15s linear infinite;

@keyframes grid {
0% {
transform: translateY(-50%);
}
100% {
transform: translateY(0);
}
}
}
```
<Step>No additional CSS is required.</Step>

</Steps>

Expand Down
Loading
Loading