UNPKG

atomicreact

Version:

AtomicReact is a framework to build web apps with atomicity concept

68 lines (61 loc) 2.95 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>AtomicReact - A framework to build web apps with atomicity concept</title> <link rel="shortcut icon" type="image/png" href="https://raw.githubusercontent.com/Guihgo/AtomicReact/master/docs/assets/icon_xhdpi.png"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="description" content="AtomicReact is a framework to build web apps with atomicity concept"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <!-- Theme: Simple Dark --> <!-- <link rel="stylesheet" href="https://unpkg.com/docsify-themeable/dist/css/theme-simple-dark.css"> --> <link rel="stylesheet" href="./docsify/theme-simple-dark.css"> <!-- Place this tag in your head or just before your close body tag. --> <script async defer src="https://buttons.github.io/buttons.js"></script> <style type="text/css"> .app-name-link::after { content: 'AtomicReact'; color: #FF0; display: inline-block; transform: translate(5px, -50%); -webkit-transform: translate(5px, -50%); -o-transform: translate(5px, -50%); } </style> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-47407300-7"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-47407300-7'); </script> </head> <body> <div style="position: absolute; z-index: 100; top: 10px; right: 75px;"> <a class="github-button" href="https://github.com/Guihgo/AtomicReact/subscription" data-size="large" data-show-count="true" aria-label="Watch Guihgo/AtomicReact on GitHub">Watch</a> <a class="github-button" href="https://github.com/Guihgo/AtomicReact" data-size="large" data-show-count="true" aria-label="Star Guihgo/AtomicReact on GitHub">Star</a> <!-- <a class="github-button" href="https://github.com/Guihgo/AtomicReact/fork" data-size="large" data-show-count="true" aria-label="Fork Guihgo/AtomicReact on GitHub">Fork</a> --> </div> <div id="app"></div> <script> window.$docsify = { name: 'AtomicReact', repo: 'https://github.com/Guihgo/AtomicReact', logo: '/assets/icon_mdpi.png', loadSidebar: true, subMaxLevel: 3, coverpage: true, auto2top: true } </script> <!-- <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> --> <script src="./docsify/docsify.min.js"></script> <!-- docsify-themeable --> <script src="./docsify/docsify-themeable.min.js"></script> <!-- zoom-image plugin --> <script src="./docsify/zoom-image.min.js"></script> <!-- copy-code plugin --> <script src="./docsify/docsify-copy-code.min.js"></script> </body> </html>