UNPKG

rstarter-supporthq

Version:

8 lines (7 loc) 206 B
import React from 'react'; const SectionHeader=(props)=>{ return <div style={{margin:"1rem 0 1rem 0",padding:".5rem "}}> <h6>{props.Title}</h6> </div> } export default SectionHeader;