MCPcopy Index your code
hub / github.com/react-dates/react-dates / monospace

Function monospace

stories/InfoPanelDecorator.js:4–6  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

2import PropTypes from 'prop-types';
3
4export function monospace(text) {
5 return `<span style="font-family:monospace;background:#f7f7f7">${text}</span>`;
6}
7
8function InfoPanel({ text }) {
9 return (

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…