UNPKG

react-inline-confirm

Version:

A simple react component that allows you to get a confirmation of action from the user before executing an action.

18 lines (17 loc) 630 B
<!DOCTYPE html> <html> <head> <title>React Inline Confirm</title> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" /> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" /> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> <body> <div id="demoApp"> <div class="container well" style="margin-top: 50px">Loading documentation...</div> </div> <script src="build.js"></script> </body> </html>