@ray-js/components-ty-keyboard
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

English | 简体中文

@ray-js/components-ty-keyboard

latest download

Customize the numeric keyboard

Installation

$ npm install @ray-js/components-ty-keyboard
// or
$ yarn add @ray-js/components-ty-keyboard

Usage

CustomKeyboard Demo

import CustomKeyboard from '@ray-js/components-ty-keyboard';

    <CustomKeyboard
        inputContainerStyle={{
          marginLeft: '56rpx',
          marginTop: '16rpx',
          marginBottom: '56rpx'
        }}
        onChange={(value) => console.log('onChange value =====>', value)}
        onConfirm={(value) => console.log('onConfirm value ====>', value)}
      />;

/@ray-js/components-ty-keyboard/

    Package Sidebar

    Install

    npm i @ray-js/components-ty-keyboard

    Weekly Downloads

    1

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    28.2 kB

    Total Files

    21

    Last publish

    Collaborators

    • tuyafe