Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make Label and Input in vertical view (column) #79

Open
jjarmae opened this issue Feb 16, 2018 · 1 comment
Open

How to make Label and Input in vertical view (column) #79

jjarmae opened this issue Feb 16, 2018 · 1 comment

Comments

@jjarmae
Copy link

jjarmae commented Feb 16, 2018

https://uppic.cc/v/y7k

@aquacash5
Copy link

You use inlineLabel.

true for horizontal (default), false for vertical

<FormGroup inlineLabel={false}>
    <Label>First name</Label>
    <Input placeholder="Esben" onChangeText={this.onFirstNameChange} />
</FormGroup>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants