api-viewer-element icon indicating copy to clipboard operation
api-viewer-element copied to clipboard

API documentation and live playground for Web Components. Based on Custom Elements Manifest format

Results 20 api-viewer-element issues
Sort by recently updated
recently updated
newest added

### Steps to Reproduce the Problem 1. open https://WebPDF.pro/:/0/API.html 2. select <pdf-page> from top right (👆🏻) 3. view 1. Properties ✔️ (render in the file order) 2. Events ✔️ (render...

bug

Is it possible to use a little code to set up the demo instance of an element? I have a complex element which I want to initialise with code, including...

enhancement

I would like to add some example styles customised using Shadow Parts exposed by my element. So far I failed to do that. I cannot add a style to the...

documentation
enhancement

The idea is to implement a special mode (e.g. using a tab in the "Demo" part). - DOM flat tree representation: component, its `part` elements and `slot` elements ``` expansion-panel...

enhancement

We need to provide a way for creating knobs for properties annotated with enums: ``` @prop {horizontal|vertical} orientation ``` This was requested in https://github.com/vaadin/vaadin-split-layout/pull/141.

enhancement

I created a simple button without any style. But it will get style override by \, which is looks like the "copy" button in another section. ![image](https://github.com/open-wc/api-viewer-element/assets/9548054/0dde5bb0-fea1-42ff-935f-d118e1696a62) The \ should...

api-demo's template syntax requires a [special HTML syntax](https://api-viewer.open-wc.org/docs/api/templates/). At the moment, Custom elements manifest and associated tooling has achieved a measure of maturity which it did not have when api-demo...

**Unpkg:** **Skypack:** **jspm.dev** --- **jsdelivr** The only one than can work is https://cdn.jsdelivr.net/npm/[email protected]/+esm. The downside of it there is no syntax highlighting in source panel. I think I can live...

help wanted

Could the project provide a JS Bundle with every release ? I want to use it with mkdocs, which does not integrate well with CDNs (and I also prefer not...

Added support for deprecated methods, props, slots, events and css. Tried with red border but it was a bit too much. ![deprecated](https://github.com/user-attachments/assets/89e037b2-f7b4-42db-955b-d407b4ef5b74) closes #124