Skip to content

Commit

Permalink
Add new component to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Barb Paduch committed Aug 9, 2018
1 parent 9754b1c commit 5fd7ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/reference/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ The list of available components are listed below in related categories.
| [`amp-layout`](components/amp-layout.html) | Provides a generic, multi-purpose container element that brings AMP's powerful [layouts](https://www.ampproject.org/docs/guides/responsive/control_layout#the-layout-attribute) to any element. |
| [`amp-lightbox`](components/amp-lightbox.html) | Displays elements in a full-viewport “lightbox” modal. |
| [`amp-lightbox-gallery`](components/amp-lightbox-gallery.html) | Provides a "lightbox” experience. Upon user interaction, a UI component expands to fill the viewport until it is closed by the user. |
| [`amp-position-observer`](components/amp-position-observer.html) | Monitors position of an element within the viewport as a user scrolls and dispatches events that can be used with other components. |
| [`amp-orientation-observer`](components/amp-orientation-observer.html) | Monitors the orientation of an element within the viewport as a user scrolls, and dispatches events that can be used with other AMP components.|
| [`amp-position-observer`](components/amp-position-observer.html) | Monitors the position of an element within the viewport as a user scrolls and dispatches events that can be used with other AMP components. |
| [`amp-sidebar`](components/amp-sidebar.html) | Provides a way to display meta content intended for temporary access such as navigation, links, buttons, menus. |


Expand Down
1 change: 1 addition & 0 deletions scripts/component_categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"amp-layout": "layout",
"amp-lightbox": "layout",
"amp-lightbox-gallery": "layout",
"amp-orientation-observer": "layout",
"amp-position-observer": "layout",
"amp-sidebar": "layout",

Expand Down

0 comments on commit 5fd7ea9

Please sign in to comment.