Hi, thanks for still maintaining these components!
I'm looking for a module (preferably on npm) that contains a file I can load via AMD and it will install all of the basic components, so I can start to document.createElement() them and care later which ones I actually used and should include in production. Do you have something like that and I just haven't found it yet?
Should I just concatenate all the minified ES5 files from all dist/ folders and wrap them in a bogus UMD export function?
Do I assume rightly that unless I accidentially pack their globals.js with them, they won't pollute any global objects' namespaces?
Hi, thanks for still maintaining these components!
I'm looking for a module (preferably on npm) that contains a file I can load via AMD and it will install all of the basic components, so I can start to
document.createElement()them and care later which ones I actually used and should include in production. Do you have something like that and I just haven't found it yet?Should I just concatenate all the minified ES5 files from all dist/ folders and wrap them in a bogus UMD export function?
Do I assume rightly that unless I accidentially pack their
globals.jswith them, they won't pollute any global objects' namespaces?