aboveyunhai / chakra-dayzed-datepicker

Chakra UI + Dayzed = datepicker
https://aboveyunhai.github.io/chakra-dayzed-datepicker/
MIT License
223 stars 46 forks source link

Control PopoverContent props through propsConfigs in SingleDatepicker #31

Closed stieludv closed 1 year ago

stieludv commented 1 year ago

My suggested fix. First SingleDatepicker in example showcases this functionality.

aboveyunhai commented 1 year ago

let me take a look at it tonight.

stieludv commented 1 year ago

Thank you! I think it would be great to have this implemented

aboveyunhai commented 1 year ago

@stieludv I changed the popoverProps to popoverComp(onent)Props because PopoverProps has specific meaning for Chakra. so the following should fit your need, it's verbose but unambiguous

  popoverCompProps: {
     popoverContentProps { 
      // your style here
     }
  }

Other than that, thanks for your work!

aboveyunhai commented 1 year ago

npm@0.2.5 is out!