UNPKG

ionic-circular-popup-menu

Version:

Ionic directive that opens a menu with fabs arranged in a circular fashion

7 lines (6 loc) 116 B
export interface ButtonDetails { label: string; icon: string; color: string; onclick: () => void; }