Web Component for Web Share button
<vcf-webshare-button>
Demo
https://vcf-webshare-button.netlify.com/
Installation
Install vcf-webshare-button
:
npm i @vaadin-component-factory/vcf-webshare-button --save
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-webshare-button/vcf-webshare-button.js';
Running demo
-
Fork the
vcf-webshare-button
repository and clone it locally. -
Make sure you have npm installed.
-
When in the
vcf-webshare-button
directory, runnpm install
to install dependencies. -
Run
npm start
to open the demo.
Contributing
To contribute to the component, please read the guideline first.
License
Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE.
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
Install
Framework Support
Polymer 3.0+
Browser Independent
Install with
Run the above npm command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 1.0.0
Dependencies
- @polymer/iron-icon#^3.0.1
- @polymer/iron-iconset-svg#^3.0.1
- @polymer/polymer#^3.0.0
- @vaadin/vaadin-button#2.2.0
- @vaadin/vaadin-element-mixin#^2.1.3
- @vaadin/vaadin-lumo-styles#^1.5.0
- @vaadin/vaadin-themable-mixin#^1.4.4