UNPKG

custom-select

Version:

A lightweight JavaScript library for custom HTML <select> creation and managing. No dependencies needed.

9 lines (6 loc) 230 B
if (typeof require !== 'undefined') { var customSelect = require("custom-select").default; require("./node_modules/custom-select/build/custom-select.css"); } const mySelects = customSelect("select"); console.log(mySelects);