This repo is based on svelte/template.
I created some layouts from EveryLayout, they are great! Also I like ColorSupply very much.
Feel free to explore these layout components! Feedback and bug reports welcome. :)
You can see it here on github pages.
You need to have Node.js installed.
Degit repo and install the dependencies to start your own project.
npx degit SilvanCodes/svelte-layout-components svelte-layouts
cd svelte-layouts
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.