GotJimmy / accordion

Other
46 stars 43 forks source link

Marging and Padding adjust #44

Closed Potorato closed 1 year ago

Potorato commented 1 year ago

Hello. Is it possible to adjust the margin of the accordion as well as the margins of the sections? The idea is for them to occupy the full width of the screen. Thank you.

GotJimmy commented 1 year ago

Yes, see paddingListHorizontal. You may also want to adjust headerBorderRadius when going full width.

Potorato commented 1 year ago

Thanks for the reply! I'm going to try it

Potorato commented 1 year ago

Yes, see paddingListHorizontal. You may also want to adjust headerBorderRadius when going full width.

Tried. Perfect. Thanks for the help

GotJimmy commented 1 year ago

You're welcome.