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

reactstrap #1

Open
sensen1991 opened this issue Jul 31, 2017 · 1 comment
Open

reactstrap #1

sensen1991 opened this issue Jul 31, 2017 · 1 comment

Comments

@sensen1991
Copy link

请问一下,reactstrap是干什么用的,百度了一下也没找到

@bbandydd
Copy link
Member

bbandydd commented Jul 31, 2017

您好,Reactstrap是一個UI Framework,官網在此:https://reactstrap.github.io/
它將Bootstrap做成React Component方便使用。
兩者使用差異如下:

// Bootstrap 4

<button type="button" class="btn btn-primary">Primary</button>
// Reactstrap
import { Button } from 'reactstrap';

<Button color="primary">primary</Button>

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