Maxiim3

Results 3 issues of Maxiim3

A little improvement : - React [discourages from using flushSync](https://react.dev/reference/react-dom/flushSync) - I refactored so that Components are passed directly as props instead of `children` : ```tsx {BUTTONS?.map((Comp) => { return...

**Is your feature request related to a problem? Please describe.** My commit messages often start with the branch name **Describe the solution you'd like** Have the option to copy to...

enhancement

**Describe the bug** I have a double columnlayout page, the carousel seems to have a minimal width either when the layout is flex or grid. I *tried* setting breakpointMode both...