Skip to content

Commit fe52cce

Browse files
committed
Merge commit '870aa8adba7eb09a547d7cb6bed5d2dd4e5239bf'
2 parents ca6d45c + 870aa8a commit fe52cce

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
11
# 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

Comments
 (0)