MCPcopy Create free account
hub / github.com/chakra-ui/panda / componentName

Method componentName

packages/core/src/jsx.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 get componentName() {
92 return `${capitalize(this.jsxFactory)}Component`
93 }
94
95 isJsxFactory = (name: string) => {
96 // `styled` -> true

Callers

nothing calls this directly

Calls 1

capitalizeFunction · 0.90

Tested by

no test coverage detected