@gitlab/ui
Version:
GitLab UI Components
11 lines (7 loc) • 444 B
JavaScript
import examples from './examples';
var description = "### Single Stat\n\nThe single stat component is used to show a single value. The color of the meta icon / badge is determined by the **variant** prop, which can be one of \"success\", \"warning\", \"danger\", \"info\", \"neutral\" or \"muted\" (default).\n";
var single_stat_documentation = {
examples: examples,
description: description
};
export default single_stat_documentation;