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
Question
I need to render text of dynamic size in carousel elements. I am getting blank space under the text for different elements. How can I either
green background is part of carousel styling
Where my carousel code is
<Carousel loop width={rootstore.windowWidth} height={rootstore.windowHeight / 2} data={data} renderItem={renderFunction} inactiveSlideScale={1} style={{ position: "absolute", bottom: 200, backgroundColor: "green" }} />
Please help with this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a bug report, a feature request, or a question?
Question
I need to render text of dynamic size in carousel elements. I am getting blank space under the text for different elements. How can I either
What I am getting:
green background is part of carousel styling
What i Want:
Where my carousel code is
Please help with this
The text was updated successfully, but these errors were encountered: