UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

8 lines (6 loc) 170 B
import React from 'react'; export default class Link extends React.Component { render() { return <a href={this.props.page || '#'}>{this.props.children}</a>; } }