Component - Sharing and clipboard
This component lets users copy text to the clipboard and share text using the device's native sharing options. It has a text input, a button to copy the text, and a button to share the text.
This component lets users copy text to the clipboard and share text using the device's native sharing options. It has a text input, a button to copy the text, and a button to share the text.
View ├── TextInput ├── Button (Copy Text) └── Button (Share Text)