MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / renderCssSection

Function renderCssSection

src/components/code/CodeExample.jsx:116–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }, [usage, props, computedProps, componentName, demoOnlyProps]);
115
116 const renderCssSection = () =>
117 css && (
118 <>
119 <h2 className="demo-title">CSS</h2>
120 <CodeHighlighter snippetId="css" language="css" codeString={css} />
121 </>
122 );
123
124 return (
125 <>

Callers 1

CodeExampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected