const NavInput = ({ className, ...props }) => (
  <TextInput className={cx(className, styles.input)} {...props} />
);