carbon-components
Version:
The Carbon Design System is IBM’s open-source design system for products and experiences.
17 lines (12 loc) • 487 B
HTML
<!--
Copyright IBM Corp. 2016, 2018
This source code is licensed under the Apache-2.0 license found in the
LICENSE file in the root directory of this source tree.
-->
<div data-loading class="bx--loading bx--loading--small">
<svg class="bx--loading__svg" viewBox="0 0 100 100">
<title>Loading</title>
<circle class="bx--loading__background" cx="50%" cy="50%" r="42" />
<circle class="bx--loading__stroke" cx="50%" cy="50%" r="42" />
</svg>
</div>