CartoDB / airship

A design library for building Location Intelligence applications.
https://carto.com/developers/airship/
BSD 3-Clause "New" or "Revised" License
75 stars 14 forks source link

Accordion or expansion panel #647

Open ramiroaznar opened 4 years ago

ramiroaznar commented 4 years ago

Problem

As a Airship user, I found hard to organize the content of my sidebars and map panels in a clean and light way.

Proposed solution

Accordions or expansion panels are a perfect solution for this.

<as-expansion-panel header="Legends">
  <div class="as-box">
    <as-category-legend orientation="vertical">
    </as-category-legend>
  </div>
</as-expansion-panel>

Extra info

Other frameworks have something similar:

https://material-ui.com/components/expansion-panels/ https://material.angular.io/components/expansion/overview

And of course, it is a resource very used on the web:

jira

apple