TABLE OF CONTENTS
Table of Contents |
---|
Components in rows
Magesuite MageSuite CMS components are consistently arranged in full rows, occupying the entire available space, be it the content width or the browser width when available(depending on designs, components admin settings, and configurations in the code). Placing multiple components side by side in a single row is not feasible. This design concept was adopted to ensure a unified look and behavior for specific device breakpoints, which include:
...
By adhering to this concept of organizing Magesuite MageSuite CMS components in full rows, it is possible to avoid the extensive complexity of component components' look and behavior in multiple combinations of external (device) and internal breakpoints. This approach greatly reduces the time required for developers and testers to deliver CMS components for a child project. By focusing on a standardized structure, the development process becomes more efficient and streamlined, leading to quicker and more consistent results.
...
Content in columns
The way concept of organizing components if into full rows do does not mean that it is not possible to display content in columns. Many components allow to have internal space to be divided into columns.
...
With image teaser, an editor can display 1, 2 3, or 4 images per row. Every teaser can be: an image, and an image with text, or only text which can consist of a slogan, description, and CTA button).
...
Info |
---|
Check examples of components with internal columns: https://demo.magesuite.io/thinking-in-rows |