Skip to content

Commit

Permalink
fix(navigation): move navigation component back to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Ryan authored and ashleyryan committed Jun 10, 2022
1 parent aee7da4 commit b8bb7fd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/core/src/navigation/navigation-group.element.ts
Expand Up @@ -43,6 +43,7 @@ export const CdsNavigationGroupTagName = 'cds-navigation-group';
* </cds-navigation-group>
* ```
*
* @beta
* @element cds-navigation-group
* @event expandedChange - notify when the user has clicked the navigation expand/collapse button
* @cssprop --animation-duration
Expand Down
1 change: 1 addition & 0 deletions projects/core/src/navigation/navigation-item.element.ts
Expand Up @@ -32,6 +32,7 @@ export const CdsNavigationItemTagName = 'cds-navigation-item';
* <cds-navigation-item><a href="/home">Home</cds-navigation-item>
* ```
*
* @beta
* @element cds-navigation-item
* @cssprop --color
* @cssprop --font-size
Expand Down
1 change: 1 addition & 0 deletions projects/core/src/navigation/navigation.element.ts
Expand Up @@ -53,6 +53,7 @@ export const CdsNavigationTagName = 'cds-navigation';
* </cds-navigation>
* ```
*
* @beta
* @element cds-navigation
* @event expandedChange - notify when the user has clicked the navigation expand/collapse button
* @cssprop --animation-duration
Expand Down
7 changes: 7 additions & 0 deletions projects/core/src/navigation/navigation.stories.mdx
Expand Up @@ -4,6 +4,13 @@ import '@cds/core/navigation/register.js';

<Meta title="Components/Navigation" />

<cds-alert-group status="warning" cds-layout="m-b:lg">
<cds-alert>
This component or utility is offered as a preview. This means we are currently working on it and seeking feedback.
Please be aware that this component or utility may have breaking changes before we finish working on it.
</cds-alert>
</cds-alert-group>

# Navigation

A sound navigation layout offers a high degree of discoverability and feedback, letting users know where they are at all
Expand Down

0 comments on commit b8bb7fd

Please sign in to comment.