Skip to content

Commit 2ebe4ad

Browse files
authored
Update layout-patterns.md
1 parent f302e64 commit 2ebe4ad

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/design/layout-patterns.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ Grid and filmstrip layouts are very much alike, they both use cards to showcase
1818

1919
The Grid reflows from in rows and columns from top to bottom. The Filmstrip display multiple items in a single row and caroesels to a new set of items.
2020

21-
![TBD](../images/layouts_animation_tiles.gif)
21+
### Grid layout
22+
23+
![Animated gif showing the Grid layout reflowing across breakpoints](../images/tbd)
24+
25+
### Filmstrip layout
26+
27+
![Animated gif showing the Filmstrip layout reflowing across breakpoints](../images/TBD)
28+
2229

2330
## List
2431

@@ -34,7 +41,7 @@ Want to Showcase content featuring really nice visuals? Go with Carousel layout.
3441

3542
The Compact layout is designed to show content in a smaller format and works the best in a 1/3rd column. This layout can support a small image or icon and a few rows of text for a title, description and/or metadata.
3643

37-
![TBD](../images/tbd.png)
44+
![Animated gif showing the Carousel layout reflowing across breakpoints](../images/layouts_animation_carousel.gif)
3845

3946

4047

0 commit comments

Comments
 (0)