@cinaconnect/wallet-buttons
v0.2.0
Published
Direct wallet connection buttons — no modal, no bloat. Connect wallets individually with beautiful, customizable buttons.
Maintainers
Readme
@cinaconnect/wallet-buttons
CinaConnect Wallet Buttons — standalone connect buttons for any framework.
Installation
npm install @cinaconnect/wallet-buttonsUsage
import { createConnectButton } from '@cinaconnect/wallet-buttons';
const button = createConnectButton({
projectId: 'YOUR_PROJECT_ID',
container: '#wallet-container',
});API Reference
| Export | Type | Description |
|--------|------|-------------|
| createConnectButton | function | Create a connect button |
| ConnectButton | class | Button class |
| WalletButton | class | Generic wallet button |
| ButtonConfig | type | Button configuration |
| ButtonStyle | type | Style options |
