Created
October 21, 2017 18:11
-
-
Save JitendraZaa/85d14679a6c51ebf66b78896a041aa34 to your computer and use it in GitHub Desktop.
Create Breadcrumb Or Chevron Control in Flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div> | |
| <a href="/flow/Breadcrumb?stepNumber=1" target="_self"> | |
| <img src="/resource/1507766397000/ChevronImages/Page1Blue.png" alt="Page1" style="width:100px;height:40px;" /> | |
| </a> | |
| <a href="/flow/Breadcrumb?stepNumber=2" target="_self"> | |
| <img src="/resource/1507766397000/ChevronImages/Page2Gray.png" alt="Page2" style="width:100px;height:40px;margin-left:-20px;" /> | |
| </a> | |
| <a href="/flow/Breadcrumb?stepNumber=3" target="_self"> | |
| <img src="/resource/1507766397000/ChevronImages/Page3Gray.png" alt="Page3" style="width:100px;height:40px;margin-left:-20px;" /> | |
| </a> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div> | |
| <a href="/flow/Breadcrumb?stepNumber=1" target="_self"> | |
| <img src="/resource/1507766397000/ChevronImages/Page1Gray.png" alt="Page1" style="width:100px;height:40px;" /> | |
| </a> | |
| <a href="/flow/Breadcrumb?stepNumber=2" target="_self"> | |
| <img src="/resource/1507766397000/ChevronImages/Page2Blue.png" alt="Page2" style="width:100px;height:40px;margin-left:-20px;" /> | |
| </a> | |
| <a href="/flow/Breadcrumb?stepNumber=3" target="_self"> | |
| <img src="/resource/1507766397000/ChevronImages/Page3Gray.png" alt="Page3" style="width:100px;height:40px;margin-left:-20px;" /> | |
| </a> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div> | |
| <a href="/flow/Breadcrumb?stepNumber=1" target="_self"> | |
| <img src="/resource/1507766397000/ChevronImages/Page1Gray.png" alt="Page1" style="width:100px;height:40px;" /> | |
| </a> | |
| <a href="/flow/Breadcrumb?stepNumber=2" target="_self"> | |
| <img src="/resource/1507766397000/ChevronImages/Page2Gray.png" alt="Page2" style="width:100px;height:40px;margin-left:-20px;" /> | |
| </a> | |
| <a href="/flow/Breadcrumb?stepNumber=3" target="_self"> | |
| <img src="/resource/1507766397000/ChevronImages/Page3Blue.png" alt="Page3" style="width:100px;height:40px;margin-left:-20px;" /> | |
| </a> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment