diff --git a/.changeset/ninety-eggs-cross.md b/.changeset/ninety-eggs-cross.md new file mode 100644 index 000000000..44faa114d --- /dev/null +++ b/.changeset/ninety-eggs-cross.md @@ -0,0 +1,5 @@ +--- +"@openfun/cunningham-react": minor +--- + +add TextArea component diff --git a/packages/react/src/components/Forms/Examples/index.stories.tsx b/packages/react/src/components/Forms/Examples/index.stories.tsx index c739b3b04..9dcdfa549 100644 --- a/packages/react/src/components/Forms/Examples/index.stories.tsx +++ b/packages/react/src/components/Forms/Examples/index.stories.tsx @@ -8,6 +8,7 @@ import { Select } from ":/components/Forms/Select"; import { FileUploader } from ":/components/Forms/FileUploader"; import { Switch } from ":/components/Forms/Switch"; import { Radio } from ":/components/Forms/Radio"; +import { TextArea } from ":/components/Forms/TextArea"; export default { title: "Components/Forms/Examples", @@ -106,6 +107,9 @@ export const Application = () => { accept="application/pdf" /> +
+