bookit icon indicating copy to clipboard operation
bookit copied to clipboard

Docs

Open stolinski opened this issue 2 years ago • 3 comments

Need docs for the thing

stolinski avatar Apr 13 '22 23:04 stolinski

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.

stolinski avatar Jul 16 '22 22:07 stolinski

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 avatar Jul 16 '22 23:07 stolinski

@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.

richarddavenport avatar Aug 17 '22 19:08 richarddavenport