From 974a1bd6351470e4dff88d4e6477c01b8caff49f Mon Sep 17 00:00:00 2001 From: Tobias Kuppens Groot Date: Wed, 4 Jan 2023 12:45:49 +0100 Subject: [PATCH] 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 --- docs/components/button/use-cases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/components/button/use-cases.md b/docs/components/button/use-cases.md index 494f810f4..dd32cff89 100644 --- a/docs/components/button/use-cases.md +++ b/docs/components/button/use-cases.md @@ -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