UNPKG

es6-react-admin-lte

Version:

An AdminLTE Template made to use as React components.

50 lines (49 loc) 2.7 kB
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>AdminLTE | Starter</title> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Add in your Bootstrap, Font Awesome, jQuery, and other frameworks --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" /> <link rel="stylesheet" href="./node_modules/jvectormap-next/jquery-jvectormap.css" /> <!-- Theme styles includes all skins for AdminLTE, the main AdminLTE css --> <link rel="stylesheet" href="./dist/css/es6-react-admin-lte.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <script src="./node_modules/react/umd/react.development.js"></script> <script src="./node_modules/react-dom/umd/react-dom.development.js"></script> <!-- NOTE: jVectorMap, and its map files should be pulled in to use the Map Chart functionality --> <script src="./node_modules/jvectormap-next/jquery-jvectormap.min.js"></script> <script src="./node_modules/jvectormap-next/tests/assets/jquery-jvectormap-world-mill-en.js"></script> </head> <!-- BODY TAG OPTIONS: ================= Apply one or more of the following classes to get the desired effect |---------------------------------------------------------| | SKINS | skin-blue | | | skin-black | | | skin-black-light | | | skin-purple | | | skin-yellow | | | skin-red | | | skin-green | |---------------------------------------------------------| |LAYOUT OPTIONS | fixed | | | layout-boxed | | | layout-top-nav | | | sidebar-collapse | | | sidebar-mini | |---------------------------------------------------------| --> <body class="skin-blueby sidebar-mini"> <div id="template-example"></div> <!-- Example JS File --> <script src="./dist/examples/example-dashboard.js"></script> </body> </html>