Skip to content

Render Drupal blocks and block regions in Nuxt with the druxt-blocks components, themed through the Druxt component suggestion system.

DruxtBlocksBlockMixin

View source on GitHub

Modules

DruxtBlocksBlockMixin : object

The DruxtBlocksBlockMixin adds props and computed props to your DruxtBlock wrapper component.

DruxtBlocksRegionMixin : object

The DruxtBlocksRegionMixin adds props to your DruxtBlock wrapper component.

DruxtBlocksBlockMixin : object

The DruxtBlocksBlockMixin adds props and computed props to your DruxtBlock wrapper component.

See: DruxtBlocksBlockMixin
Example

import { DruxtBlocksBlockMixin } from 'druxt-blocks'
export default {
  mixins: [DruxtBlocksBlockMixin]
}

DruxtBlocksRegionMixin : object

The DruxtBlocksRegionMixin adds props to your DruxtBlock wrapper component.

See: DruxtBlocksRegionMixin
Example

import { DruxtBlocksRegionMixin } from 'druxt-blocks'
export default {
  mixins: [DruxtBlocksRegionMixin]
}