Merge branch 'next' into auth-skeleton

This commit is contained in:
Chi Vinh Le
2018-08-08 17:20:24 +02:00
28 changed files with 318 additions and 80 deletions
@@ -11,6 +11,10 @@ import * as styles from "./Button.css";
// This should extend from BaseButton instead but we can't because of this bug
// TODO: add bug link.
interface InnerProps extends ButtonHTMLAttributes<HTMLButtonElement> {
/** If set renders an anchor tag instead */
anchor?: boolean;
href?: string;
target?: string;
/**
* This prop can be used to add custom classnames.
* It is handled by the `withStyles `HOC.