From ad13a6afbde93c80ccbd68e3255a4f02439e969c Mon Sep 17 00:00:00 2001 From: Einar Date: Fri, 12 Jun 2026 10:59:24 +0200 Subject: [PATCH] Make Storybook page full-page with nav visible Remove intro prose and switch to fullPage mode so the embedded Storybook fills the entire content area with its own story navigation and controls panel visible. --- Documentation/storybook.mdx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Documentation/storybook.mdx b/Documentation/storybook.mdx index 2c09ee6..e4fdd3c 100644 --- a/Documentation/storybook.mdx +++ b/Documentation/storybook.mdx @@ -1,13 +1,8 @@ --- title: Storybook description: Browse every Cratis component live — props, states, and variations — in an interactive Storybook. +tableOfContents: false --- import StorybookEmbed from '@components/StorybookEmbed.astro'; -Every Cratis component ships with **stories** — live, interactive examples you can poke at. -Toggle props, switch between states, and read the rendered output without writing a line of -setup. It's the fastest way to see what a component does before you reach for it. - -Browse the full catalog below, or use the controls panel to drive each component's props. - - +