We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please make the width auto base on the container width/flex just like height:0 it's easier to make it auto Thank You.
The text was updated successfully, but these errors were encountered:
There have some issues that I haven't solved. But PR welcome. #268
Maybe I'll solve it soon.
Sorry, something went wrong.
Hello @dohooo is this fix? can i use width 100% now?
<Carousel width={'100%'}/>
OR
const baseOptions = isVertical ? ({ vertical: true, width: PAGE_WIDTH, height: PAGE_WIDTH / 2, } as const) : ({ vertical: false, width: '100%', height: 0, } as const);
No, not yet.
dohooo
No branches or pull requests
please make the width auto base on the container width/flex just like height:0
it's easier to make it auto
Thank You.
The text was updated successfully, but these errors were encountered: