bookit
bookit copied to clipboard
Docs
Need docs for the thing
Need to finalize the api first. RN it feels a little weird to have to do so much to get started, ie root layout, layout, index file. But maybe in practice it's not that bad.
This can probably be streamlined into some kind of general init. I don't think we need to pass the params into Bookit.
[parent]-[title].svelte
<script context="module" lang="ts">
import { Bookit, load } from '$lib';
export { load };
</script>
<script lang="ts">
export let params;
</script>
<Bookit {params} />
Also the file title is kinda nasty.
@stolinski Would like to help you out here... Just give me a push in the right direction and I can start on whatever you'd like.