0.0.0-development • Published 3 years ago

@alaskaairseats/seats-seatmap v0.0.0-development

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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>