feat(FluidForm): add base component

This commit is contained in:
josefaidt 2020-09-29 14:55:53 -05:00
commit 2f424888dd

View file

@ -34,6 +34,7 @@ export {
Filename, Filename,
} from "./FileUploader"; } from "./FileUploader";
export { Form } from "./Form"; export { Form } from "./Form";
export { FluidForm } from "./FluidForm";
export { FormGroup } from "./FormGroup"; export { FormGroup } from "./FormGroup";
export { FormItem } from "./FormItem"; export { FormItem } from "./FormItem";
export { FormLabel } from "./FormLabel"; export { FormLabel } from "./FormLabel";