@gitlab/ui
Version:
GitLab UI Components
26 lines (23 loc) • 634 B
JavaScript
import ToggleDefaultExample from './toggle.default.example';
import ToggleDisabledExample from './toggle.disabled.example';
import ToggleLoadingExample from './toggle.loading.example';
var index = [{
name: 'Basic',
items: [{
id: 'toggle-default',
name: 'Default',
description: 'Default Toggle',
component: ToggleDefaultExample
}, {
id: 'toggle-disabled',
name: 'Disabled',
description: 'Disabled Toggle',
component: ToggleDisabledExample
}, {
id: 'toggle-loading',
name: 'Loading',
description: 'Loading Toggle',
component: ToggleLoadingExample
}]
}];
export default index;