fibo / trunx

Super Saiyan React components, son of awesome Bulma
MIT License
64 stars 14 forks source link

Fixing className import in renderElement.ts #29

Closed joshua-owens closed 3 years ago

joshua-owens commented 3 years ago

Hey @fibo

Thanks for doing all this work on trunx! I have been looking for a bulma react library that is still being support and this is great!

Getting the following error trying to install on a linux machine

Error: Could not resolve './classnames' from node_modules/trunx/component/renderElement.js

I'm guessing you are working on a Mac and that's why this hasn't been an issue for you (Mac by default uses a case insensitive partition - I had issues with this type of thing at my previous job all the time with failing import statements once pushed on to a linux box).

fibo commented 3 years ago

ciao @joshua-owens

thank you very much, trunx tries to keep it simple and map one to one with Bulma which is a great CSS framework.

there is still so much to document, many features are not on the website and I am working a lot to improve it adding all Bulma modifiers implemented in TypeScript.

Yes I am on Mac and I love Linux so thank you so much to take the time to report it and most of all, to fix it.

fibo commented 3 years ago

just published it on npm as v0.36.3