From d192f68b03c65409b426a89174a5dd140deb94f5 Mon Sep 17 00:00:00 2001 From: acdzh <32260125+acdzh@users.noreply.github.com> Date: Tue, 5 Jan 2021 16:16:39 +0800 Subject: [PATCH] Update storybook-addon-toolbar-example.js.mdx --- docs/snippets/common/storybook-addon-toolbar-example.js.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/common/storybook-addon-toolbar-example.js.mdx b/docs/snippets/common/storybook-addon-toolbar-example.js.mdx index 2371227cc62..520a330722f 100644 --- a/docs/snippets/common/storybook-addon-toolbar-example.js.mdx +++ b/docs/snippets/common/storybook-addon-toolbar-example.js.mdx @@ -7,7 +7,7 @@ import { Icons, IconButton } from '@storybook/components'; addons.register("my/toolbar", () => { addons.add("my-toolbar-addon/toolbar", { - title: "Example Storybook toolbar" + title: "Example Storybook toolbar", //👇 Sets the type of UI element in Storybook type: types.TOOL, //👇 Shows the Toolbar UI element if either the Canvas or Docs tab is active