Closed gurpal2000 closed 3 years ago
Has anyone successfully used blueprintjs (https://blueprintjs.com) with htm and es-react?
Loading CSS is fine, but how does one import @blueprintjs/core in the htm "no-build tools" environment and use say a simple Button widget? Does it require blueprint to modularise somewhat?
thanks
You'd have to use the UMD bundles for Blueprint, otherwise it will attempt to import react, which will fail.
react
Has anyone successfully used blueprintjs (https://blueprintjs.com) with htm and es-react?
Loading CSS is fine, but how does one import @blueprintjs/core in the htm "no-build tools" environment and use say a simple Button widget? Does it require blueprint to modularise somewhat?
thanks