https://github.com/janmalch/compose-textfieldsheet-demo
Trying to make ModalBottomSheet work with a BasicTextField ...
https://github.com/janmalch/compose-textfieldsheet-demo
Last synced: about 1 month ago
JSON representation
Trying to make ModalBottomSheet work with a BasicTextField ...
- Host: GitHub
- URL: https://github.com/janmalch/compose-textfieldsheet-demo
- Owner: JanMalch
- Created: 2024-03-13T20:15:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T20:25:11.000Z (about 1 year ago)
- Last Synced: 2024-03-13T21:32:09.162Z (about 1 year ago)
- Language: Kotlin
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compose TextFieldSheet Demo
_Trying to make ModalBottomSheet work with a BasicTextField ..._
See [`TextFieldSheet.kt`](app/src/main/java/io/github/janmalch/textfieldsheet/TextFieldSheet.kt) for implementation and [`MainActivity.kt`](app/src/main/java/io/github/janmalch/textfieldsheet/MainActivity.kt#L50) for usage.