SetPinBase
Pure UI component for PIN setting.
Usage
import { SetPinBase } from '@portkey/did-ui-react';
const App: React.FC = () => <SetPinBase />;
export default App;
API
Property | Description | Type | Default | Version |
---|---|---|---|---|
className | Class name of the top level container | string | - | |
onFinish | Callback of finishing | (val: string) => Promise<void>; | - | V2.0.0 |
onFinishFailed | Callback when the form fails | FormProps['onFinishFailed'] | - |