react-add-to-calendar icon indicating copy to clipboard operation
react-add-to-calendar copied to clipboard

No styling is loaded

Open ChrisCPeixoto opened this issue 6 years ago • 8 comments

Hi,

I installed the version 0.1.5 and then tried the 0.1.4 . Every is fine less the styling. There is not styling or icons been loaded, even on the simpler version. Am i lacking some dependency?

ChrisCPeixoto avatar May 30 '18 11:05 ChrisCPeixoto

I have the same issue , Do u manage to solve it ?

fatmaMAmin avatar Jun 12 '18 15:06 fatmaMAmin

I am also having the same issue.

nabrams avatar Jun 14 '18 21:06 nabrams

I took the full project from git, and re-did the styling. It was the only way to solve it for me

ChrisCPeixoto avatar Jun 15 '18 10:06 ChrisCPeixoto

I ran into some issues loading the CSS with our Webpack setup. Copying over the styles allowed me to modify them and yank the stuff I didn't need...

Works great. Thanks @jasonsalzman!

seanrankin avatar Jun 15 '18 19:06 seanrankin

any update?

DomVinyard avatar Sep 25 '18 16:09 DomVinyard

Same issue here

rohaldb avatar Oct 22 '18 22:10 rohaldb

Hi everyone, you need to import the CSS file to overcome this issue Which can be imported from this library.

import AddToCalendar from "react-add-to-calendar"; import 'react-add-to-calendar/dist/react-add-to-calendar.css'

... //code

<AddToCalendar event={event} />

ManalLiaquat avatar Nov 07 '18 16:11 ManalLiaquat

Hi Is this issue fixed, i am also facing the same issue.

ChandraSannamuri avatar May 06 '19 12:05 ChandraSannamuri