New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

keystone6-vue-renderer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keystone6-vue-renderer

> VueJs renderer for [keystonejs](https://keystonejs.com) `document` field

latest
npmnpm
Version
1.3.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

keystone6-vue-renderer

VueJs renderer for keystonejs document field

This is a VueJs port of @keystone-6/document-renderer package. However it currently has limited support with the following missing:

  • relationships
  • text alignment
  • some inline marks
    • keyboard
    • superscript
    • subscript

These may be supported in the future and contributions are welcome.

If you absolutely need to have these features, I recommend checking out keystone6-documentrenderer-vue

Installation

npm install -S keystone6-vue-renderer

## or

yarn add keystone6-vue-renderer

Usage

In your component import Document and use it like so...

<script>
import { Document } from 'keystone6-vue-renderer';

...

export default ({
  ...
  components: {
    Document
  },
  ...
})
</script>

<template>
  <Document :document="document" />
</template>

Run development server

npm run dev

FAQs

Package last updated on 22 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts