Forms
BaseButton
Tokenized action button with variants, sizes, loading, and disabled states.
Playground
Live preview generated for BaseButton inside this component page.
This preview is compiled into the VitePress docs build from the published SDK package.
Import
ts
import { BaseButton } from "@morscherlab/mint-sdk/components"Basic Usage
vue
<BaseButton variant="primary" :loading="saving" @click="save">
Save
</BaseButton>