Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrijraj/web-stories
AMP/Web Story
https://github.com/vrijraj/web-stories
amp amp-story gradus vrijraj web web-story
Last synced: 20 days ago
JSON representation
AMP/Web Story
- Host: GitHub
- URL: https://github.com/vrijraj/web-stories
- Owner: vrijraj
- Created: 2024-09-16T09:02:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T07:24:59.000Z (2 months ago)
- Last Synced: 2024-11-11T20:54:06.603Z (about 2 months ago)
- Topics: amp, amp-story, gradus, vrijraj, web, web-story
- Language: HTML
- Homepage: https://gradus.vrijraj.xyz/amp-web-stories?page=0
- Size: 7.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AMP Story
[AMP story](https://amp.dev/about/stories) is a full-screen visual storytelling experience that conveys information with images, videos, graphics, audio, and more.## amp-story web component
## Getting Started
1. Add `amp` js library in your web page
``` js
```
1. Import `amp-story` library in your web page
``` js
```
1. So your web page look like
``` html
Document
AMP Story
```
1. ``, ``, `` in your story
```html
Google Developers Group
Google Developer Groups (GDGs) are for developers who are interested in Google's developer technology.
```## Resources
1. [Gradus Codelab](https://gradus.vrijraj.xyz/amp-web-stories?page=0)
1. [AMP Story Docs](https://amp.dev/documentation/guides-and-tutorials)