mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-17 04:09:48 +08:00
docs: Adding screenshots for TextInput (#233)
This commit is contained in:
committed by
Satyajit Sahoo
parent
7b08554fd8
commit
144388439d
BIN
docs/assets/screenshots/textinput.focused.png
Normal file
BIN
docs/assets/screenshots/textinput.focused.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
BIN
docs/assets/screenshots/textinput.unfocused.png
Normal file
BIN
docs/assets/screenshots/textinput.unfocused.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
@@ -69,6 +69,17 @@ type State = {
|
||||
/**
|
||||
* TextInputs allow users to input text.
|
||||
*
|
||||
* <div class="screenshots">
|
||||
* <div>
|
||||
* <img src="screenshots/textinput.unfocused.png" />
|
||||
* <span>Unfocused</span>
|
||||
* </div>
|
||||
* <div>
|
||||
* <img src="screenshots/textinput.focused.png" />
|
||||
* <span>Focused</span>
|
||||
* </div>
|
||||
* </div>
|
||||
*
|
||||
* ## Usage
|
||||
* ```js
|
||||
* class MyComponent extends React.Component {
|
||||
|
||||
Reference in New Issue
Block a user