UNPKG

@mae/selectize

Version:

Jquery based custom <select> UI Controll

21 lines (15 loc) 337 B
Selectize ============== ##About Jquery based custom <select> UI Controll, forked from original Selectize ##install **npm install @mae/placeholder** **npm ubpublish @mae/placeholder** ##Usage custom <select> components for details see Selectize original package ``` $(function(){ $('.selectize-control').selectize(); }); ```