20 lines
477 B
Markdown
20 lines
477 B
Markdown
<!---
|
|
This is the API of version 1.2.0
|
|
-->
|
|
|
|
# BasicTextField
|
|
|
|
BasicTextField can be used to insert text. See [TextField](../material/textfield.md) for a material version.
|
|
|
|
<p align="center">
|
|
<img src ="{{ site.images }}/foundation/basictextfield/basictextfield.png" />
|
|
</p>
|
|
|
|
```kotlin
|
|
--8<-- "foundation/basictextfield/BasicTextFieldDemo.kt:func"
|
|
```
|
|
|
|
-------------
|
|
## See also:
|
|
* [Full Example Code]({{ site.samplefolder }}/foundation/basictextfield/BasicTextFieldDemo.kt)
|