MCPcopy Index your code
hub / github.com/Lobos/react-ui / renderInline

Method renderInline

src/FormControl.js:237–244  ·  view source on GitHub ↗
(className)

Source from the content-addressed store, hash-verified

235 }
236
237 renderInline (className) {
238 className = classnames(className, getGrid(this.props.grid));
239 return (
240 <div style={this.props.style} className={className}>
241 {this.renderItems({grid: { width: 1 }, placeholder: this.props.placeholder || this.props.label})}
242 </div>
243 );
244 }
245
246 renderStacked (className) {
247 let labelClass = classnames('label', { required: this.props.required || this.required });

Callers 1

renderMethod · 0.95

Calls 2

renderItemsMethod · 0.95
getGridFunction · 0.90

Tested by

no test coverage detected