MCPcopy Create free account
hub / github.com/algorithm-visualizer/algorithm-visualizer / render

Method render

src/components/Divider/index.js:30–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 render() {
31 const { className, horizontal } = this.props;
32
33 return (
34 <div className={classes(styles.divider, horizontal ? styles.horizontal : styles.vertical, className)}
35 onMouseDown={this.handleMouseDown} />
36 );
37 }
38}
39
40export default Divider;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected