1.0.2 • Published 3 years ago
@dom-for-node/dom-chips v1.0.2
@dom-for-node/dom-chips
'dom-chips' is a templatable data list handling selection focus & drag&drop
install
npm install @dom-for-node/dom-chips
import
const _dom=require('dom-for-node');
// Model declaration must strictly use the same dom-for-node instance.
require('@dom-for-node/dom-chips')(_dom);
use
const _dom=require('dom-for-node');
let element = _dom('dom-chips',...args);
See more in Model documentation;