-
Notifications
You must be signed in to change notification settings - Fork 405
Description
Background
Required reading: @bradfrost wrote http://bradfrost.com/blog/post/the-workshop-and-the-storefront/ outlining a vision for separate spaces for separate design system / component library use cases and audiences.
He wrote http://bradfrost.github.io/style-guide-guide/ as a means to take Pattern Lab workshops and transform them into storefronts.
UIKits
#840 Introduced UIKits to Pattern Lab, allowing users to build more than one front end from a single set of source patterns. styleguidekit-assets-default
and styleguidekit-mustache-default
became uikit-workshop
- the default UI we have come to know as Pattern Lab.
I created https://github.com/pattern-lab/uikit-bare as a jumping off point for others to take a stripped down version of uikit-workshop
and build a new UI. Brad and I are working to further whittle that down, but this issue is about building out uikit-storefront
Done When: the screenshot above can be created by importing @pattern-lab/uikit-storefront
Considerations
- Page support is likely a necessary component of this solution
- UIKits currently have an
excludedTags
andexcludedPatternStates
feature. We may need a white-list approach too.