Skip to content

Commit 242468e

Browse files
committed
v2.0
1 parent 05c9d8e commit 242468e

4 files changed

Lines changed: 33 additions & 19 deletions

File tree

README.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Table of contents</title>
4+
<title>Data Context Binding</title>
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css" />
77
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.bundle.min.js"></script>
@@ -30,12 +30,18 @@
3030
</head>
3131
<body>
3232
<div class="row w-100">
33+
<div class="col-12 text-center">
34+
<h1 id="data-context-binding">Data Context Binding</h1>
35+
<p>Simple and lightweight solution for binding data to DOM elements.<br>
36+
This manual is also available in <a href="https://manuel-lohmus.github.io/data-context-binding/README.html">HTML5</a>.</p>
37+
</div>
38+
</div>
39+
<div class="row w-100">
3340
<div class="col-lg-3 d-lg-inline">
3441
<div class="sticky-top overflow-auto vh-lg-100">
3542
<div id="list-headers" class="list-group mt-2 ms-lg-2 ms-4">
3643
<h4 id="table-of-contents">Table of contents</h4>
3744
<ul>
38-
<li><a href="#data-context-binding"><strong>Data Context Binding</strong></a></li>
3945
<li><a href="#introduction"><strong>Introduction</strong></a></li>
4046
<li><a href="#features"><strong>Features</strong></a></li>
4147
<li><a href="#testing"><strong>Testing</strong></a></li>
@@ -49,13 +55,13 @@ <h4 id="table-of-contents">Table of contents</h4>
4955

5056
<div class="col-lg-9 mt-2">
5157
<div class="ps-4 markdown-body" data-bs-spy="scroll" data-bs-target="#list-headers" data-bs-offset="0" tabindex="0">
52-
<h1 id="data-context-binding">Data Context Binding</h1>
53-
<p>Simple and lightweight solution for binding data to DOM elements.<br>
54-
This manual is also available in <a href="https://manuel-lohmus.github.io/data-context-binding/README.html">HTML5</a>.</p>
5558
<h2 id="introduction">Introduction</h2>
56-
<p>Data context binding library for browser.<br>
57-
This library is a simple and lightweight solution for binding data to DOM elements.<br>
58-
Used when building a <strong>single-page application</strong> (<strong>SPA</strong>), this library offers a modern approach.<br></p>
59+
<p>Data context binding library for browser.
60+
This library is a simple and lightweight solution for binding data to DOM elements.
61+
Used when building a <strong>single-page application</strong> (<strong>SPA</strong>), this library offers a modern approach.
62+
This module is part of the <a href="https://www.npmjs.com/package/conextra">'conextra'</a> framework,
63+
which is a simple and easy-to-use single-page application (SPA) framework.
64+
You have to try it! A different solution than MVC (model–view–controller).</p>
5965
<p><strong>frontend workflow</strong>: data &gt;
6066
<a href="https://www.npmjs.com/package/data-context">'data-context'</a> &gt;
6167
<a href="https://www.npmjs.com/package/data-context-binding">'data-context-binding'</a> &gt;

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1+
<div class="row w-100">
2+
<div class="col-12 text-center">
3+
4+
# Data Context Binding
5+
6+
Simple and lightweight solution for binding data to DOM elements.<br>
7+
This manual is also available in [HTML5](https://manuel-lohmus.github.io/data-context-binding/README.html).
18

9+
</div>
10+
</div>
211
<div class="row w-100">
312
<div class="col-lg-3 d-lg-inline">
413
<div class="sticky-top overflow-auto vh-lg-100">
514
<div id="list-headers" class="list-group mt-2 ms-lg-2 ms-4">
615

716
#### Table of contents
8-
- [**Data Context Binding**](#data-context-binding)
917
- [**Introduction**](#introduction)
1018
- [**Features**](#features)
1119
- [**Testing**](#testing)
@@ -20,16 +28,15 @@
2028
<div class="col-lg-9 mt-2">
2129
<div class="ps-4 markdown-body" data-bs-spy="scroll" data-bs-target="#list-headers" data-bs-offset="0" tabindex="0">
2230

23-
# Data Context Binding
24-
25-
Simple and lightweight solution for binding data to DOM elements.<br>
26-
This manual is also available in [HTML5](https://manuel-lohmus.github.io/data-context-binding/README.html).
2731

2832
## Introduction
2933

30-
Data context binding library for browser.<br>
31-
This library is a simple and lightweight solution for binding data to DOM elements.<br>
32-
Used when building a **single-page application** (**SPA**), this library offers a modern approach.<br>
34+
Data context binding library for browser.
35+
This library is a simple and lightweight solution for binding data to DOM elements.
36+
Used when building a **single-page application** (**SPA**), this library offers a modern approach.
37+
This module is part of the ['conextra'](https://www.npmjs.com/package/conextra) framework,
38+
which is a simple and easy-to-use single-page application (SPA) framework.
39+
You have to try it! A different solution than MVC (model–view–controller).
3340

3441
**frontend workflow**: data >
3542
['data-context'](https://www.npmjs.com/package/data-context) >

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "data-context-binding",
33
"description": "Simple and lightweight solution for binding data to DOM elements.",
4-
"version": "2.0.0-beta.10",
4+
"version": "2.0.0-rc.1",
55
"license": "MIT",
66
"keywords": [
7+
"conextra",
78
"data",
89
"context",
910
"binding",

0 commit comments

Comments
 (0)