Socket
Socket
Sign inDemoInstall

@nextindex/vue-gdpr

Package Overview
Dependencies
2
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nextindex/vue-gdpr

Render Components for GDPR Law


Version published
Weekly downloads
1
decreased by-50%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

vue-gdpr

Installation

npm install @nextindex/vue-gdpr --save

Setup

import '@nextindex/vue-gdpr/vue-gdpr.css'
import { GDPRSidebar, GDPRContent } from '@nextindex/vue-gdpr'

Components

  • <GDPRSidebar />
  • <GDPRContent />

Props

GDPRContent

PropTypeDefault ValueDescription
langStringdeGDRP Language. Currently supported: de
citationsBooleantrueShow / Hide citations
recitalsBooleantrueShow / Hide recitals

GDPRSidebar

PropTypeDefault ValueDescription
langStringdeGDRP Language. Currently supported: de
collapsibleBooleanfalseEnable/Disable Collapible sidebar items

Slots

GDPRSidebar

<GDPRSidebar>
    <template v-slot:chapter="{ chapter }">
        <h1>{{ chapter.title }}</h1>
    </template>
</GDPRSidebar>

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

FAQs

Last updated on 29 Jul 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc