📝(doc) create a global category for Components

This way we ensure that the main categories of the Storybook docs
are well separated, improving readability.
This commit is contained in:
Nathan Vasse
2023-01-19 15:31:22 +01:00
committed by NathanVss
parent 54fd376e91
commit dd2a93ffdf
2 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ import React from "react";
import { Button } from "./index";
export default {
title: "Button",
title: "Components/Button",
component: Button,
} as ComponentMeta<typeof Button>;