Adding CallOut Component and tests

This commit is contained in:
Belen Curcio
2018-08-03 09:24:48 -03:00
parent c21b8a044e
commit 15865d1db2
8 changed files with 143 additions and 1 deletions
@@ -23,7 +23,7 @@ export interface ValidationMessageProps {
*/
color?: "regular" | "error";
/*
* If set renders a full width button
* If set renders a full width message
*/
fullWidth?: boolean;
}