kolibri icon indicating copy to clipboard operation
kolibri copied to clipboard

🛹 Feature: Erweiterung der Modal-Komponente durch Kombination von `dialog` und `Card`

Open deleonio opened this issue 2 years ago • 0 comments

Voraussetzung: Vorher muss v2 auf Branch release/v2 umziehen und develop ist für v3-rc

Die aktuelle Modal-Komponente sollte mittels dem dialog umgesetzt werden und kann wie eine Card mit Schließenschalter aussehen. Wichtig hierbei ist eine deutliche Außenlinie.

image

  • Label: string optional (Title)
  • HasCloser: boolean optional
  • Slot: HTML
  • onClose: (event) => void

deleonio avatar Jan 02 '24 13:01 deleonio