MCPcopy Create free account
hub / github.com/parse-community/parse-dashboard / FormButton

Function FormButton

src/components/FormButton/FormButton.react.js:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import styles from 'components/FormButton/FormButton.scss';
11
12const FormButton = props => (
13 <div className={styles.input}>
14 <Button {...props} primary={true} width="80%" />
15 </div>
16);
17
18const { ...otherPropTypes } = Button.propTypes;
19FormButton.propTypes = otherPropTypes;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected