Skip to content

Instantly share code, notes, and snippets.

@willpatera
Last active September 30, 2021 04:42
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 willpatera/40bcb0bdfdc2e1e44d7be8501f2b3cef to your computer and use it in GitHub Desktop.
Save willpatera/40bcb0bdfdc2e1e44d7be8501f2b3cef to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Test Sidebar</title>
<script src="https://integrations.missiveapp.com/missive.js"></script>
<link href="https://integrations.missiveapp.com/missive.css" rel="stylesheet">
</head>
<body>
<div id="component">
<span class="button button-async">
<span>Button</span>
<div class="loading-icon">
<i class="icon icon-circle" style="width: 24px; height: 24px;">
<svg style="width: 24px; height: 24px;">
<use xlink:href="#circle" />
</svg>
</i>
</div>
</span>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment