Skip to content
Snippets Groups Projects
Unverified Commit 516d5590 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add check-in-place-select usage documenation

parent a3d77fed
No related branches found
No related tags found
No related merge requests found
Pipeline #45692 failed
......@@ -13,6 +13,13 @@ npm i @dbp-toolkit/check-in-place-select
<script type="module" src="node_modules/@dbp-toolkit/check-in-place-select/dist/dbp-check-in-place-select.js"></script>
```
Or directly via CDN:
```html
<dbp-check-in-place-select></dbp-check-in-place-select>
<script type="module" src="https://unpkg.com/@dbp-toolkit/check-in-place-select@0.2.2/dist/dbp-check-in-place-select.js"></script>
```
## Attributes
- `lang` (optional, default: `de`): set to `de` or `en` for German or English
......
{
"name": "@dbp-toolkit/check-in-place-select",
"homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/check-in-place-select",
"version": "0.2.2",
"version": "0.2.3",
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment