library picker lit element w reactive properties

This commit is contained in:
Logan Jones
2025-04-08 18:18:00 -05:00
parent bbc33ce3bc
commit c46c631fb0
12 changed files with 109 additions and 49 deletions
@@ -8,7 +8,7 @@ const seekBar = () => html`
@customElement('seek-bar')
export class SeekBar extends LitElement {
render() {
override render() {
return seekBar();
}
}