Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions Documentation/storybook.mdx
Original file line number Diff line number Diff line change
@@ -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.

<StorybookEmbed />
<StorybookEmbed fullPage={true} />
Loading