holoviz/panel

Custom Components examples have bad discoverability

Open

#5,336 opened on Jul 27, 2023

View on GitHub
 (2 comments) (2 reactions) (0 assignees)Python (615 forks)auto 404
good first issuetype: docs

Repository metrics

Stars
 (5,722 stars)
PR merge metrics
 (PR metrics pending)

Description

In spite of having looked at most of the docs many times, only today I discovered this section.

Build Custom Components#

These are some of the best and most complete examples for building custom components.

  • To find these, you need to click How-To > Use Specialized UIs and APIs > Build Custom Components, and then scroll down. If you click on the subsections, the examples are gone.
  • The examples dont appear in the navigation menu.
  • There is https://panel.holoviz.org/explanation/components/components_custom.html, which should maybe link to some of the examples.

I would suggest putting these in a more prominent spot.

Contributor guide