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:
Tobias Kuppens Groot 2023-01-04 12:45:49 +01:00 committed by Thijs Louisse
parent 03a90637bd
commit 974a1bd635

View file

@ -3,6 +3,8 @@
```js script ```js script
import { html } from '@mdjs/mdjs-preview'; import { html } from '@mdjs/mdjs-preview';
import '@lion/ui/define/lion-button.js'; 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 ## With click handler