@gitlab/ui
Version:
GitLab UI Components
23 lines (20 loc) • 681 B
JavaScript
import SearchBoxByClickDefaultExample from './search_box_by_click.default.example';
import SearchBoxByClickHistoryExample from './search_box_by_click.history.example';
import SearchBoxByClickVModelExample from './search_box_by_click.v_model.example';
var index = [{
name: 'Search Box By Click',
items: [{
id: 'search-box-by-click',
name: 'default',
component: SearchBoxByClickDefaultExample
}, {
id: 'search-box-by-click-v-model',
name: 'Using v-model',
component: SearchBoxByClickVModelExample
}, {
id: 'search-box-by-click-with-history',
name: 'with history',
component: SearchBoxByClickHistoryExample
}]
}];
export default index;