Ctrl + K
Menu
v0.1 · Early access
Tools
Button Generator
Online button generator tool by 4TBOX.
Share
Favorite
AI Button Helper
Describe un estilo y generamos un botón base.
Generate style
Click me
Label
Type
solid
outline
ghost
gradient
glass
Background
Text color
Border radius: 12px
Padding X: 18px
Padding Y: 9px
css
tailwind
react
Copy
button { padding: 9px 18px; font-size: 14px; font-weight: 600; border-radius: 12px; width: auto; border: none; color: #ffffff; background: #3b82f6; transition: all .2s ease; } button:hover { background: #2563eb; color: #ffffff; border-color: #2563eb; }