project files
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
|
||||
const Subtitle = (props) => {
|
||||
return (
|
||||
<div className="section">
|
||||
<h3>Subtitle</h3>
|
||||
<input id="subtitle" className="inputField lg prefix" value={props.data.subtitle}
|
||||
onChange={event => props.handleDataChange('subtitle', event)} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Subtitle;
|
||||
Reference in New Issue
Block a user