-
Notifications
You must be signed in to change notification settings - Fork 62
Description
Hello,
Here is an idea that may be useful for multiple multi-brand company, or white labelled companies.
Usually they share the same UI Components, with just a theming that change (Eg. Coca Regular > Red, Coca Zero > Black)
On this context, will it be possible to have a plugin that allow the Designer to select an artboard, run the plugin that allows him to switch all symbols, text-styles, color-styles... within the artboard to another Brand Theming.
Let say we have one library BrandStyles with all styles like this :
- root
-- Brand 1
--- Primary : #304933
--- Secondary: #FF2992
-- Brand 2
--- Primary : #293892
--- Secondary: #FF3943
-- Brand 3
--- Primary : #992938
--- Secondary: #CD394F
And one library with all the components: BrandComponent that are build by using the BrandStyle library :
- Button
-- Primary (color : brand1/primary; Text : Brand1/button)
-- Secondary (color : brand1/secondary; text : Brand1/button) - Links
- ...
Can the plugin be able to switch the Folder "Brand 1" and Switch to whatever the user select as other brand ? For any symbols, text styles, or full artboards ?
Looking forward to hear from you guys.
Thanks