linked-items

0.1.1 • Public • Published

Linked Items

Demo

https://linked-docs.netlify.app/

Install

$ npm i linked-items

Usage

*Add component to your VitePress / VuePress configurations *

// At your .vitepress/theme/index.ts:
import LinkedItems from 'linked-items';

export default {
	// ... other config
	enhanceApp({app}) {
		// some other code

		app.component('LinkedItems', LinkedItems);
	}
}

use it at the top of your markdown files, e.g.:

---
title: Linked DOCS
editLink: true
---
<LinkedItems/>

Lorem ipsum dolor sit emet

Enjoy!

Readme

Keywords

none

Package Sidebar

Install

npm i linked-items

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.55 kB

Total Files

5

Last publish

Collaborators

  • davidmeirlevy