@@ -66,11 +66,12 @@ const StoryContent = () => {
66
66
</ h2 >
67
67
< p style = { { lineHeight : '20px' } } >
68
68
The shell is perhaps the most crucial piece of any UI built with
69
- Carbon. It contains the shared navigation framework for the entire
70
- design system and ties the products in IBM’s portfolio together in a
71
- cohesive and elegant way. The shell is the home of the topmost
72
- navigation, where users can quickly and dependably gain their
73
- bearings and move between pages.
69
+ < a href = "www.carbondesignsystem.com" > Carbon</ a > . It contains the
70
+ shared navigation framework for the entire design system and ties
71
+ the products in IBM’s portfolio together in a cohesive and elegant
72
+ way. The shell is the home of the topmost navigation, where users
73
+ can quickly and dependably gain their bearings and move between
74
+ pages.
74
75
< br />
75
76
< br />
76
77
The shell was designed with maximum flexibility built in, to serve
@@ -218,6 +219,37 @@ storiesOf('UI Shell', module)
218
219
</ Header >
219
220
) )
220
221
)
222
+ . add (
223
+ 'Header Base w/ SkipToContent' ,
224
+ withReadme ( readme , ( ) => (
225
+ < >
226
+ < Header aria-label = "IBM Platform Name" >
227
+ < SkipToContent />
228
+ < HeaderName href = "#" prefix = "IBM" >
229
+ [Platform]
230
+ </ HeaderName >
231
+ < HeaderGlobalBar >
232
+ < HeaderGlobalAction
233
+ aria-label = "Search"
234
+ onClick = { action ( 'search click' ) } >
235
+ < Search20 />
236
+ </ HeaderGlobalAction >
237
+ < HeaderGlobalAction
238
+ aria-label = "Notifications"
239
+ onClick = { action ( 'notification click' ) } >
240
+ < Notification20 />
241
+ </ HeaderGlobalAction >
242
+ < HeaderGlobalAction
243
+ aria-label = "App Switcher"
244
+ onClick = { action ( 'app-switcher click' ) } >
245
+ < AppSwitcher20 />
246
+ </ HeaderGlobalAction >
247
+ </ HeaderGlobalBar >
248
+ </ Header >
249
+ < StoryContent />
250
+ </ >
251
+ ) )
252
+ )
221
253
. add (
222
254
'Header Base w/ Navigation and Actions' ,
223
255
withReadme ( readme , ( ) => (
0 commit comments