Skip to content

andrelmlins/svelte-document-title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte Document Title

npm versionLicense: MITBuild Status

A document.title manager for Svelte.

Installation

npm i svelte-document-title
// OR
yarn add svelte-document-title

Note: to use this library in sapper, install as devDependency. See the link.

Demo

Local demo:

git clone https://github.com/andrelmlins/svelte-document-title.git
cd svelte-document-title
npm install && npm rum dev

Examples

An example of how to use the library:

<script>
  import DocumentTitle from "svelte-document-title";
</script>

<DocumentTitle title="XXX">
  <p>Hello World!!!</p>
</DocumentTitle>

Properties

Component props:

Prop Type Description
title string Title showing in document

NPM Statistics

Download stats for this NPM package

NPM

License

Svelte Document Title is open source software licensed as MIT.