src/addons/Responsive/Responsive.js
Responsive is always visible.
You can pass minimal width value at which content will be displayed.
You can pass maximum width value at which content will be displayed.
You can pass minimal and maximum width value at which content will be displayed.
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.