UNPKG

luda

Version:

A library helps to build cross-framework UI components.

20 lines (11 loc) 290 B
import '../kernel/index.coffee' import '../mixins/disable.coffee' luda.component 'disabled', '[disabled]' .protect data: disable: tabIndex: 'data-disabled_tabindex' .protect luda.mixin('disable').all() .help create: -> @disableCreate() destroy: -> @disableDestroy()