MCPcopy
hub / github.com/quasarframework/quasar / createComponent

Function createComponent

ui/src/utils/private.create/create.js:4–6  ·  view source on GitHub ↗
(raw)

Source from the content-addressed store, hash-verified

2import { injectProp } from '../private.inject-obj-prop/inject-obj-prop.js'
3
4export function createComponent(raw) {
5 return markRaw(defineComponent(raw))
6}
7export function createDirective(raw) {
8 return markRaw(raw)
9}

Callers 15

QPageContainer.jsFile · 0.90
QPage.jsFile · 0.90
QSplitter.jsFile · 0.90
QLayout.jsFile · 0.90
QResponsive.jsFile · 0.90
QList.jsFile · 0.90
QItemSection.jsFile · 0.90
QItem.jsFile · 0.90
QItemLabel.jsFile · 0.90
QTooltip.jsFile · 0.90
QBanner.jsFile · 0.90
QToolbar.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…