sashafirsov / css-chain

ApiChain and CssChain JS. Inherits collection API from element
Apache License 2.0
4 stars 0 forks source link

add install section in README #11

Open sashafirsov opened 1 year ago

sashafirsov commented 1 year ago

CDN link and npm/yarn

sashafirsov commented 1 year ago

also add the CDN link

import $ from 'https://unpkg.com/css-chain@1/CssChain.js'
$( '*[title]', rootEL ).addEventListener( 'click', ev=> alert(ev.target.title) );