@gitlab/ui
Version:
GitLab UI Components
20 lines (16 loc) • 401 B
JavaScript
import examples from './examples';
var description = "#### Under the hood\nSkeleton loading uses CSS to display the loading animation.\n";
var skeleton_loading_documentation = {
description: description,
examples: examples,
propsInfo: {
lines: {
validation: {
type: 'range',
min: 1,
max: 3
}
}
}
};
export default skeleton_loading_documentation;