@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
9 lines (7 loc) • 491 B
JavaScript
var BUFFER_SIZE = 50; // Number of items to render outside visible area
var WALLET_BUTTON_HEIGHT = 56; // Height of each wallet button in pixels.
var ROW_GAP_PX = 8; // matches Tailwind `gap-2` on the wallet list flex container
var ROW_STRIDE = WALLET_BUTTON_HEIGHT + ROW_GAP_PX;
var INITIAL_VISIBLE_ROWS = 20; // pre-mount this many rows before first scroll
export { BUFFER_SIZE, INITIAL_VISIBLE_ROWS, ROW_GAP_PX, ROW_STRIDE, WALLET_BUTTON_HEIGHT };
//# sourceMappingURL=constants.mjs.map