src/addons/Responsive/Responsive.js
Responsive is always visible.
You can pass minimal width value at which content will be displayed.
768px
width and higher992px
width and higherYou can pass maximum width value at which content will be displayed.
2569px
width and lowerYou can pass minimal and maximum width value at which content will be displayed.
320px
and 2559px
Responsive can contain different content.
Responsive has predefined breakpoints that mimics SUI default variables.
Responsive listens for window resize events and calls event handler.
Responsive can fire callbacks immediately after mount.