0.0.2 • Published 1 year ago

@alpaca-travel/web-components v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Alpaca Travel Web Components

Provides some basic components that could be used to add to a site or forked and styled as appropriate for your application.

These examples can be used to include alpaca on your website, and also enhance functionality through communicating with the web component interface.

<!DOCTYPE html>
<html>
  <head>
    <!-- Include mapbox -->
    <script src="https://api.mapbox.com/mapbox-gl-js/v2.12.0/mapbox-gl.js"></script>
    <link href="https://api.mapbox.com/mapbox-gl-js/v2.12.0/mapbox-gl.css" rel="stylesheet" />

    <!-- Include the web components -->
    <script type="module" src="https://unpkg.com/@alpaca-travel/web-components@latest"></script>
  </head>
  <body>
    <itinerary-map
      itinerary-id="itinerary/abc123"
      alpaca-access-token="pk.123"
      mapbox-access-token="pk.123"
    />
  </body>
</html>
0.0.2

1 year ago

0.0.1

1 year ago