Implement loading body rows

This commit is contained in:
Brandon Millman
2018-06-26 15:01:20 -07:00
parent 6a39a69afe
commit f76c9bc226
4 changed files with 80 additions and 28 deletions

View File

@@ -15,6 +15,7 @@ export interface ContainerProps {
borderRadius?: StringOrNum;
maxWidth?: StringOrNum;
width?: StringOrNum;
height?: StringOrNum;
minHeight?: StringOrNum;
isHidden?: boolean;
className?: string;