UNPKG

generator-itworxhub

Version:

Tool to help the front-end developer at ITWORX HUB Team to save his time by scaffolding the repetitive tasks

12 lines (10 loc) 230 B
import React from 'react'; <% if(hasStyleSheet){ %> import styles from './styles.scss'; <% } %> export default function ({ children }) { return ( <div className='<%= componentName %>Container'> </div> ) }