Skip to content
New issue

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

Responsive TableauEmbed #188

Closed
stephenlprice opened this issue Sep 17, 2024 · 0 comments · Fixed by #212
Closed

Responsive TableauEmbed #188

stephenlprice opened this issue Sep 17, 2024 · 0 comments · Fixed by #212
Assignees
Labels
enhancement New feature or request

Comments

@stephenlprice
Copy link
Contributor

The component should support responsive layouts with sizing values provided as props such that they component can be used in multiple layouts besides single page applications

By way of the use-client directive we can force components into CSR rendering which makes them a good choice for the react-responsive library which would allow client-side determination of layouts in JS and avoids hydration mismatches between client and server

https://github.com/yocontra/react-responsive

@stephenlprice stephenlprice added the enhancement New feature or request label Sep 17, 2024
@stephenlprice stephenlprice self-assigned this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant