This demo showcases the basic responsive features. Select one of the widgets below to see how it handles different form factors.
The concept of responsive design suggests that the layout of the project needs to adapt to the media that renders it. Media queries are one of the cornerstones of Responsive Web Design. By adding some filter criteria around CSS definitions, we can control under which conditions rules are applied to the widgets.
Read Documentation