(react) add Select component

Finally our powerful Select component is available to make great forms!
This commit is contained in:
Nathan Vasse
2023-05-05 16:04:50 +02:00
committed by NathanVss
parent 270484c0e7
commit 2ff5fc5d29
21 changed files with 2441 additions and 158 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
add Select component

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
add forwardRef to Button

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
create a generic LabelledBox