@gitlab/ui
Version:
GitLab UI Components
16 lines (14 loc) • 318 B
JavaScript
import description from './avatar_labeled.md';
import examples from './examples';
export default {
followsDesignSystem: true,
description,
examples,
slots: [
{
name: 'meta',
description:
'Meta data to add to the avatar. Generally used for badges or user status emoji.',
},
],
};