qs2el

0.1.0 • Public • Published

qs2el

Build Status Coverage Status WebReflection status

Create an element from a query selector string.

// as function
const a = qs2el('a#home.special[data-page=home]');

// or as literal
const button = qs2el`button${'.primary'}[disabled]`;

/qs2el/

    Package Sidebar

    Install

    npm i qs2el

    Weekly Downloads

    11

    Version

    0.1.0

    License

    ISC

    Unpacked Size

    8.5 kB

    Total Files

    7

    Last publish

    Collaborators

    • webreflection