holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.83k stars 519 forks source link

Sidebar component #7250

Open ahuang11 opened 2 months ago

ahuang11 commented 2 months ago

Thinking of creating a Panel Sidebar component that looks something like.

image

Wondering if we should:

  1. inherit from the existing Card and rotate it
  2. use an open source JS implementation (analogous to flatpickr for calendar)
  3. implement from scratch
image

Also would be nice to support inversion for either left and right sidebars.

ahuang11 commented 2 months ago

Relevant to https://github.com/holoviz/panel/issues/7248