VippsLogo
Install
yarn add @ntds/payment-selection
Import
import { PaymentSelection } from '@ntds/payment-selection';
Usage
<PaymentSelection
label='Betalingsmåte'
name='payment-selection'
value={paymentOption}
setValue={setPaymentOption}
>
<PaymentSelection.VippsOption
value='Vipps'
/>
...
</PaymentSelection>
Props
VippsLogo
| Prop | Type & Description |
|---|