holoviz / panel

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

Sidebar component #7250

Open ahuang11 opened 1 week ago

ahuang11 commented 1 week 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 1 week ago

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