feat: add Grid component

This commit is contained in:
Eric Liu 2020-07-21 07:46:54 -07:00
commit f9f58999b2
7 changed files with 341 additions and 0 deletions

View file

@ -37,6 +37,7 @@ export { Form } from "./Form";
export { FormGroup } from "./FormGroup";
export { FormItem } from "./FormItem";
export { FormLabel } from "./FormLabel";
export { Grid, Row, Column } from "./Grid";
export { Icon, IconSkeleton } from "./Icon";
export { InlineLoading } from "./InlineLoading";
export { Link } from "./Link";