UNPKG

@gitlab/ui

Version:
20 lines (17 loc) 434 B
import ToastDefaultExample from './toast.default.example'; import ToastActionExample from './toast.action.example'; var index = [{ 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 }] }]; export default index;