Loading Button
A button that shows an inline spinner and blocks input while work is in flight.
6 个框架初级
A call-to-action button with a gradient fill and a soft coloured glow on hover.
<button class="glow-btn" type="button">
Get started
</button>| Prop | 类型 | 默认值 | 说明 |
|---|---|---|---|
children必填 | ReactNode | - | 在组件内部渲染的内容。 |
disabled | boolean | false | 禁止交互并将控件置灰。 |
onClick | () => void | - | 用户激活控件时触发。 |
Swap the two `from-`/`to-` colours for your brand and update the shadow to match - the glow reads as a blur of the same hue. Adjust the `-translate-y-px` lift for a stronger or subtler hover.