📦️(react) export LabelledBox component

Allow to import LabelledBox component by consumers
This commit is contained in:
jbpenrath
2025-07-23 16:38:48 +02:00
committed by Jean-Baptiste PENRATH
parent 337128d54f
commit 5b0d794217
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
Export `LabelledBox` component

View File

@@ -13,6 +13,7 @@ export * from "./components/Forms/Field";
export * from "./components/Forms/FileUploader";
export * from "./components/Forms/Input";
export * from "./components/Forms/Input/InputPassword";
export * from "./components/Forms/LabelledBox";
export * from "./components/Forms/Radio";
export * from "./components/Forms/Select";
export * from "./components/Forms/Switch";