Entwicklerportal
CodeGewölbe
Kostenlose Sammlung für Entwickler, Admins und Website-Betreiber: Snippets, VelinStyle-Komponenten, VelinScript-Automationen und Security-Rezepte — copy-paste-fertig.
App Chrome Blueprint
Was bekomme ich?
HTML
App-Shell Layout (Blueprint app-chrome).
Fortgeschritten
5 Min.
Code
<div class="velin-app-shell">
<aside class="velin-app-shell__nav">Nav</aside>
<main class="velin-app-shell__main">
<header class="velin-app-shell__bar">Titel</header>
<div class="velin-app-shell__content">Inhalt</div>
</main>
</div>