@gitlab/ui
Version:
GitLab UI Components
23 lines (21 loc) • 495 B
JavaScript
import ToastActionExample from './toast.action.example.vue';
import ToastDefaultExample from './toast.default.example.vue';
export default [
{
name: 'Basic',
items: [
{
id: 'toast-default',
name: 'Default',
description: 'Default Toast',
component: ToastDefaultExample,
},
{
id: 'toast-action',
name: 'Action',
description: 'Toast with an Action',
component: ToastActionExample,
},
],
},
];