stylemark icon indicating copy to clipboard operation
stylemark copied to clipboard

Allow components in different categories to have the same name

Open mpetrovich opened this issue 7 years ago • 0 comments

Currently, component names must be globally unique.

Example:

in components/usa/button.md:

---
name: Button
category: Components (USA)
---

in components/ger/button.md:

---
name: Button
category: Components (GER)
---

h/t @robertSPD

mpetrovich avatar Oct 24 '18 20:10 mpetrovich