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

13 lines (10 loc) 313 B
import { Component, Input } from '@angular/core'; @Component({ selector: 'sui-slider-content', templateUrl: './sui.slider.content.component.html', }) export class SliderContentComponent { @Input() cssClass: string = ''; @Input() style: Object = {}; isVisible: boolean = false; }