Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 591 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 591 Bytes

HTML + CSS

One of the most popular objects is the select fields. The proliferation of advanced JavaScript-based select fields has supplied the general need for them. On the other hand, in practically all cases the advantages of continuing to use a native select are greater than those of using a JavaScript-based select.

This component customizes the overall appearance of the select, adding a positioned icon using the Background tag and an SVG.

<div class="Select">
    <select>
        <option>This is a select</option>
    </select>
</div>