Skip to content

Commit

Permalink
✅ Add story for remote tab
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Nov 9, 2020
1 parent 88bcb8d commit 51fedde
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Header/stories/Header.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,15 @@ export const WithTabs = () => {

return <Header {...props} />
}

export const WithRemoteTabs = () => {
const props = {
siteTitle: 'My Test Site',
tabs: [
{ title: 'Docs', path: '/' },
{ title: 'Remote', path: 'https://adobe.com' }
]
}

return <Header {...props} />
}

0 comments on commit 51fedde

Please sign in to comment.