Merge pull request #1175 from ing-bank/form-example

fix(form): add example section with link to example form
This commit is contained in:
Joren Broekema 2021-01-11 12:03:25 +01:00 committed by GitHub
commit 9fef0cc6c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/form': patch
---
Add example link to form demo

View file

@ -33,3 +33,7 @@ npm i --save @lion/form
```js
import '@lion/form/lion-form.js';
```
## Example
See full [form example](?path=/docs/forms-features-overview--main)