fork of shareon for my own website
 
 
 
Go to file
Nikita Karamov 4fed2fcd7d
Remove version from banner due to np
Since it bumps the version after it builds the packages, the package is being uploaded with wrong version
2020-03-25 22:18:26 +01:00
.github Initial commit 2020-03-25 16:32:25 +01:00
docs Add basic docs website 2020-03-25 16:45:04 +01:00
rollup Remove version from banner due to np 2020-03-25 22:18:26 +01:00
src Add Twitter 2020-03-25 22:11:45 +01:00
.eslintignore Set up build and linting 2020-03-25 17:44:11 +01:00
.eslintrc.js Set up build and linting 2020-03-25 17:44:11 +01:00
.gitignore Add size-limit & eslint-ci 2020-03-25 22:09:35 +01:00
.travis.yml Set up build and linting 2020-03-25 17:44:11 +01:00
LICENSE Initial commit 2020-03-25 16:32:25 +01:00
README.md Add basic docs website 2020-03-25 16:45:04 +01:00
package.json Update files entry in package.json 2020-03-25 22:17:28 +01:00
tsconfig.json Set up build and linting 2020-03-25 17:44:11 +01:00
yarn.lock Add size-limit & eslint-ci 2020-03-25 22:09:35 +01:00

README.md

shareon

Postal Horn emoji

Lightweight, stylish and ethical share buttons.

  • Small. Dependency-free.
  • Stylish. Uses official vector logos and colors.
  • Ethical. No tracking code is being embedded.
<!-- Define the container element -->
<div class="sharevia">
    <!-- Choose desired networks -->
    <div class="twitter"></div>

    <!-- Add optional text -->
    <div class="facebook">Share</div>
</div>