Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/flyfloor/react-component
/
Class
demo/example/TooltipDemo.jsx:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import {Tooltip} from
'./index.js'
;
3
4
export default class TooltipDemo extends React.Component {
5
render() {
6
const contentNode = <p>Some basic component</p>;
7
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected