Drupal is a wonderful platform to build from small websites to big and complex web applications. Views, blocks, regions, entities, and nodes are great concepts to help developers do anything they need.
Yet, there are no easy approaches for the normal users to build a flexible layout on their website.
This module is built to solve that weakness of Drupal.
Activate some component we need to use in [your domain]/admin/structure/drupal-component/settings
To use this function, you just need to add an entity reference field refer to Component Wrapper in Article content type (or any content type, entity). Note: using Inline entity form - Complex widget in manage form display, and using format Rendered entity format in Manage display
That's all and now you can add content to see how it works
5. Detail guide: how to use this module for the new Drupallers
Coming soon
6. Detail guide: how to create new Component Type for the Drupal Developers