@svelte-put/preprocess-auto-slug
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@svelte-put/preprocess-auto-slug

npm.badge bundlephobia.badge docs.badge

Svelte preprocessor for adding id and anchor to nodes

svelte-put

This package is part of the @svelte-put family. For contributing guideline and more, refer to its readme.

Usage & Documentation

See the dedicated documentation page here.

Quick Start

<!-- input -->
<h2>Quick start</h2>
// config
import autoSlug from '@svelte-put/preprocess-auto-slug';

/** @type {import('@sveltejs/kit').Config} */
const config = {
  preprocess: [autoSlug()],
};

export default config;
<!-- output -->
<h2 id="quick-start">
  <a href="#quick-start" aria-hidden="true" tabindex="-1">#</a>
  Quick Start
</h2>

Changelog

buy vnphanquang a coffee

Package Sidebar

Install

npm i @svelte-put/preprocess-auto-slug

Weekly Downloads

15

Version

1.0.1

License

MIT

Unpacked Size

47.2 kB

Total Files

8

Last publish

Collaborators

  • vnphanquang