Skip to content

Commit

Permalink
Docs(web-twig): Add ScrollView demo #DS-906
Browse files Browse the repository at this point in the history
- ScrollView demo in web-twig is now same as demo in web and web-react
  • Loading branch information
pavelklibani committed Sep 16, 2023
1 parent 8dd61f2 commit cfa683d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{% include '@components/ScrollView/stories/ScrollViewHorizontalBreakout.twig' %}
</DocsSection>

<DocsSection title="Overflow Decorators">
<DocsSection title="Scrolling Overflow Decorators">
{% include '@components/ScrollView/stories/ScrollViewOverflowDecorators.twig' %}
</DocsSection>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<h3>Borders</h3>

<div class="mb-1000" style="height: 160px">

<ScrollView
Expand All @@ -22,6 +24,8 @@
</p>
</ScrollView>

<h3>Borders and Shadows</h3>

<div class="mb-1000" style="height: 160px">

<ScrollView
Expand Down

0 comments on commit cfa683d

Please sign in to comment.