Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 992 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 992 Bytes

pwabuilder-components

The pwabuilder-components library is a collection of Web Components that can be used to enable rich, native-like experiences on the Web.

These components work with any web framework and on all all modern browsers.

This library is in Preview

This library is in preview and is in early development. Based on feedback from the community, all components and APIs are expected to change and improve.

Getting Started

You can use our components by adding the following script tag to your index.html:

<script src="https://unpkg.com/pwabuilder-components/dist/esm/index.js"></script>

Once you have added this script tag you can use the components like so:

<h3>
  Geolocation Component
</h3>
<pwb-geolocation></pwb-geolocation>

<h3>
  Clipboard component
</h3>
<pwb-clipboard texttocopy="Hello World"></pwb-clipboard>