aboveyunhai / chakra-dayzed-datepicker

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

Ability edit VStack borderWidth #61

Closed mirror-ru closed 1 year ago

mirror-ru commented 1 year ago

Add ability to edit properties of this block. I need to make borderWidth: 0.

https://github.com/aboveyunhai/chakra-dayzed-datepicker/blob/main/src/components/calendarPanel.tsx#L93C13-L93C24

image

Example with borderWidth: 0

image

mirror-ru commented 1 year ago

Current with borderWidth: '1px': image

mirror-ru commented 1 year ago

Can I get an answer?

aboveyunhai commented 1 year ago

Can I get an answer?

Yep. There will be a PR for it later today. Just need to be outside of my regular work hour.

aboveyunhai commented 1 year ago

npm@0.2.10 is out. @mirror-ru this should solve your question, there are other props inside calendar panel you can use, just check the doc or source code

 calendarPanelProps: {
    contentProps: {
      borderWidth: 0,
    },
  }
mirror-ru commented 1 year ago

It works, thanks!