Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Move amp-sidebar out of experimental
Browse files Browse the repository at this point in the history
Closes #166.
  • Loading branch information
sebastianbenz committed May 19, 2016
1 parent c83086c commit 617d981
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/20_Components/amp-sidebar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!---{
"experiment": true,
"component": "amp-sidebar"
}--->
<!---
{
"comment": "amp-sidebar needs to be the first element after the body tag, this is currently not possible the way examples are structured",
"skipValidation": true
}
--->
<!--
#### Introduction
Expand Down Expand Up @@ -76,17 +78,17 @@

<!-- #### Sidebar Actions -->
<!--
Click to Toggle.
Click to toggle the sidebar.
-->
<button on='tap:sidebar1.toggle'>Toggle sidebar</button>

<!--
Click to Open.
Click to open the sidebar.
-->
<button on='tap:sidebar1.open'>Open sidebar</button>

<!--
Click to Close.
Click to close the sidebar.
-->
<button on='tap:sidebar1.close'>Close sidebar</button>

Expand Down

0 comments on commit 617d981

Please sign in to comment.