@alaskaairseats/seats-seatmap
v0.0.0-development
Published
Seatmap HTML custom element
Downloads
3
Maintainers
Readme
Seats UI Components
Background
This repository contains all of the web components that compose the seatmap. This project is configured as a monorepo so that it would be simpler to make changes across multiple components and improve the development experience.
This webcomponent follows the open-wc recommendation.
Table of Contents
Installation
Install npm package
npm i @alaskaairseats/seats-seatmap
Usage
HTML
<script type="module">
import 'seats-seatmap/seats-seatmap.js';
</script>
<seats-seatmap></seats-seatmap>