UNPKG

angular2-simple-ui

Version:

Angular 2 Simple Material Design UI Components customisable with Simple 30 KB CSS with LESS support and full features support , just plugin up and run for clarity look at sample examples

8 lines 223 B
export class ButtonModel { displayText: string = ''; icon?: string; showBothIconAndText: boolean = false; cssClass: string = 'sui-btn'; style: Object = {}; constructor(public id: string) { } }