PATH:
home
/
lab2454c
/
carbonbullionexchange.com
/
wp-content
/
plugins
/
elementor
/
app
/
assets
/
js
/
ui
/
panel
import { arrayToClassName } from 'elementor-app/utils/utils.js'; import Card from 'elementor-app/ui/card/card'; export default function PanelHeadline( props ) { return ( <Card.Headline className={ arrayToClassName( [ 'eps-panel__headline', props.className ] ) }> { props.children } </Card.Headline> ); } PanelHeadline.propTypes = { className: PropTypes.string, children: PropTypes.any.isRequired, }; PanelHeadline.defaultProps = { className: '', };
[+]
..
[-] panel.scss
[edit]
[-] panel-header.js
[edit]
[-] panel.js
[edit]
[-] panel-body.js
[edit]
[-] panel-headline.js
[edit]