Skip to content

Feature: Namespace separator #224

@7architect

Description

@7architect

What about namespace separator?

Example:

components
| - Dialog
|---- Dialog.vue
|---- Window.vue
|---- Header.vue
|---- Footer.vue

Page.vue

<Dialog> <!-- this mathes to a component named as the directory in which it is located -->
    <Dialog.window>
        <Dialog.window.header>  <!-- ... -->  </Dialog.window.header>
        <Dialog.window.Content> <!-- ... -->  </Dialog.window.content>
        <Dialog.window.footer>  <!-- ... -->  </Dialog.window.footer>
    </Dialog.Window>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions