Description
There has been a lot of discussion about adding more modules to SUI core, @jlukic has mentioned that he wants to keep the number of modules/components quite low so that the framework doesn't get too bloated. I have been thinking what if we add some sort of way to download community built modules and components but have the ability to build them into the framework just like how the current theme is built.
I was thinking of maybe making a section in the semantic.json
file for plugins
which is an array of plugins which are maybe downloaded via npm. Then when the project builds it also adds these to the framework so it's not necessarily in the core framework but its an easy way to add additional components/modules for users needs. This also makes it easier for users to include them in their project because they aren't including lots of different files.
Let me know your thoughts about this! 😄