From f152c82f7b78e28d23548f1820f511087b756495 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio.bekerle@tugraz.at> Date: Tue, 6 Aug 2019 10:17:59 +0200 Subject: [PATCH] Add attribute documentation --- packages/person-select/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/person-select/README.md b/packages/person-select/README.md index 65ca8fd8..e831e10a 100644 --- a/packages/person-select/README.md +++ b/packages/person-select/README.md @@ -2,6 +2,17 @@ [GitLab Repository](https://gitlab.tugraz.at/VPU/WebComponents/PersonSelect) +## Usage + +```html +<vpu-person-select></vpu-person-select> +``` + +## Attributes + +- `lang` (optional, default: `de`): set to `de` or `en` for German or English + - example `<vpu-person-select lang="de"></vpu-person-select>` + ## Local development ```bash -- GitLab