@gitlab/ui
Version:
GitLab UI Components
12 lines (8 loc) • 832 B
JavaScript
import examples from './examples';
var description = "## Under the hood\nLoading icon uses pure css to render a spinner.\n\n## Additional notes\n> The previous version of this loading icon made use of the size property with a numeric value between `1` and `5`. Going forward, the size options are being deprecated and the use of `sm`, `md`, `lg`, and `xl` are required.\n\n> For future reference, here's the previous size mapping used:\n> * size of 1 (which was 14px) is converted to sm (which is 16px)\n> * size of 2 or 3 (which was 28px or 42px) is converted to lg (which is 32px)\n> * size of 4 or 5 (which was 56px or 70px) is to converted to xl (which is 64px)\n";
var loading_icon_documentation = {
followsDesignSystem: true,
description: description,
examples: examples
};
export default loading_icon_documentation;