Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen-tempels committed Apr 11, 2024
1 parent f3b5723 commit cdc62bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/THEOliveDefaultUI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ import { ErrorDisplay, PlayButton } from './components';
const template = document.createElement('template');
template.innerHTML = `<style>${css}</style>${html}`;

/**
* `<theolive-default-ui>` - A default UI for THEOlive.
*
* @group Components
*/
export class THEOliveDefaultUI extends DefaultUI {
private readonly _loading: HTMLParagraphElement;
private readonly _offline: HTMLParagraphElement;
Expand Down

0 comments on commit cdc62bb

Please sign in to comment.