byuweb / byu-calendar-components

A central repository to bundle all the byu calendar components, including the byu-calendar-tile, byu-calendar-row, and byu-calendar component. byu-calendar acts as a wrapper for the other two components.
Apache License 2.0
1 stars 1 forks source link

Convert the current components into polymer 3 components using the lite #8

Open katrialesser opened 6 years ago

katrialesser commented 6 years ago
katrialesser commented 6 years ago

Our polymer components should extend using LitElement, the suggested method for polymer 3 because it allows the smaller VERSION of polymer 3 and you can just load what you need:

https://github.com/Polymer/lit-element/blob/master/README.md