Skip to content

Commit

Permalink
Docs(web-twig): Add Dropdown demo #DS-895
Browse files Browse the repository at this point in the history
Dropdown demo in web-twig is now same as demo in web and web-react
  • Loading branch information
pavelklibani committed Sep 8, 2023
1 parent 8d89302 commit e987ea3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
Finibus quis imperdiet, semper imperdiet aliquam
</Button>
<Dropdown id="dropdownFullWidthModeAll" fullWidthMode="all">
<Dropdown id="dropdownFullWidthModeAll" fullWidthMode="all" placement="top-left">
<a href="#" class="d-flex mb-400">
<Icon name="info" UNSAFE_className="mr-400" />
<span>Information</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
Finibus quis imperdiet, semper imperdiet aliquam
</Button>
<Dropdown id="dropdownFullWidthModeMobile" fullWidthMode="mobile-only">
<Dropdown id="dropdownFullWidthModeMobile" fullWidthMode="mobile-only" placement="top-left">
<a href="#" class="d-flex mb-400">
<Icon name="info" UNSAFE_className="mr-400" />
<span>Information</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
<Dropdown id="dropdownLonger">
<a href="#" class="d-flex mb-400">
<Icon name="info" UNSAFE_className="mr-400" />
<span>Information</span>
<span>Bibendum aliquam, fusce integer sit amet congue non nulla aliquet enim</span>
</a>
<a href="#" class="d-flex mb-400">
<Icon name="link" UNSAFE_className="mr-400" />
<span>Bibendum aliquam, fusce integer sit amet congue non nulla aliquet enim</span>
<span>Nulla condimentum, purus commodo cursus non nulla rhoncus</span>
</a>
<a href="#" class="d-flex mb-400">
<Icon name="profile" UNSAFE_className="mr-400" />
<span>Profile</span>
<span>Mauris nunc, elementum enim in lacinia vitae quam placerat sem, euismod accumsan</span>
</a>
<a href="#" class="d-flex">
<Icon name="help" UNSAFE_className="mr-400" />
<span>Help</span>
<span>Donec dui, nunc dui vel varius libero molestie nibh nunc</span>
</a>
</Dropdown>
</DropdownWrapper>

0 comments on commit e987ea3

Please sign in to comment.