diff --git a/docs/components.mdx b/docs/components.mdx index 01d153f89f..c07adaf6b9 100644 --- a/docs/components.mdx +++ b/docs/components.mdx @@ -72,6 +72,10 @@ Ionic apps are made of high-level building blocks called Components, which allow

Floating action buttons are circular buttons that perform a primary action on a screen.

+ +

Galleries arrange images, cards, and other content in responsive uniform or masonry layouts.

+
+

The grid is a powerful mobile-first system for building custom layouts.

diff --git a/sidebars.js b/sidebars.js index 0e56b007be..2dd4597762 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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',