pib-components-dx-base 0.0.0-upstream-snapshot.2026-09-19.1

temporary fork for Politik im Blick - Dioxus components
Documentation
{
  "name": "sidebar",
  "description": "A sidebar component as a vertical interface panel fixed to the screen edge, enable quick access to different sections of an application",
  "authors": [
    "zhiyanzhaijie"
  ],
  "exclude": [
    "variants",
    "docs.md",
    "component.json"
  ],
  "cargoDependencies": [
    {
      "name": "dioxus-primitives",
      "git": "https://github.com/DioxusLabs/components"
    },
    {
      "name": "dioxus-icons",
      "version": "0.1.0"
    }
  ],
  "componentDependencies": [
    "button",
    "separator",
    "sheet",
    "skeleton",
    "tooltip"
  ],
  "globalAssets": [
    "../../../assets/dx-components-theme.css"
  ]
}