text #reactstrap
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text #reactstrap相关的知识,希望对你有一定的参考价值。
import React from 'react';
import { Button, Form, FormGroup, Label, Input } from 'reactstrap';
function Form1(props) {
return (
<div>
<Form inline>
<FormGroup className="mb-2 mr-sm-2 mb-sm-0">
<Label for="exampleEmail" className="mr-sm-2">Email</Label>
<Input type="email" name="email" id="exampleEmail" placeholder="something@idk.cool" />
</FormGroup>
<FormGroup className="mb-2 mr-sm-2 mb-sm-0">
<Label for="examplePassword" className="mr-sm-2">Password</Label>
<Input type="password" name="password" id="examplePassword" placeholder="don't tell!" />
</FormGroup>
<Button>Login</Button>
<Button>Sign UP</Button>
</Form>
</div>
);
};
export default Form1;
以上是关于text #reactstrap的主要内容,如果未能解决你的问题,请参考以下文章
text #reactstrap #navbar
text #reactstrap #modal
text #reactstrap #jumbotron
text #reactstrap
text #reactstrap #bootstrap #react
在 Reactstrap 表中设置固定宽度