docs: add reset and submit button imports
- add lion-button-reset and lion-button-submit imports fixing the usage with native form demo buttons were not imported and therefore didn't work accordingly Signed-off-by: Tobias Kuppens Groot <tkuppensgroo@uos.de>
This commit is contained in:
parent
03a90637bd
commit
974a1bd635
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
```js script
|
||||
import { html } from '@mdjs/mdjs-preview';
|
||||
import '@lion/ui/define/lion-button.js';
|
||||
import '@lion/ui/define/lion-button-reset.js';
|
||||
import '@lion/ui/define/lion-button-submit.js';
|
||||
```
|
||||
|
||||
## With click handler
|
||||
|
|
|
|||
Loading…
Reference in a new issue