Last active
November 25, 2016 13:28
-
-
Save zikosichi/3565ce336f1ba8d6fb7083067672f44e to your computer and use it in GitHub Desktop.
This file contains 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
<!-- Key component --> | |
<div class="hv-item"> | |
<div class="hv-item-parent"> | |
<p> This will be parent </p> | |
</div> | |
<div class="hv-item-children"> | |
<div class="hv-item-child"> | |
<p> child Item </p> | |
</div> | |
... | |
... | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment