npm install yashare2data-bare attribute (see docs).data-bare attribute:html
`Install this package:
`bash
npm install yashare2 --save
`Include to your app's styles.
`sass
@import '../../../node_modules/yashare2/src/yashare';
`$3
You can change some essential styles by changing the variables:
`sass
// Counter font family and size:
$yashare2__font: 'PT Serif', Georgia, serif;
$yashare2__icon-size: 24px;// Enable and disable the services you need:
$yashare2__blogger: true;
$yashare2__evernote: true;
$yashare2__moimir: false;
``