Skip to content

Nesting component names #16

Description

@philipsens

Take this example:

  • navigation app-navigation
    • link app-link

app-link is now accessible from the whole application. But this is probably not needed, otherwise it would reside in its own component.
app-link also prevents a more generic link component to be made.

I think it is good practice to just chain your component names, like this:

  • navigation app-navigation
    • link app-navigation-link

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions