We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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是干什么用的,百度了一下也没找到
The text was updated successfully, but these errors were encountered:
您好,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>
Sorry, something went wrong.
No branches or pull requests
请问一下,reactstrap是干什么用的,百度了一下也没找到
The text was updated successfully, but these errors were encountered: