Skip to content

ecl-grid columns for more than one breakpoint #156

Description

@rriemann

Hi all,

many EC websites define for grid layouts column containers for several breakpoints:

<div class="ecl-col-m-4 ecl-col-s-12">some content</div>

Neither docs nor the code as such helped to figure out how this could be done with the <ecl-grid> webcomponent. As a work around, I use:

<ecl-grid columns="4" breakpoint="m" style-class="ecl-col-s-12">

Is there a more native way of defining columns for more than one breakpoint?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions