UNPKG

react-data-menu

Version:

Smart data-driven menu rendered in an overlay

11 lines (10 loc) 284 B
import React, { Component } from 'react'; export default class Svg extends Component { render() { return ( <svg x={this.props.top} width={this.props.width} height={this.props.height}> {this.props.children} </svg> ); } }