https://github.com/vaadin-component-factory/vcf-webshare-button
Web Component for Web Share button
https://github.com/vaadin-component-factory/vcf-webshare-button
polymer3 vaadin webcomponent webshare
Last synced: about 1 month ago
JSON representation
Web Component for Web Share button
- Host: GitHub
- URL: https://github.com/vaadin-component-factory/vcf-webshare-button
- Owner: vaadin-component-factory
- License: apache-2.0
- Created: 2019-08-16T09:52:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T15:21:56.000Z (over 4 years ago)
- Last Synced: 2025-02-12T14:53:21.666Z (3 months ago)
- Topics: polymer3, vaadin, webcomponent, webshare
- Language: JavaScript
- Homepage: https://vcf-webshare-button.netlify.com/
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# <vcf-webshare-button>
## Demo
https://vcf-webshare-button.netlify.com/
## Installation
Install `vcf-webshare-button`:
```sh
npm i @vaadin-component-factory/vcf-webshare-button --save
```Once installed, import it in your application:
```js
import '@vaadin-component-factory/vcf-webshare-button';
```## Running demo
1. Fork the `vcf-webshare-button` repository and clone it locally.
1. Make sure you have [npm](https://www.npmjs.com/) installed.
1. When in the `vcf-webshare-button` directory, run `npm install` to install dependencies.
1. Run `npm start` to open the demo.
## Contributing
To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first.
## License
Apache License 2.0