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

Method render

src/components/Ellipsis/index.js:6–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5class Ellipsis extends React.Component {
6 render() {
7 const { className, children } = this.props;
8
9 return (
10 <span className={classes(styles.ellipsis, className)}>
11 {children}
12 </span>
13 );
14 }
15}
16
17export default Ellipsis;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected