UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

25 lines (24 loc) 971 B
import normalizeComponent from "../../_virtual/_plugin-vue2_normalizer.js"; import DtListItem from "../list_item/list_item.vue.js"; import DtSkeleton from "../skeleton/skeleton.vue.js"; const _sfc_main = { name: "ComboboxLoadingList", components: { DtListItem, DtSkeleton } }; var _sfc_render = function render() { var _vm = this, _c = _vm._self._c; return _c("ol", { staticClass: "d-combobox__loading-list", attrs: { "aria-busy": "true" } }, _vm._l(7, function(index) { return _c("dt-list-item", { key: index, attrs: { "role": "option", "navigation-type": "none" } }, [_c("dt-skeleton", { attrs: { "text-option": { type: "body" }, "offset": 0 } })], 1); }), 1); }; var _sfc_staticRenderFns = []; var __component__ = /* @__PURE__ */ normalizeComponent( _sfc_main, _sfc_render, _sfc_staticRenderFns ); const ComboboxLoadingList = __component__.exports; export { ComboboxLoadingList as default }; //# sourceMappingURL=combobox_loading-list.vue.js.map