Logout button widget
Explains information about logout button widget.
<bubi-logout-button></bubi-logout-button>Styling the button
body bubi-logout-button a {
display: inline-block;
background-color: red;
color: white;
text-decoration: none;
padding: 5px 10px;
}
body bubi-logout-button a:hover {
color: white;
}
Last updated