Skip to content

Latest commit

 

History

History

odo-share

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Odo Share

Share links to social media.

Install

npm install @odopod/odo-share --save

Quick Start

<a href="#" class="odo-share" data-service="twitter">Share on Twitter</a>

or

import OdoShare from '@odopod/odo-share';

OdoShare.share({
  service: 'twitter'
});

Visit the Odo component directory for demos, code examples, and documentation.