Skip to content
Draft
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
4 changes: 4 additions & 0 deletions docs/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ Ionic apps are made of high-level building blocks called Components, which allow
<p>Floating action buttons are circular buttons that perform a primary action on a screen.</p>
</DocsCard>

<DocsCard header="Gallery" href="api/gallery">
<p>Galleries arrange images, cards, and other content in responsive uniform or masonry layouts.</p>
</DocsCard>

<DocsCard header="Grid" href="api/grid" icon="/icons/component-grid-icon.png">
<p>The grid is a powerful mobile-first system for building custom layouts.</p>
</DocsCard>
Expand Down
6 changes: 6 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,12 @@ module.exports = {
collapsed: false,
items: ['api/fab', 'api/fab-button', 'api/fab-list'],
},
{
type: 'category',
label: 'Gallery',
collapsed: false,
items: ['api/gallery', 'api/gallery-item'],
},
{
type: 'category',
label: 'Grid',
Expand Down