Created
March 29, 2021 07:41
-
-
Save salmanyaqoob/d009613b658a641cb54d440d6de39396 to your computer and use it in GitHub Desktop.
Compass UI
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
| <stack class="compass-container" if="{{isLocationLoading === false && isLocationError === false}}"> | |
| <stack class="compass" style="transform:{{compass_transform}}"> | |
| <div class="needle" style="transform:{{needle_transform}}"> | |
| <image src="/common/images/needle.png"></image> | |
| </div> | |
| <div class="compass" > | |
| <image src="/common/images/compass.png"></image> | |
| </div> | |
| </stack> | |
| <div class="qibla_style"> | |
| <image src="/common/images/qibla.png"></image> | |
| </div> | |
| </stack> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment