David Mbwana
David Mbwana

Reputation: 57

How to automatically launch bootstrap modal in react

I need to launch a modal in react after a certain number of seconds. How do I go about this?

Upvotes: 0

Views: 46

Answers (1)

Wicak
Wicak

Reputation: 409

You can use ReactStrap to implement bootstrap to react project

https://reactstrap.github.io/components/modals/

Upvotes: 1

Related Questions