An open API service indexing awesome lists of open source software.

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

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