stylemark
stylemark copied to clipboard
Allow components in different categories to have the same name
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