pauldotknopf / react-aspnet-boilerplate

A starting point for building isomorphic React applications with ASP.NET Core, leveraging existing techniques.
MIT License
287 stars 52 forks source link

react-widgets and css #21

Closed onthedoor closed 8 years ago

onthedoor commented 8 years ago

I have been attempting to build a form that uses react-widgets DateTime component, but am confronted with getting web pack set up correctly. Sometimes I get the DateTime selector working with the correct styles, other times not. At the same time, I may or may not get the correct css working with the Facebook login button. I've spent many hours trying to resolve this but its above my expertise... hoping you can help!

dev.config - Copy.txt DateInput - Copy.txt EnquiryForm - Copy.txt client - Copy.txt

onthedoor commented 8 years ago

Also, I'm looking for someone to help build my prototype - I'm wondering if you ar interested in doing some consulting work?

onthedoor commented 8 years ago

I finally got this sorted by using a less-loader: { test: /.less$/, loader: "style!css!less" }, and in client.js : require('react-widgets/lib/less/react-widgets.less');