The component can be inserted into the pages by two different ways. Either as a web-component using html tag, or by using
### web-component
The component can be inserted into the pages by two different ways. Either as a `web-component` using html tag, or directly by using javascript as a `plugin`.
#### Prerequisities
### Web-component
These files need to be inserted in the page before the component is attempted to be loaded:
A few files needs to be imported in the page before the component is attempted to be loaded:
```html
...
...
@@ -40,26 +38,24 @@ These files need to be inserted in the page before the component is attempted to
The component contains a number of properties that can be set, in order to change data that are being displayed. First you need to define a component on the page: