Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.37 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.37 KB

Every Layout with Svelte

This is a quick'n'dirty implementation of the publicly available layouts on https://every-layout.dev

You should buy the book :) You can then use this repo as a starting point to implement the rest (it's rather simple, actually).

The idea for passing CSS vars with style to have dynamic CSS comes from What I Like About Writing Styles with Svelte.

What's here

CSS

Layout

Components have the same API as the custom components in the book.

Screenshot

  • A composition showcase from App.svelte
  • All elements have their width constrained to 60ch (see Measure).

Screenshot 2020-02-04 at 12 16 18


Run locally

npm run dev

Navigate to localhost:5000.