Skip to content

Instantly share code, notes, and snippets.

@giovanicascaes
Created November 20, 2020 10:58
Show Gist options
  • Save giovanicascaes/7f8e525263cf2b876488ce7142c1b7d3 to your computer and use it in GitHub Desktop.
Save giovanicascaes/7f8e525263cf2b876488ce7142c1b7d3 to your computer and use it in GitHub Desktop.
export default const ResponsiveContainerExample = () => {
return (
<ResponsiveContainer
className="overflow-y-auto"
breakpoints={{ SM: 0, MD: 430 }}
>
<div className="panel">
...
</div>
</ResponsiveContainer>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment