jasonleibowitz / react-add-to-calendar-hoc

Simple Unopinionated React Add to Calendar Button. Bring your own components.
http://leibowitz.me/react-add-to-calendar-hoc/docs/
MIT License
70 stars 40 forks source link

CalendarModal Issue #27

Closed oguzhankarabulut closed 5 years ago

oguzhankarabulut commented 5 years ago

Thanks for this library. I am getting CalendarModal is not defined error. Where should i add CalendarModal? i am adding button from react

oguzhankarabulut commented 5 years ago

i added Modal from reactstrap but i dont have cancel button in my model and i could not close the modal :( what should i do ?

jasonleibowitz commented 5 years ago

I’m not sure what you mean. Can you post a code example or screenshot of your issue? Steps to reproduce would be helpful too.

Please use the bug report template:

# Bug report

## Describe the bug

A clear and concise description of what the bug is.

## To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## Expected behavior
A clear and concise description of what you expected to happen.

## Screenshots
If applicable, add screenshots to help explain your problem.

## System information
 - OS: [e.g. macOS, Windows]
 - Browser (if applies) [e.g. chrome, safari]
 - Version of Library: [e.g. 1.0.1]

## Additional context

Add any other context about the problem here.
oguzhankarabulut commented 5 years ago

i handled thank you!