Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/react-dates/react-dates
/ InfoPanelDecorator
Function
InfoPanelDecorator
stories/InfoPanelDecorator.js:28–35 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
26
};
27
28
export
default
function
InfoPanelDecorator(text) {
29
return
story => (
30
<div>
31
<InfoPanel text={text} />
32
{story()}
33
</div>
34
);
35
}
Callers
3
DayPickerRangeController.js
File · 0.85
PresetDateRangePicker.js
File · 0.85
DayPickerSingleDateController.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…