From 880f8c2fd04dfb0b708208a5db19e6547fadab26 Mon Sep 17 00:00:00 2001 From: Florian Stancioiu Date: Tue, 23 Apr 2024 10:49:40 +0300 Subject: [PATCH] feat: add empty story --- stories/cosmoz-bottom-bar.stories.ts | 33 ++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/stories/cosmoz-bottom-bar.stories.ts b/stories/cosmoz-bottom-bar.stories.ts index b25f015..0ca34fd 100644 --- a/stories/cosmoz-bottom-bar.stories.ts +++ b/stories/cosmoz-bottom-bar.stories.ts @@ -3,8 +3,9 @@ import { html } from 'lit-html'; import '../src/cosmoz-bottom-bar-next'; import '@polymer/paper-button/paper-button.js'; -const CosmozBottomBar = ({ +const CosmozBottomBarTemplate = ({ active, + maxToolbarItems, hideButton1, hideButton2, hideButton3, @@ -12,13 +13,18 @@ const CosmozBottomBar = ({ hideButton5, }: { active?: boolean; + maxToolbarItems?: number; hideButton1?: boolean; hideButton2?: boolean; hideButton3?: boolean; hideButton4?: boolean; hideButton5?: boolean; }) => { - return html` + return html` Bottom bar demo Button 1