Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DruxtWrapper examples for each component #335

Closed
Decipher opened this issue Oct 12, 2021 · 1 comment · Fixed by #425
Closed

Add DruxtWrapper examples for each component #335

Decipher opened this issue Oct 12, 2021 · 1 comment · Fixed by #425
Labels
documentation Improvements or additions to documentation

Comments

@Decipher
Copy link
Member

Decipher commented Oct 12, 2021

Is your feature request related to a problem? Please describe.
As a user I want examples of how to create a DruxtWrapper component for each Druxt component.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@Decipher
Copy link
Member Author

Example DruxtBlock wrapper:

<template>
  <div>{{ block }}</div>
</template>

<script>
import { DruxtBlockMixin } from 'druxt-block'
export default {
  mixins: [DruxtBlockMixin]
}
</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant