office-ui-fabric-vue
office-ui-fabric-vue copied to clipboard
Cache createTheme / loadTheme and allow global/local modifications
Cache the the Theme instance, so it won't be recreated for each component. In addition global modifications to the theme should be possible, like changing the primary color and so on. The same modification should be possible on component instance level, meaning you can override e.g. the primary color on a single button component