Skip to content

Commit

Permalink
feat(Example): add placeholder example
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Cesarato committed Nov 27, 2020
1 parent 7789079 commit 2d741b8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,13 @@ export default class App extends Component {
<Text style={styles.simbol}>$</Text>
</InputSpinner>
</View>
<View style={styles.col}>
<Text style={styles.text}>Placeholder</Text>
<InputSpinner
style={styles.spinner}
placeholder={"Placeholder"}
/>
</View>
<View style={styles.col}>
<Text style={styles.text}>Mixed</Text>
<InputSpinner
Expand All @@ -252,7 +259,6 @@ export default class App extends Component {
step={2}
rounded={false}
showBorder={true}
height={35}
editable={false}
onChange={(value) => {
this.setState({value: value});
Expand Down

0 comments on commit 2d741b8

Please sign in to comment.