PATH:
home
/
lab2454c
/
carbonbullionexchange.com
/
wp-content
/
plugins
/
elementor
/
app
/
assets
/
js
/
ui
/
modal
import { arrayToClassName } from '../../utils/utils'; export default function ModalSection( props ) { return ( <section className={ arrayToClassName( [ 'eps-modal__section', props.className ] ) }> { props.children } </section> ); } ModalSection.propTypes = { className: PropTypes.string, children: PropTypes.any, }; ModalSection.defaultProps = { className: '', };
[-] modal.scss
[edit]
[-] modal-section.js
[edit]
[+]
..
[-] modal.js
[edit]
[-] modal-tip.js
[edit]