svelte-meta-simple Svelte Themes

Svelte Meta Simple

Svelte Meta Simple

You only need title and description to use this package.

Example

<script>
    import Meta from "svelte-meta-simple"
</script>

<svelte:head>
    <title>Hello</title>
    <Meta title="Hello" description="Hellooo...."/>
</svelte:head>

Top categories

Loading Svelte Themes