How to implement a web component in your application - noi-techpark/odh-docs GitHub Wiki

How to implement a web-component in your application

The purpose of this HowTo is to aid you in the process of implementing a web-component available on the store in your application(eg. website).

Choose a webcomponent in the store

Firstly you’ll have to choose a web-component from all the ones available in the webcomponent store.

Copy the code

After you clicked on your preferred one, a page of it's overview will be opened. There on the bottom of your screen you'll find a copy code button.

Paste the code in your website

After you clicked on the copy code button the only step left is to paste it where you want to show the component in your website. Please make sure that the code is in a <div> tag.

Support

For support, please contact [email protected].

⚠️ **GitHub.com Fallback** ⚠️