‘; export default class TitleGenerator extends React.Component { static propTypes = { onChange: PropTypes.func.isRequired, value: PropTypes.string, ofLength: PropTypes.string, minWords: PropTypes.string, maxWords: PropTypes.string } static defaultProps = { value: ”, ofLength: ‘100’, minWords: ‘5’, maxWords: ’10’ } constructor (props) { super(props); this.generate = this

Go to top
Facebook
Twitter
Pinterest0
Linkedin0
Weibo0
Whatsapp0
Amazon0
Telegram0