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

Method renderContent

src/frameworks/tkinter/widgets/input.js:139–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 }
138
139 renderContent(){
140 return (
141 <div className="tw-w-flex tw-flex-col tw-w-full tw-h-full tw-rounded-md tw-overflow-hidden">
142 <div className="tw-p-2 tw-w-full tw-h-full tw-content-start "
143 ref={this.styleAreaRef}
144 style={this.getInnerRenderStyling()}>
145 <div className="tw-text-sm tw-text-gray-300">
146 {this.getAttrValue("placeHolder")}
147 </div>
148 </div>
149 </div>
150 )
151 }
152
153}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected