UNPKG

greyhound-ui

Version:

GreyhoundUI - A modern Web Component library built with React

15 lines (13 loc) 268 B
.button { padding: 10px 16px; background-color: #007bff; color: white; border: none; border-radius: 5px; font-size: 16px; cursor: pointer; transition: background-color 0.3s; } .button:hover { background-color: #0056b3; }