We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca6d45c + 870aa8a commit fe52cceCopy full SHA for fe52cce
README.md
@@ -1 +1,25 @@
1
# com_mapping-service-input
2
+
3
4
5
+This is a webcomponent to use in HTML or more complex web projects.
6
7
8
+## Integration
9
10
+If the dependency is up set properly (instructions will follow), the component can be used like this:
11
12
+```html
13
+<body>
14
+ <!-- use the component !-->
15
+ <mapping-input base-url="http://localhost:8090/" id="input-component"></mapping-input>
16
+</body>
17
+```
18
19
+## Attributes
20
21
+- `base-url`: string, base-url to your Mapping Service instance
22
23
24
25
0 commit comments