Skip to content

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

License

Notifications You must be signed in to change notification settings

open-wc/api-viewer-element

Folders and files

NameName
Last commit message
Last commit date
Apr 5, 2024
Apr 5, 2024
Nov 7, 2023
Nov 7, 2023
Sep 17, 2024
Dec 13, 2022
Jan 1, 2022
Jan 3, 2022
Nov 23, 2022
Mar 25, 2020
Jul 21, 2023
Dec 8, 2021
Nov 20, 2021
May 17, 2024
Dec 17, 2021
Jan 2, 2022
Dec 31, 2021
Apr 5, 2024
Dec 5, 2021
Oct 30, 2019
Oct 30, 2019
Dec 31, 2021
Dec 31, 2021
Dec 31, 2021
Apr 10, 2025

Repository files navigation

<api-viewer>

API documentation and live playground for Web Components. Based on custom elements manifest JSON format.

<api-viewer src="./custom-elements.json"></api-viewer>

Documentation →

Live Demo →

Screenshot of api-viewer docs

Screenshot of api-viewer demo

Features

Install

npm install api-viewer-element

Check out the Getting Started guide.

Usage

The following web components are available:

Contributing

Install dependencies

yarn

Run demo in browser

yarn dev

Open http://127.0.0.1:8000

Run the docs locally

yarn start

Open http://127.0.0.1:8000

Build the docs site

yarn dist

Acknowledgements