fix(form): add example section with link to example form
This commit is contained in:
parent
a4aaa7d4f1
commit
fcc60cbfc6
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
|
||||
import '@lion/form/lion-form.js';
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
See full [form example](?path=/docs/forms-features-overview--main)
|
||||
|
|
|
|||
Loading…
Reference in a new issue