diff --git a/packages/design-system-react-native/src/components/Textarea/README.md b/packages/design-system-react-native/src/components/Textarea/README.md new file mode 100644 index 000000000..6356e3edf --- /dev/null +++ b/packages/design-system-react-native/src/components/Textarea/README.md @@ -0,0 +1,149 @@ +# Textarea + +Textarea is a light-weight, controlled-only borderless multi-line text input component. + +```tsx +import { Textarea, TextVariant } from '@metamask/design-system-react-native'; + +