moxie-lean / ng-patternlab

Atomic Design Patternlab in Angular for use with the LEAN Ecosystem
http://getmoxied.net/lean
MIT License
0 stars 1 forks source link

Make Pattern Lab Modular #91

Open adamf321 opened 7 years ago

adamf321 commented 7 years ago

Steps to reproduce and a minimal demo of the problem

Current behavior The lib is very big and it's hard to be flexible. Also releases are harder to manage, as breaking changes in a one element mean the whole lib has to move up a major version.

Expected/desired behavior Break it down into sub modules. Could be one per element or one per group (for small elements like atoms).

Other information