mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
feat(FluidForm): add base component
This commit is contained in:
parent
04443c5833
commit
2f424888dd
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue