@jill64/npm-demo-layout
TypeScript icon, indicating that this package has built-in type declarations

1.0.213 • Public • Published

@jill64/npm-demo-layout

npm-version npm-license npm-download-month npm-min-size ci.yml website

🎨 My Svelte layout template for npm library demo site

Installation

npm i @jill64/npm-demo-layout

If you have problems building with pnpm, try the following

pnpm i -D @jill64/universal-sanitizer

Usage

<!-- +layout.svelte -->
<script lang="ts">
  import { Layout } from '@jill64/npm-demo-layout'
</script>

<Layout>
  <slot />
</Layout>
// hooks.server.ts
import { hooks } from '@jill64/npm-demo-layout'

export const handle = hooks

License

MIT

Dependents (0)

Package Sidebar

Install

npm i @jill64/npm-demo-layout

Weekly Downloads

15,190

Version

1.0.213

License

MIT

Unpacked Size

18.3 kB

Total Files

23

Last publish

Collaborators

  • jill64