From dd2a93ffdf6da21d2d8351a43b970d43a266d5e1 Mon Sep 17 00:00:00 2001 From: Nathan Vasse Date: Thu, 19 Jan 2023 15:31:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(doc)=20create=20a=20global=20categ?= =?UTF-8?q?ory=20for=20Components?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way we ensure that the main categories of the Storybook docs are well separated, improving readability. --- .../src/components/Button/index.stories.mdx | 16 ++++++++-------- .../src/components/Button/index.stories.tsx | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/react/src/components/Button/index.stories.mdx b/packages/react/src/components/Button/index.stories.mdx index 60e91eb..5ee9b7b 100644 --- a/packages/react/src/components/Button/index.stories.mdx +++ b/packages/react/src/components/Button/index.stories.mdx @@ -1,7 +1,7 @@ import { Canvas, Meta, Story, Source, ArgsTable } from '@storybook/addon-docs'; import { Button } from "./index"; - + export const Template = (args) =>