Search
 
SCRIPT & CODE EXAMPLE
 

HTML

bulma search dropdown

<div class="dropdown is-active">
    <div class="dropdown-trigger">
        <div class="field">
            <p class="control is-expanded has-icons-right">
                <input class="input" type="search" placeholder="Search..."/>
                <span class="icon is-small is-right"><i class="fas fa-search"></i></span>
            </p>
        </div>
    </div>
    <div class="dropdown-menu" id="dropdown-menu" role="menu">
        <div class="dropdown-content">
            <a href="#" class="dropdown-item">Dropdown item</a>
            <a href="#" class="dropdown-item">Other dropdown item</a>
            <hr class="dropdown-divider">
            <a href="#" class="dropdown-item">With a divider</a>
        </div>
    </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: selecting only one radio button 
Html :: unescape html js 
Html :: bootstrap navbar 
Html :: html character encoding examples 
Html :: xml to html converter 
Html :: html table with sortable columns 
Html :: h2 html 
Html :: animate html 
Html :: all codes of html 
Html :: bulma file upload 
Html :: how to add a rollover image in html 
Css :: how to center div with transform 
Css :: css center in td 
Css :: overflow dots css 
Css :: matinput remove underline 
Css :: text align left top 
Css :: remove underline from hyperlink 
Css :: why is my footer not at the bottom html 
Css :: css remove link border on click 
Css :: html make footer stick to bottom 
Css :: borders for tables in html/css 
Css :: css div on the bottom 
Css :: css image round 
Css :: use woff2 font in css 
Css :: how to make animation stay on 100% 
Css :: css start animation on hover 
Css :: detect portrait landscape css 
Css :: css center text in div 
Css :: remove box shadow css 
Css :: how to change the page background in css 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =