THEOplayer / web-ui

UI component library for the THEOplayer Web SDK
https://www.theoplayer.com/docs/open-video-ui/web/
MIT License
10 stars 0 forks source link

Add element names to API docs #46

Closed MattiasBuelens closed 9 months ago

MattiasBuelens commented 9 months ago

Currently, our API documentation lists the JavaScript class name of every component, but not their associated HTML custom element name. This means developers have to dig into the source code just to figure out what name to put in the HTML for their custom UI, which isn't great.

I updated all API docs to have the element name right at the front. That should make things easier. 🙂

cc @alberto-nantiat