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.
1 parent b1ab093 commit 8796af4Copy full SHA for 8796af4
README.md
@@ -1 +1,27 @@
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
+<head>
14
+</head>
15
+<body>
16
+ <!-- use the component !-->
17
+ <mapping-input base-url="http://localhost:8090/" id="input-component"></mapping-input>
18
+</body>
19
+```
20
21
+## Attributes
22
23
+- `base-url`: string, base-url to your Mapping Service instance
24
25
26
27
0 commit comments