MCPcopy Create free account
hub / github.com/Detaysoft/react-chat-elements / className

Function className

src/LocationMessage/LocationMessage.tsx:18–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 .replace('KEY', props.apiKey)
17 }
18 const className = () => {
19 var _className = classNames('rce-mbox-location', props.className)
20
21 if (props.text) {
22 _className = classNames(_className, 'rce-mbox-location-has-text')
23 }
24
25 return _className
26 }
27
28 return (
29 <div className='rce-container-lmsg'>

Callers 1

LocationMessageFunction · 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…