docs: remove grid examples

This commit is contained in:
jinhojang6 2024-04-16 20:59:02 +09:00
parent 600805bb4b
commit 8b26032428
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 0 additions and 13 deletions

View File

@ -36,16 +36,3 @@ Gutter size - 16px.
style={{ maxWidth: "390px"}}
/>
## Examples
### Desktop
<ImageGrid md={{cols: 2, gap: "16px"}} images={[{src: "/Untitled-1.png"}, {src: "/Untitled-2.png"}, {src: "/Untitled-3.png"}, {src: "/Untitled-4.png"}]} />
### Tablet
<ImageGrid md={{cols: 2, gap: "16px"}} images={[{src: "/Untitled-5.png"}, {src: "/Untitled-6.png"}]} />
### Mobile
<ImageGrid md={{cols: 2, gap: "16px"}} images={[{src: "/Untitled-7.png"}, {src: "/Untitled-8.png"}]} />