MCPcopy Create free account
hub / github.com/docker/getting-started / InputGroup_InputGroupRadio

Function InputGroup_InputGroupRadio

app/src/static/js/react-bootstrap.js:13153–13169  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

13151};
13152
13153var InputGroup_InputGroupRadio = function InputGroupRadio(props) {
13154 return external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(InputGroupText, {
13155 __source: {
13156 fileName: InputGroup_jsxFileName,
13157 lineNumber: 67
13158 },
13159 __self: this
13160 }, external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("input", _extends({
13161 type: "radio"
13162 }, props, {
13163 __source: {
13164 fileName: InputGroup_jsxFileName,
13165 lineNumber: 68
13166 },
13167 __self: this
13168 })));
13169};
13170
13171var DecoratedInputGroup = createBootstrapComponent(InputGroup_InputGroup, 'input-group');
13172DecoratedInputGroup.Text = InputGroupText;

Callers

nothing calls this directly

Calls 1

_extendsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…