Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 312 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 312 Bytes

react-embedly

Install

npm i -D react-embedly

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import Embedly from 'react-embedly';

ReactDOM.render(
  <Embedly url="an url you want to embed" apiKey="your embedly api key" />, 
  document.getElementById('content')
);