@odopod/odo-share
v1.1.1
Published
Share links to social media.
Downloads
27
Readme
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'
});
Documentation
Visit the Odo component directory for demos, code examples, and documentation.