purescript-react / purescript-lumi-components

Library of our UI components
https://lumihq.github.io/purescript-lumi-components/#/
Apache License 2.0
105 stars 5 forks source link

Usage with `spago`? #223

Open dnikolovv opened 2 years ago

dnikolovv commented 2 years ago

Is there a living example somewhere that includes this library via packages.dhall?

I saw https://github.com/lumihq/purescript-lumi-components/issues/167 but lumihq/react-basic-starter referenced by @megamaddu seems to be dead.

Also, some of the dependencies such as generics-rep have been deprecated and I'm not really sure how to go about that.

mjrussell commented 1 year ago

Sorry for the long delay in a response @dnikolovv. I dont believe there are any examples out there, but the one that @ptrfrncsmrph linked in that comment should get you most of the way there.

The current problem I think is that you are pulling it into a project with purescript 14 or 15, this library is still on 13. We are working through some of the upgrades right now and plan to release a purescript 15 compatible version that works with the latest package sets in the next few weeks