From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../storybook/stories/search-bar.stories.mjs | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 comm/mail/components/storybook/stories/search-bar.stories.mjs (limited to 'comm/mail/components/storybook/stories/search-bar.stories.mjs') diff --git a/comm/mail/components/storybook/stories/search-bar.stories.mjs b/comm/mail/components/storybook/stories/search-bar.stories.mjs new file mode 100644 index 0000000000..40bf74f28f --- /dev/null +++ b/comm/mail/components/storybook/stories/search-bar.stories.mjs @@ -0,0 +1,37 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +import { html } from "lit"; +import { action } from "@storybook/addon-actions"; +import "mail/components/unifiedtoolbar/content/search-bar.mjs"; //eslint-disable-line import/no-unassigned-import + +export default { + title: "Widgets/Search Bar", +}; + +export const SearchBar = () => html` + + + Search Field Placeholder Ctrl + K + + Search + +`; -- cgit v1.2.3