📦️(react) export LabelledBox component
Allow to import LabelledBox component by consumers
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
337128d54f
commit
5b0d794217
5
.changeset/slick-lizards-clean.md
Normal file
5
.changeset/slick-lizards-clean.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@openfun/cunningham-react": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Export `LabelledBox` component
|
||||||
@@ -13,6 +13,7 @@ export * from "./components/Forms/Field";
|
|||||||
export * from "./components/Forms/FileUploader";
|
export * from "./components/Forms/FileUploader";
|
||||||
export * from "./components/Forms/Input";
|
export * from "./components/Forms/Input";
|
||||||
export * from "./components/Forms/Input/InputPassword";
|
export * from "./components/Forms/Input/InputPassword";
|
||||||
|
export * from "./components/Forms/LabelledBox";
|
||||||
export * from "./components/Forms/Radio";
|
export * from "./components/Forms/Radio";
|
||||||
export * from "./components/Forms/Select";
|
export * from "./components/Forms/Select";
|
||||||
export * from "./components/Forms/Switch";
|
export * from "./components/Forms/Switch";
|
||||||
|
|||||||
Reference in New Issue
Block a user