docs: Adding screenshots for TextInput (#233)

This commit is contained in:
K. P. Sroka
2018-02-06 16:56:26 +01:00
committed by Satyajit Sahoo
parent 7b08554fd8
commit 144388439d
3 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -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 {