fix(form): add example section with link to example form

This commit is contained in:
Joren Broekema 2021-01-11 11:51:49 +01:00
parent a4aaa7d4f1
commit fcc60cbfc6
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)