Skip to content

Commit

Permalink
Add deprecation notice in Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Apr 12, 2024
1 parent 8bd7063 commit 18c86af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/src/navigation/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ import { MoreExamplesStory } from './utils/more-examples';
import { HideIfEmptyStory } from './utils/hide-if-empty';
import './style.css';

/**
* Render a navigation list with optional groupings and hierarchy.
*
* This component is deprecated. Consider using `Navigator` instead.
*/
const meta: Meta< typeof Navigation > = {
title: 'Components (Deprecated)/Navigation',
id: 'components-navigation',
Expand Down

0 comments on commit 18c86af

Please sign in to comment.