Skip to content
kapable

Btn

Actions · 1 export · v0.1.0 · showcase

Native action button with restrained variants, sizes, and pending state.

Browse 72 component families

Usage

Btn usage
<Btn variant="primary" type="submit">Record deploy</Btn>

API

Btn API

BtnProps

Btn props
proptypenotes
children?RemixNode
variant?BtnVariant
size?BtnSize
type?'button' | 'submit' | 'reset'
disabled?boolean
name?string
value?string
form?string
formAction?string
formEncType?string
formMethod?string
formNoValidate?boolean
formTarget?string
title?string
ariaLabel?string
pending?booleanExternally controlled submission state. Disables the button and sets aria-busy.
pendingLabel?RemixNodeVisible replacement while pending; defaults to the original children.
mix?MixInput

More in Actions

More in Actions