picasso.js icon indicating copy to clipboard operation
picasso.js copied to clipboard

Expose symbol registry

Open miralemd opened this issue 6 years ago • 1 comments

🚀 Feature

Expose the symbol registry on the picasso namespace and the component context.

Motivation

Enable the usage of existing symbols.

miralemd avatar Sep 25 '18 08:09 miralemd

This will have to be implemented in multiple steps:

  • [x] Expose symbol registry via picasso.symbol & require
  • [ ] Update documentation
  • [ ] Update existing components so that they use require to pull in the symbol factory
  • [ ] Expose symbol options on components using the symbol factory

cbt1 avatar Oct 09 '18 14:10 cbt1