|
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | | - <title>CoCreate-boilerplate Documentation | CoCreateJS </title> |
| 7 | + <title>CoCreate-dashboard Documentation | CoCreateJS </title> |
8 | 8 | <link rel="icon" type="image/png" sizes="32x32" href="https://cocreate.app/images/favicon.ico"> |
9 | 9 | <meta name="description" content="A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable." /> |
10 | 10 | <meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" /> |
|
28 | 28 | </head> |
29 | 29 |
|
30 | 30 | <body> |
31 | | - <div data-collection="" data-document_id="" name="" id="cocreate-boilerplate" class="padding:15px"> |
| 31 | + <div data-collection="" data-document_id="" name="" id="cocreate-dashboard" class="padding:15px"> |
32 | 32 | <div class="display:flex flex-wrap:wrap justify-content:space-between"> |
33 | 33 | <div class="display:flex align-items:center"> |
34 | | - <h2>CoCreate-boilerplate</h2> |
| 34 | + <h2>CoCreate-dashboard</h2> |
35 | 35 | </div> |
36 | 36 | <div class="display:flex align-items:center font-size:20px social_share" data-height="600" data-width="500" data-media="https://via.placeholder.com/300/09f/fff.png"> |
37 | | - <a href="https://github.com/CoCreate-app/CoCreate-boilerplate" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a> |
| 37 | + <a href="https://github.com/CoCreate-app/CoCreate-dashboard" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a> |
38 | 38 | <a class="margin-right:15px share" data-network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a> |
39 | 39 | <a class="margin-right:15px share" data-network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a> |
40 | 40 | <a class="margin-right:15px share" data-network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a> |
41 | 41 | <a class="margin-right:15px share" data-network='share' title="Share on share"><i class="fas fa-share-alt"></i></a> |
42 | 42 | </div> |
43 | 43 | </div> |
44 | 44 | <p class="max-width:500px margin:20px_0px">A simple HTML5, CSS and pure javascript component. Easy configuration using data-attributes and highly styleable.</p> |
45 | | - <div id="boilerplate-section" class="display:flex flex-wrap:wrap"> |
| 45 | + <div id="dashboard-section" class="display:flex flex-wrap:wrap"> |
46 | 46 | <div class="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px"> |
47 | 47 |
|
48 | 48 | <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Install</h2> |
49 | | - <pre><code class="language-javascript">npm install cocreate-boilerplate</code></pre> |
| 49 | + <pre><code class="language-javascript">npm install cocreate-dashboard</code></pre> |
50 | 50 | <p class="padding:10px_0px">Or you can use cdn link:</p> |
51 | | - <pre><code class="language-javascript">https://cdn.cocreate.app/CoCreate-boilerplate.min.js</code></pre> |
| 51 | + <pre><code class="language-javascript">https://cdn.cocreate.app/CoCreate-dashboard.min.js</code></pre> |
52 | 52 |
|
53 | 53 | <h2 class="border-bottom:1px_solid_lightgrey margin-top:80px padding:5px_0px">Usage</h2> |
54 | 54 | <div class=""> |
55 | | - <p class="padding:10px_0px">This is boilerplate reference</p> |
| 55 | + <p class="padding:10px_0px">This is dashboard reference</p> |
56 | 56 |
|
57 | 57 | <div class="flex-grow:1 min-width:300px width:100%"> |
58 | 58 | <pre> |
59 | 59 | <code><div></div></code> |
60 | 60 | </pre> |
61 | 61 | </div> |
62 | | - <p class="padding:10px_0px">This is boilerplate reference</p> |
63 | | - <p class="padding:10px_0px">This is boilerplate reference</p> |
| 62 | + <p class="padding:10px_0px">This is dashboard reference</p> |
| 63 | + <p class="padding:10px_0px">This is dashboard reference</p> |
64 | 64 | </div> |
65 | 65 | <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Attributes</h2> |
66 | 66 | <ul class="list-style-type:none "> |
67 | 67 | <li class="padding:15px_0px border-bottom:1px_solid_lightgrey"> |
68 | | - <h4><span>data-boilerplate</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4> |
69 | | - <p>boilerplate-attribute</p> |
| 68 | + <h4><span>data-dashboard</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4> |
| 69 | + <p>dashboard-attribute</p> |
70 | 70 | </li> |
71 | 71 | <li class="padding:15px_0px border-bottom:1px_solid_lightgrey"> |
72 | | - <h4><span>data-boilerplate</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4> |
73 | | - <p>boilerplate-attribute</p> |
| 72 | + <h4><span>data-dashboard</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4> |
| 73 | + <p>dashboard-attribute</p> |
74 | 74 | </li> |
75 | 75 | </ul> |
76 | 76 | </div> |
|
0 commit comments