Skip to content

Support for @nuxt/content global registration #9

@JessicaSachs

Description

@JessicaSachs

Is your feature request related to a problem? Please describe.
I want to register global components from Chakra so I can use them in markdown files w/ @nuxt/content. For this to work, they have to be globally registered. Right now, I have to manually import and then register all of the components I want to use in my markdown files.

Describe the solution you'd like
I want to globally register Chakra components without listing them all out. Tree-shaking is not a requirement, but would be nice.

If Chakra either:

  • had an option for globally registering components automatically or...
  • exported all of the components in some way (import all from '@chakra-ui/vue')

That would solve my problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions