0.1.2 • Published 8 years ago

react-amp-document v0.1.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

"AMP Document" React Component

A lightweight React component that takes an AMP document URL as input and renders it.

User Guide

npm install react-amp-document

./index.html

<head>
  <!-- Include AMP runtime with Shadow DOM API. -->
  <script async src="https://cdn.ampproject.org/shadow-v0.js"></script>
</head>

./index.js

import AMPDocument from 'react-amp-document/amp-document';

// Create an <AMPDocument> and set its `src` prop to an AMP document URL:
ReactDOM.render(<AMPDocument src="https://ampbyexample.com" />);
0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago