MCPcopy Create free account
hub / github.com/PaulleDemon/PyUIBuilder / renderContent

Method renderContent

src/frameworks/customtk/widgets/input.js:65–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 renderContent(){
66 return (
67 <div className="tw-w-flex tw-flex-col tw-w-full tw-h-full tw-rounded-md tw-overflow-hidden">
68 <div className="tw-p-2 tw-w-full tw-h-full tw-flex tw-place-items-center"
69 ref={this.styleAreaRef}
70 style={this.getInnerRenderStyling()}>
71 <div className="tw-text-sm tw-text-gray-300">
72 {this.getAttrValue("placeHolder")}
73 </div>
74 </div>
75 </div>
76 )
77 }
78
79}
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected