-
Notifications
You must be signed in to change notification settings - Fork 404
Open
Labels
Description
Currently, pattern lab is expecting UI-kits to have a fixed layout and file structure to be loaded correctly.
In my humble opinion, this leads to the point that community driven UI-kits are very rare and the hurdle for creating a new one is already big on the starting point.
Therefore, pattern lab has to introduce the possibility to configure entry points for UI-kits so that we only require a configuration file.
The configuration file should include:
- where is the main HTML file located.
- which static content needs to be loaded by pattern lab (images, SVGs, JSON)
- where are the JS files located
- where are the CSS files located
Moreover, we require the main HTML file to be parsable with handlebars, which is not a very great approach and could lead to further issues and could be resolved in other ways
mfranzke