1.0.2 • Published 2 years ago

@dom-for-node/dom-chips v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@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;