2017-01-31 13:13:06 +00:00
|
|
|
import {module as _module} from '../module';
|
|
|
|
|
2017-06-15 09:22:47 +00:00
|
|
|
_module.component('vnIconButton', {
|
2017-06-13 11:08:06 +00:00
|
|
|
template: require('./icon-button.html'),
|
|
|
|
bindings: {
|
|
|
|
icon: '@',
|
|
|
|
className: '<?',
|
|
|
|
enabled: '<?',
|
|
|
|
label: '@?'
|
2017-06-15 09:22:47 +00:00
|
|
|
}
|
2017-06-13 11:08:06 +00:00
|
|
|
});
|
|
|
|
|