UNPKG

@episodeyang/react-prosemirror

Version:

a template for react es6 components. Contains webpack configuration and document generator.

32 lines (31 loc) 1.33 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>React ES6 Component Template</title> <link rel="stylesheet" href="https://highlightjs.org/static/demo/styles/tomorrow.css"> <link rel="stylesheet" href="index.css"> <link rel="stylesheet" href="typesetting-basic.css"> <link rel="stylesheet" href="example.css"> <link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'> </head> <body class="flex-column fixed-height"> <div class="layout-container flex-fixed"> <div class="flex-row"> <a class="brand flex-fixed" style="font-size: 24px" href="http://www.episodeyang.com/react-es6-template"> Docgen Template </a> <div class="flex-fluid"></div> <a class="menu-item flex-fixed" href="https://github.com/episodeyang/react-prosemirror/issues">Issue Tracker</a> <a class="menu-item flex-fixed" href="https://github.com/episodeyang/react-prosemirror">Repository</a> </div> </div> <div class="layout-container flex-fluid vertical-scroll"> <article id="readme-container" style="padding-top: 30px"></article> </div> <script src="vendor.js"></script> <script src="app.js"></script> </body> </html>