R
R
Richard Millie2019-10-29 14:49:29
css
Richard Millie, 2019-10-29 14:49:29

How to style html selector as menu dropdown?

Actually a subject. You can use vue.js
my menu:

<select>
                  <option value="0">Select</option>
                  <option value="1">1</option>
                  <option value="2">2</option>
                  <option value="3">3</option>
                </select>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
origami1024, 2019-10-29
@comewithme38

Here's a Vuetify component (created with all Google's material design specifications in mind)
https://vuetifyjs.com/en/components/selects#examples
UPD: more versatile select

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question