File tree 24 files changed +18
-18
lines changed
24 files changed +18
-18
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,22 +8,22 @@ const SidebarVariationsExamples = () => (
8
8
< ComponentExample
9
9
title = 'Left Overlay'
10
10
description = 'Sidebar attached to the left of the pushable container overlayed on the pusher.'
11
- examplePath = 'modules/Sidebar/Overlay/SidebarLeftOverlay '
11
+ examplePath = 'modules/Sidebar/Overlay/SidebarExampleLeftOverlay '
12
12
/>
13
13
< ComponentExample
14
14
title = 'Right Overlay'
15
15
description = 'Sidebar attached to the right of the pushable container overlayed on the pusher.'
16
- examplePath = 'modules/Sidebar/Overlay/SidebarRightOverlay '
16
+ examplePath = 'modules/Sidebar/Overlay/SidebarExampleRightOverlay '
17
17
/>
18
18
< ComponentExample
19
19
title = 'Top Overlay'
20
20
description = 'Sidebar attached to the top of the pushable container overlayed on the pusher.'
21
- examplePath = 'modules/Sidebar/Overlay/SidebarTopOverlay '
21
+ examplePath = 'modules/Sidebar/Overlay/SidebarExampleTopOverlay '
22
22
/>
23
23
< ComponentExample
24
24
title = 'Bottom Overlay'
25
25
description = 'Sidebar attached to the bottom of the pushable container overlayed on the pusher.'
26
- examplePath = 'modules/Sidebar/Overlay/SidebarBottomOverlay '
26
+ examplePath = 'modules/Sidebar/Overlay/SidebarExampleBottomOverlay '
27
27
/>
28
28
</ ExampleSection >
29
29
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,22 +8,22 @@ const SidebarVariationsExamples = () => (
8
8
< ComponentExample
9
9
title = 'Left Push'
10
10
description = 'Sidebar attached to the left of the pushable container pushing the pusher.'
11
- examplePath = 'modules/Sidebar/Push/SidebarLeftPush '
11
+ examplePath = 'modules/Sidebar/Push/SidebarExampleLeftPush '
12
12
/>
13
13
< ComponentExample
14
14
title = 'Right Push'
15
15
description = 'Sidebar attached to the right of the pushable container pushing the pusher.'
16
- examplePath = 'modules/Sidebar/Push/SidebarRightPush '
16
+ examplePath = 'modules/Sidebar/Push/SidebarExampleRightPush '
17
17
/>
18
18
< ComponentExample
19
19
title = 'Top Push'
20
20
description = 'Sidebar attached to the top of the pushable container pushing the pusher.'
21
- examplePath = 'modules/Sidebar/Push/SidebarTopPush '
21
+ examplePath = 'modules/Sidebar/Push/SidebarExampleTopPush '
22
22
/>
23
23
< ComponentExample
24
24
title = 'Bottom Push'
25
25
description = 'Sidebar attached to the bottom of the pushable container pushing the pusher.'
26
- examplePath = 'modules/Sidebar/Push/SidebarBottomPush '
26
+ examplePath = 'modules/Sidebar/Push/SidebarExampleBottomPush '
27
27
/>
28
28
</ ExampleSection >
29
29
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,22 +8,22 @@ const SidebarVariationsExamples = () => (
8
8
< ComponentExample
9
9
title = 'Left Scale Down'
10
10
description = 'Sidebar attached to the left of the pushable container scaling down the pusher.'
11
- examplePath = 'modules/Sidebar/ScaleDown/SidebarLeftScaleDown '
11
+ examplePath = 'modules/Sidebar/ScaleDown/SidebarExampleLeftScaleDown '
12
12
/>
13
13
< ComponentExample
14
14
title = 'Right Scale Down'
15
15
description = 'Sidebar attached to the right of the pushable container scaling down the pusher.'
16
- examplePath = 'modules/Sidebar/ScaleDown/SidebarRightScaleDown '
16
+ examplePath = 'modules/Sidebar/ScaleDown/SidebarExampleRightScaleDown '
17
17
/>
18
18
< ComponentExample
19
19
title = 'Top Scale Down'
20
20
description = 'Sidebar attached to the top of the pushable container scaling down the pusher.'
21
- examplePath = 'modules/Sidebar/ScaleDown/SidebarTopScaleDown '
21
+ examplePath = 'modules/Sidebar/ScaleDown/SidebarExampleTopScaleDown '
22
22
/>
23
23
< ComponentExample
24
24
title = 'Bottom Scale Down'
25
25
description = 'Sidebar attached to the bottom of the pushable container scaling down the pusher.'
26
- examplePath = 'modules/Sidebar/ScaleDown/SidebarBottomScaleDown '
26
+ examplePath = 'modules/Sidebar/ScaleDown/SidebarExampleBottomScaleDown '
27
27
/>
28
28
</ ExampleSection >
29
29
)
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ const SidebarVariationsExamples = () => (
8
8
< ComponentExample
9
9
title = 'Left Slide Along'
10
10
description = 'Sidebar attached to the left of the pushable container sliding along the pusher.'
11
- examplePath = 'modules/Sidebar/SlideAlong/SidebarLeftSlideAlong '
11
+ examplePath = 'modules/Sidebar/SlideAlong/SidebarExampleLeftSlideAlong '
12
12
/>
13
13
< ComponentExample
14
14
title = 'Right Slide Along'
15
15
description = 'Sidebar attached to the right of the pushable container sliding along the pusher.'
16
- examplePath = 'modules/Sidebar/SlideAlong/SidebarRightSlideAlong '
16
+ examplePath = 'modules/Sidebar/SlideAlong/SidebarExampleRightSlideAlong '
17
17
/>
18
18
</ ExampleSection >
19
19
)
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ const SidebarVariationsExamples = () => (
8
8
< ComponentExample
9
9
title = 'Left Slide Out'
10
10
description = 'Sidebar attached to the left of the pushable container sliding out from the pusher.'
11
- examplePath = 'modules/Sidebar/SlideOut/SidebarLeftSlideOut '
11
+ examplePath = 'modules/Sidebar/SlideOut/SidebarExampleLeftSlideOut '
12
12
/>
13
13
< ComponentExample
14
14
title = 'Right Slide Out'
15
15
description = 'Sidebar attached to the right of the pushable container sliding out from the pusher.'
16
- examplePath = 'modules/Sidebar/SlideOut/SidebarRightSlideOut '
16
+ examplePath = 'modules/Sidebar/SlideOut/SidebarExampleRightSlideOut '
17
17
/>
18
18
</ ExampleSection >
19
19
)
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ const SidebarVariationsExamples = () => (
8
8
< ComponentExample
9
9
title = 'Left Uncover'
10
10
description = 'Sidebar attached to the left of the pushable container uncovering by the pusher.'
11
- examplePath = 'modules/Sidebar/Uncover/SidebarLeftUncover '
11
+ examplePath = 'modules/Sidebar/Uncover/SidebarExampleLeftUncover '
12
12
/>
13
13
< ComponentExample
14
14
title = 'Right Uncover'
15
15
description = 'Sidebar attached to the right of the pushable container uncovered by the pusher.'
16
- examplePath = 'modules/Sidebar/Uncover/SidebarRightUncover '
16
+ examplePath = 'modules/Sidebar/Uncover/SidebarExampleRightUncover '
17
17
/>
18
18
</ ExampleSection >
19
19
)
You can’t perform that action at this time.
0 commit comments