Skip to content

Instantly share code, notes, and snippets.

@MeoMix
Last active January 14, 2016 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MeoMix/465045c3c5793be56128 to your computer and use it in GitHub Desktop.
Save MeoMix/465045c3c5793be56128 to your computer and use it in GitHub Desktop.
.playlist {
}
.loading {
}
.error {
}
.details {
}
<div data-ui='loading' class='{{styles.loading}}'>
Loading playlist...
</div>
<div data-ui='error' class='{{styles.error}} is-hidden'>
Failed to load playlist. Sorry. :(
</div>
<div data-ui='details' class='{{styles.details}} is-hidden'>
<h2 data-ui='title'></h2>
<h4 data-ui='displayInfo'></h4>
<div data-region='playlistItems'></div>
<span data-region='button'></span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment