Merge pull request #1175 from ing-bank/form-example
fix(form): add example section with link to example form
This commit is contained in:
commit
9fef0cc6c8
2 changed files with 9 additions and 0 deletions
5
.changeset/gorgeous-buttons-talk.md
Normal file
5
.changeset/gorgeous-buttons-talk.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/form': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Add example link to form demo
|
||||||
|
|
@ -33,3 +33,7 @@ npm i --save @lion/form
|
||||||
```js
|
```js
|
||||||
import '@lion/form/lion-form.js';
|
import '@lion/form/lion-form.js';
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
See full [form example](?path=/docs/forms-features-overview--main)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue