-
Notifications
You must be signed in to change notification settings - Fork 0
Components
Joshua Amaju edited this page Nov 18, 2024
·
6 revisions
stack54 ships with default components.
- Head
- LiveReload
- ClientOnly
- Await
Use
Head
if you have component styles andsvelte:head
tags, so they get included in your document
<script>
import { Head } from "stack54/components";
</script>
Must be imported as follows
<script>
import Await from "stack54/components/Await";
</script>