Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 546 Bytes

actionSheet.component.md

File metadata and controls

16 lines (10 loc) · 546 Bytes

IDEAActionSheetComponent

It's an alternative for desktop devices to the traditional ActionSheet. It shares (almost) the same inputs so they are interchangeable.

Selector

idea-action-sheet

Inputs

  • buttons (ActionSheetButton[]) - An array of buttons for the actions panel.
  • cssClass (string) - Additional classes to apply for custom CSS. If multiple classes are provided they should be separated by spaces.
  • header (string) - Title for the actions panel.
  • subHeader (string) - Subtitle for the actions panel.