Skip to content

Commit

Permalink
hide header navigation; add CardGrid MDC example
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrtsky committed May 15, 2023
1 parent 8248502 commit bc0679e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .docs/.studio/app.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"showLinkIcon": true,
"exclude": [],
"fluid": true,
"navigation": true
"navigation": false
},
"footer": {
"credits": {
Expand Down
20 changes: 20 additions & 0 deletions .docs/content/2.components/3.landing/4.card-grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,26 @@ The `CardGrid` component is a layout component that allows you to display a grid
::
::
```md [MDC]
::card-grid
::card
Card
::
::card{row=2}
Card
::
::card
Card
::
::card{row=2}
Card
::
::card{col=2}
Card
::
::card
Card
::
::
```
::

Expand Down

0 comments on commit bc0679e

Please sign in to comment.