Skip to content

Commit 8796af4

Browse files
committed
Readme first version
1 parent b1ab093 commit 8796af4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

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

Comments
 (0)