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 >
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 >
6066< a href ="https://www.npmjs.com/package/data-context "> 'data-context'</ a > >
6167< a href ="https://www.npmjs.com/package/data-context-binding "> 'data-context-binding'</ a > >
0 commit comments