Quick

getStarted CSS JS CODE Mobile Examples
Pick Color Here
×
change event
input event

Dropdowns

Hide and Show more easy to use them in dropdown buttons.

Color and Styleable.

Clickable Dropdowns

Clickable Dropdown

Click on the button to open the dropdown menu.

Input Code

<!DOCTYPE html>
<html>
<title>Clickable Dropdowns</title>
<meta name="viewport" content="width=device-width,
initial-scale=1">
<link rel="stylesheet"
https://www.cdn.getweb.dev/docs/v1.1/css/getweb_v.1.1.css">
<body>

<div class="gw-container">
<h2>Clickable Dropdown</h2>
<p>Click on the button to open the dropdown menu.</p>
<div class="gw-dropdown-hover">
<button onclick="myFunction()" 
class="gw-button gw-dropdown gw-green">Click Me!</button>
<div id="btn-dropdown-click" 
class="gw-dropdown-content  gw-bar-block gw-border">
<a href="#" class="gw-bar-item gw-button">Link 1</a>
<a href="#" class="gw-bar-item gw-button">Link 2</a>
<a href="#" class="gw-bar-item gw-button">Link 3</a>
</div>
</div>
</div>


</body>
</html>

getWeb.dev

Stay update on the version?

Email: support@getweb.dev

Developer Team

Blog
Join Team
Q&A

Devices

Mobile
CSS
JS

Download

v.1.0
v.1.1