aboveyunhai / chakra-dayzed-datepicker

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

Ability edit VStack borderWidth #61

Closed mirror-ru closed 10 months ago

mirror-ru commented 12 months 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 12 months ago

Current with borderWidth: '1px': image

mirror-ru commented 10 months ago

Can I get an answer?

aboveyunhai commented 10 months 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 10 months 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 10 months ago

It works, thanks!