Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 7716a5c

Browse files
committed
add doc example for topnav
1 parent e7c3335 commit 7716a5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/visual-stack-docs/src/containers/Components/Docs

packages/visual-stack-docs/src/containers/Components/Docs/topnav.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export const TopNavCodeSnippet1 = ({router}) => (
6262
/* s1:start */
6363
<TopNav
6464
title="Header Title"
65+
subtitle="Subtitle"
6566
actionChildren={
6667
<Box direction="row" gap="xl" align="center" grow>
6768
<BackToCjLink title="Back to the Home Page" onClick={() => router.push('/components/topnav')}/>

0 commit comments

Comments
 (0)