UNPKG

luda

Version:

A library helps to build cross-framework UI components.

10 lines (6 loc) 220 B
import luda from '../base/luda.coffee' import '../attribute/attr.coffee' import './toggle-class.coffee' luda.include removeClass: (cls) -> if arguments.length then @toggleClass cls, false else @attr 'class', ''