display_builder-1.0.x-dev/components/shoelace/dropdown/dropdown.component.yml
components/shoelace/dropdown/dropdown.component.yml
name: Shoelace Dropdown
description: Additional content that “drops down” in an island.
links:
- https://shoelace.style/components/dropdown
slots:
button:
title: Button
content:
title: Content
props:
type: object
properties:
placement:
title: Placement
type: string
default: bottom-start
enum:
- top
- top-start
- top-end
- bottom
- bottom-start
- bottom-end
- right
- right-start
- right-end
- left
- left-start
- left-end
