Download Flutter SDK, extract the "Flutter" folder and put somewhere on your machine https://flutter.dev/docs/get-started/install
Add path for 'location/flutter/bin'
| <!-- Jedes Element bezieht sich mit dem Namen NUR auf das Mosul und nicht auf eventuelle Elternelemente. --> | |
| <div class="teaser"> | |
| <header class="teaser__headercontainer"> | |
| <h3 class="teaser__header">Überschrift</h3> | |
| </header> | |
| <div class="teaser__content"> | |
| <p>Lorem Dingenskirchen und so weiter, ihr wisst schon ....</p> | |
| </div> | |
| <footer class="teaser__footer"> | |
| <a href="linkziel.html" class="teaser__footerlink">weiterlesen ...</a> |
| # test |
Download Flutter SDK, extract the "Flutter" folder and put somewhere on your machine https://flutter.dev/docs/get-started/install
Add path for 'location/flutter/bin'
| // iFrame mit Aspect-Ratio | |
| .embed-responsive { | |
| position: relative; | |
| display: block; | |
| height: 0; | |
| padding: 0; | |
| padding-bottom: 56.25%; | |
| .embed-responsive-item, |
| title | Eierlikör | |
|---|---|---|
| date | 2006-11-04 | |
| permalink | rezepte/eierlikoer.html | |
| introText | Einfach ein schönes Geschenk. Aber auch zum sleber trinken verdammt lecker. | |
| introImage | eierlikoer | |
| tags |
|
| --- | |
| status: "wip" | |
| handle: "table" | |
| context: | |
| tablehead: | |
| - item: "AutorIn" | |
| - item: "Titel" | |
| - item: "Verlag" | |
| rows: |
| /* hide only visually */ | |
| .sr-only:not(:focus):not(:active) { | |
| width: 1px; | |
| clip: rect(0 0 0 0); | |
| clip-path: inset(50%); | |
| height: 1px; | |
| overflow: hidden; | |
| position: absolute; | |
| white-space: nowrap; | |
| } |
| <div id="app"> | |
| <form> | |
| <div class="input-group"> | |
| <input type="text" class="form-control" placeholder="Buchtitel" aria-label="Buchtitel suchen" v-model="query" @keyup="search"> | |
| <div class="input-group-append"><button class="btn btn-outline-primary" id="button">Suchen</button></div> | |
| </div> | |
| <div class="p-5 d-flex justify-content-center" v-if="!docs.length && query.length"><div class="spinner-border" role="status"><span class="sr-only">Loading...</span></div></div> | |
| <div class="list-group" v-if="docs.length"> | |
| <button v-for="doc in docs" type="button" class="list-group-item list-group-item-action">{{ doc.title }}</button> | |
| </div> |