UNPKG

framework-entersol-web

Version:

Framework based on bootstrap 5

12 lines (9 loc) 211 B
import React from "react"; export default class Hero extends React.Component { static jsClass = 'Hero'; render() { return <div style={{ height: '100vh' }}> {this.props.children} </div> } }